Click here to Skip to main content
15,878,809 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Crash on converting string to byte Pin
Richard MacCutchan10-Jun-23 4:03
mveRichard MacCutchan10-Jun-23 4:03 
GeneralRe: Crash on converting string to byte Pin
Member Alienoiz10-Jun-23 4:34
Member Alienoiz10-Jun-23 4:34 
GeneralRe: Crash on converting string to byte Pin
Richard MacCutchan10-Jun-23 4:51
mveRichard MacCutchan10-Jun-23 4:51 
GeneralRe: Crash on converting string to byte Pin
Member Alienoiz10-Jun-23 5:15
Member Alienoiz10-Jun-23 5:15 
GeneralRe: Crash on converting string to byte Pin
Richard MacCutchan10-Jun-23 5:39
mveRichard MacCutchan10-Jun-23 5:39 
GeneralRe: Crash on converting string to byte Pin
Member Alienoiz10-Jun-23 5:42
Member Alienoiz10-Jun-23 5:42 
GeneralRe: Crash on converting string to byte Pin
Gerry Schmitz8-Jun-23 5:07
mveGerry Schmitz8-Jun-23 5:07 
AnswerRe: Crash on converting string to byte Pin
jschell8-Jun-23 6:58
jschell8-Jun-23 6:58 
Debugging methodology - there are others though.

Start removing or commenting out code until the error goes away. Obviously you must give some thought to exactly which code you do this to.

Then when the error goes away you have found the problem.

Then you can create a much smaller example code to test that functionality and figure out how to make it work correctly. Then you fix the original code and put everything else back.
QuestionCapturing picture on an Access form by code Pin
Opam Brown28-May-23 12:06
Opam Brown28-May-23 12:06 
QuestionRe: Capturing picture on an Access form by code Pin
Richard MacCutchan28-May-23 21:05
mveRichard MacCutchan28-May-23 21:05 
AnswerRe: Capturing picture on an Access form by code Pin
Andre Oosthuizen2-Jun-23 0:15
mveAndre Oosthuizen2-Jun-23 0:15 
AnswerRe: Capturing picture on an Access form by code Pin
jschell29-May-23 6:13
jschell29-May-23 6:13 
AnswerRe: Capturing picture on an Access form by code Pin
Gerry Schmitz29-May-23 7:14
mveGerry Schmitz29-May-23 7:14 
Questionwhat is visual basic used for Pin
Simon Osabo Asamoah27-May-23 18:33
Simon Osabo Asamoah27-May-23 18:33 
AnswerRe: what is visual basic used for Pin
Richard MacCutchan27-May-23 20:53
mveRichard MacCutchan27-May-23 20:53 
AnswerRe: what is visual basic used for Pin
Andre Oosthuizen2-Jun-23 0:17
mveAndre Oosthuizen2-Jun-23 0:17 
GeneralRe: what is visual basic used for Pin
Ralf Meier2-Jun-23 10:13
mveRalf Meier2-Jun-23 10:13 
GeneralRe: what is visual basic used for Pin
Andre Oosthuizen5-Jun-23 21:55
mveAndre Oosthuizen5-Jun-23 21:55 
GeneralRe: what is visual basic used for Pin
Ralf Meier5-Jun-23 22:59
mveRalf Meier5-Jun-23 22:59 
AnswerRe: what is visual basic used for Pin
David Mujica6-Jun-23 3:32
David Mujica6-Jun-23 3:32 
QuestionI have this code which loads some files in a folder. Am using advanceddatagridview to filter out some files as the are alot. Now i need to save back the filtered rows back to another folder. Not as a single file but as multiple files. I was thinking Pin
Bonnie_Tames27-Apr-23 1:59
Bonnie_Tames27-Apr-23 1:59 
AnswerRe: I have this code which loads some files in a folder. Am using advanceddatagridview to filter out some files as the are alot. Now i need to save back the filtered rows back to another folder. Not as a single file but as multiple files. I was think Pin
Richard MacCutchan27-Apr-23 2:44
mveRichard MacCutchan27-Apr-23 2:44 
GeneralRe: I have this code which loads some files in a folder. Am using advanceddatagridview to filter out some files as the are alot. Now i need to save back the filtered rows back to another folder. Not as a single file but as multiple files. I was think Pin
Bonnie_Tames27-Apr-23 2:54
Bonnie_Tames27-Apr-23 2:54 
GeneralRe: I have this code which loads some files in a folder. Am using advanceddatagridview to filter out some files as the are alot. Now i need to save back the filtered rows back to another folder. Not as a single file but as multiple files. I was think Pin
Richard MacCutchan27-Apr-23 3:12
mveRichard MacCutchan27-Apr-23 3:12 
QuestionVS broke project Pin
MikeCO1024-Apr-23 14:14
MikeCO1024-Apr-23 14:14 

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.