Invalid procedure call or argument 'txtAmount.SetFocus'
im working on a school project, im creating a simple registration system, my instructor wants an interaction of two vb6 forms, so what i did is i search a member in formMember then lstMember,and in...
View Articlesqldataadapter and update dataset problam
here is my code..i cant update my data in my datagridview getting a exception ..im very new to c# please help using System; using System.Collections.Generic; using System.ComponentModel; using...
View Articlepython path on mac
First steps in python causing me a problem If I enter python in a terminal it returns python2.7.3 When using textwrangler it returns 2.7.2 How can I make the path default to 2.7.3 This works by pasting...
View ArticleProblem with calculating number entered to display prompts
import java.text.DecimalFormat; import java.text.NumberFormat; import java.util.Scanner; public class TestScoreApp { // initialize variables and create a Scanner object private static double...
View ArticleArrayStoreException on empty line
Okay, so this gets even weirder (at least for me, maybe I'm being an idiot). Not only is the line empty and consistently the error occurs on the same line (no matter what I do), but I still get the...
View ArticleDistance between two 2D squares
How do I find the distance between two 2D squares if I am given x, y, length, and height of two 2D squares? Current idea I have is to simply brute force it and check the distance from every point in...
View ArticleCross network integration
Hello all! I am creating a project where I want one program I am running to talk to another program that is running (and could be running on the same computer or another computer on the same network)....
View ArticleIs it possible to create a logIn Page...?
Is it possible to create a logIn page, whilst reading the information out of a file will usernames and passwords in it. Data in file set out like this -----> 2 1 Username1 Password1 2 Username2...
View ArticleUsing resources: Image works Video doesn't
Someone else brought this to my attention and I thought they were just doing something wrong - Until I tried to do it. If I place images in my WPF project I have no issue using them. If I place a video...
View ArticleRaising events between two or more threads
Here is what I have, I have a main form with GUI, that after the user does something, launches a series of test steps in a separate thread, the thread is created in another class, not in the main...
View ArticleError displaying value in the console.
I'm trying to display the Model number and Make of the car in the console. But, it seems I am getting the memory location of the variable? public class Car { String carNumber; String carMake; public...
View ArticleDynamic label click event crash, dodgy coding?
Hi everybody, this is my first post! I'm designing a booking system that creates labels in a panel which, when clicked on, will turn red to indicate a booking. I'm getting a crash, and I'm unsure why....
View ArticleA scramble game using VB6
Hi people, im working on a scramble game in VB6. I want good idea/ideas about how to go about the VALID WORDS repository. So that when the players assemble letters to form a word that is valid, then...
View ArticleJPanel/ContentPane Applet
Hello />/> thanks for reading!! import java.awt.*; import javax.swing.*; public class abcxyz extends java.applet.Applet { public void init() { } public void paint(Graphics g) { g.drawLine(120, 0,...
View ArticleWhat to add to convert string to decimal
I know almost nothing about Visual Basic. So question may be stupid. I have this code Function FederalRate(TaxableAmount As String) As Long If TaxableAmount > 0 And TaxableAmount < 2150 Then...
View Articleshow if user login
I'm trying to make a function that displays content depending on whether you are logged in or not. have both pulled hair and looked around .. the closest I found is. <?php if ($_SESSION['Admin'] ==...
View ArticleGroup Box without rounded corners
How to set Group Box property to disable rounded corners?
View ArticleHello. Just became WM of a company website, help me solve stuffs pleas
Hi, i duno if php is the right place to put this, but maybe. the site pages are php. i got a header, a footer, main content things like this. I cant find where my pages are? the pages in question are...
View ArticleAutoconf / Automake - Windows?
I'm running Windows XP with a MinGW compiler. Windows version could change in the future but it will still be windows. I've been trying to understand Autoconf and Automake and it seems that these are...
View Articlepostgresql 9 embedded delimiter
Hey guys, How can I handle embedded delimiters in a CSV file?
View Article