User Profile
Collapse
-
Have you tried running in debug mode to see where the break occurs? -
in .NET things work off of events and event handlers. Try implementing the _OnClick() event for your text box. When you create the textbox on your form double click the text box to generate the function that handles the event. Hope this helps.Leave a comment:
-
I have a very straight forward solution to this. Its a start but it will do the trick. Modify how you wish
Code:public string changeToDate(string input) { string day = ""; string month = ""; string year = ""; for (int i = 0; i < 4; i++) year += input[i]; month = input[5].ToString()
Leave a comment:
-
After doing your sort of the elements of the combo box insert the Please Select element at the 0 position.Leave a comment:
-
If you have Javascript validation is client side. The onclick event is server side. The client always runs first. Hope this helps.Leave a comment:
-
After looping through your file you need to close the file reader, clear it and reopen the next one. Since each file a different read object. If you use the same reader for all you need to close and clear. Or you can have multiple file readers. But not two readers to the same file.Leave a comment:
-
Can you show more code of more along the lines of what you want to accomplish? Then i will able to better come up with a solution.Leave a comment:
-
-
A loop would not be the best solution in this situation. There are things in Java called event handlers. The event handler is like a "listener" (in your case the telling the program to wait part). The listener will wait for the user to press the button. The listener will act appropriately to what you want the button to do.
Here is a link you might want to check out.
http://docs.oracle.com/javase/tutorial/uisw...Leave a comment:
-
Very confusing question. Do you want the VB program to open the database folder? Or do you want to open the folder called database and run the exe from there?Leave a comment:
-
Maybe try doing a refragment on your Hard disk. It seems you may have some bad sectors on the disk. Try this first. The only other two things i can see causing this would either be 1) corrupt version of an OS. Or a bad hard disk that is corrupting your OS version
-firexfighterxLeave a comment:
-
Sharanya,
Can you give a better description? like a screen shot. There is a text box at the bottom of the start menu on a windows 7 machine. typing control panel in this box will show the control panel as a search result.Leave a comment:
-
firexfighterx replied to Program works when programmed, but when re opening Excel I get a Compile Error: Expecin Visual BasicYou arnt running the program when the excel file is open are you? If you are then the reader of the excel file will fail because someone else (you) have the file opened somewhere else.Leave a comment:
-
firexfighterx replied to vs2010 express c++ showsa message "this project is out of date" when i hit f5in CTry creating a new project in your C++ environment. Like Weaknessforcats said there are missing elements that are needed for compilation. Try dragging your files to a new project and run. This way it will give you a fresh .exe with your code.
-firexfighterxLeave a comment:
No activity results to display
Show More
Leave a comment: