Click here to Skip to main content
16,008,010 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Setting form lables from English to French? Pin
Dave Kreskowiak27-Mar-06 6:13
mveDave Kreskowiak27-Mar-06 6:13 
Questionquery engine error Pin
illusionFinder27-Mar-06 3:32
illusionFinder27-Mar-06 3:32 
AnswerRe: query engine error Pin
Dave Kreskowiak27-Mar-06 6:12
mveDave Kreskowiak27-Mar-06 6:12 
GeneralRe: query engine error Pin
illusionFinder27-Mar-06 21:19
illusionFinder27-Mar-06 21:19 
Question[Message Deleted] Pin
campbells27-Mar-06 3:16
campbells27-Mar-06 3:16 
AnswerRe: how to save the image path to txt? Pin
albCode27-Mar-06 4:02
albCode27-Mar-06 4:02 
AnswerRe: how to save the image path to txt? Pin
Guffa27-Mar-06 7:19
Guffa27-Mar-06 7:19 
AnswerRe: Save and load from .txt file Pin
Christian Graus27-Mar-06 8:47
protectorChristian Graus27-Mar-06 8:47 
campbells wrote:
when i see the debugging process most value bring it was 0 or null....


How do you mean ? You're value for num is always 0 ?

campbells wrote:
sory to said that i cant use the "for loop" cause i cant use too much array where my system cannot handle with it so used in the old method.


Rubbish. This is just a pile of rubbish, sorry.

The core problem is that the code is a mess. Hard to read, hard to maintain, if a single extra line ends up in the text file, it will all fall over. Your data should be comma delimited so that one line of text is one record, that would make things a lot better than they are now. Then you should be using string.split to turn that into an array of values, and a switch statement to read the data based on the first value.


Christian Graus - Microsoft MVP - C++
Generalproblem solve!! ya huuuuuuuu Pin
campbells27-Mar-06 17:57
campbells27-Mar-06 17:57 
QuestionInternet explorer script error!!!! Pin
Hari Om Prakash Sharma27-Mar-06 0:38
Hari Om Prakash Sharma27-Mar-06 0:38 
AnswerRe: Internet explorer script error!!!! Pin
Dave Kreskowiak27-Mar-06 6:04
mveDave Kreskowiak27-Mar-06 6:04 
QuestionCreate Image object from Graphics object - how? Pin
nzmike26-Mar-06 23:26
nzmike26-Mar-06 23:26 
AnswerRe: Create Image object from Graphics object - how? Pin
Guffa26-Mar-06 23:35
Guffa26-Mar-06 23:35 
GeneralRe: Create Image object from Graphics object - how? Pin
nzmike27-Mar-06 19:51
nzmike27-Mar-06 19:51 
AnswerRe: Create Image object from Graphics object - how? Pin
Guffa30-Mar-06 0:57
Guffa30-Mar-06 0:57 
QuestionDate by Week nr? Pin
Snowjim26-Mar-06 22:45
Snowjim26-Mar-06 22:45 
AnswerRe: Date by Week nr? Pin
sathish s27-Mar-06 0:58
sathish s27-Mar-06 0:58 
GeneralRe: Date by Week nr? Pin
Snowjim27-Mar-06 19:18
Snowjim27-Mar-06 19:18 
GeneralRe: Date by Week nr? Pin
Snowjim27-Mar-06 19:19
Snowjim27-Mar-06 19:19 
GeneralRe: Date by Week nr? Pin
Snowjim27-Mar-06 19:19
Snowjim27-Mar-06 19:19 
GeneralRe: Date by Week nr? Pin
sathish s27-Mar-06 19:57
sathish s27-Mar-06 19:57 
Questionlogon times Pin
denis7426-Mar-06 22:37
denis7426-Mar-06 22:37 
AnswerRe: logon times Pin
Dave Kreskowiak27-Mar-06 5:52
mveDave Kreskowiak27-Mar-06 5:52 
GeneralRe: logon times Pin
denis7428-Mar-06 0:18
denis7428-Mar-06 0:18 
GeneralRe: logon times Pin
Dave Kreskowiak28-Mar-06 2:53
mveDave Kreskowiak28-Mar-06 2:53 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.