Click here to Skip to main content
15,918,742 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Few Questions " dialog box" " global variable" Pin
UltraCoder17-Oct-06 10:11
UltraCoder17-Oct-06 10:11 
GeneralRe: Few Questions " dialog box" " global variable" [modified] Pin
Dave Kreskowiak17-Oct-06 10:25
mveDave Kreskowiak17-Oct-06 10:25 
QuestionRe: Few Questions "dialog box""global variable" Pin
Ultima Reborn17-Oct-06 10:28
Ultima Reborn17-Oct-06 10:28 
AnswerRe: Few Questions "dialog box""global variable" Pin
UltraCoder17-Oct-06 10:56
UltraCoder17-Oct-06 10:56 
GeneralRe: Few Questions "dialog box""global variable" Pin
Christian Graus17-Oct-06 12:44
protectorChristian Graus17-Oct-06 12:44 
GeneralRe: Few Questions "dialog box""global variable" Pin
Dave Kreskowiak17-Oct-06 17:41
mveDave Kreskowiak17-Oct-06 17:41 
GeneralRe: Few Questions "dialog box""global variable" [modified] Pin
Ultima Reborn17-Oct-06 14:33
Ultima Reborn17-Oct-06 14:33 
GeneralRe: Few Questions "dialog box" global variable Pin
UltraCoder17-Oct-06 15:17
UltraCoder17-Oct-06 15:17 
Ok, for one, remove "If System.Windows.Forms.DialogResult.Yes = Windows.Forms.DialogResult.Yes Then" and then the duplicate "End IF" at the bottom, (A small mistake on my part).

For the "No", use the same procedure as "Yes". Example:

<br />
If BoxCall = MsgBoxResult.No Then<br />
'Code Goes Here<br />
End If<br />


And as for clearing the "rlmemory" varible, try rlmemory = 0, or if the varible is in another form, you might have to use something like a setting to hold the varible..

I hope this helps. If not, you could try posting the code for "rlmemory" (setting/removing values etc.)





AnswerRe: Few Questions &quot; dialog box&quot; &quot; global variable&quot; Pin
nlarson1117-Oct-06 17:19
nlarson1117-Oct-06 17:19 
GeneralRe: Few Questions &quot; dialog box&quot; &quot; global variable&quot; Pin
UltraCoder17-Oct-06 20:35
UltraCoder17-Oct-06 20:35 
GeneralRe: Few Questions &quot; dialog box&quot; &quot; global variable&quot; Pin
Dave Kreskowiak18-Oct-06 1:41
mveDave Kreskowiak18-Oct-06 1:41 
GeneralRe: Few Questions &quot; dialog box&quot; &quot; global variable&quot; Pin
nlarson1118-Oct-06 3:19
nlarson1118-Oct-06 3:19 
Questionhow to create hotkey with combination of letters Pin
Ali 11017-Oct-06 5:39
Ali 11017-Oct-06 5:39 
AnswerRe: how to create hotkey with combination of letters Pin
Dave Kreskowiak17-Oct-06 6:05
mveDave Kreskowiak17-Oct-06 6:05 
AnswerRe: how to create hotkey with combination of letters Pin
UltraCoder17-Oct-06 8:04
UltraCoder17-Oct-06 8:04 
GeneralRe: how to create hotkey with combination of letters Pin
Dave Kreskowiak17-Oct-06 10:00
mveDave Kreskowiak17-Oct-06 10:00 
QuestionCreate folder with current date Pin
jds120717-Oct-06 5:15
jds120717-Oct-06 5:15 
AnswerRe: Create folder with current date Pin
UltraCoder17-Oct-06 8:12
UltraCoder17-Oct-06 8:12 
AnswerRe: Create folder with current date Pin
Dave Kreskowiak17-Oct-06 9:59
mveDave Kreskowiak17-Oct-06 9:59 
GeneralRe: Create folder with current date Pin
jds120717-Oct-06 11:01
jds120717-Oct-06 11:01 
GeneralRe: Create folder with current date [modified] Pin
UltraCoder17-Oct-06 15:26
UltraCoder17-Oct-06 15:26 
GeneralRe: Create folder with current date Pin
Dave Kreskowiak17-Oct-06 17:43
mveDave Kreskowiak17-Oct-06 17:43 
GeneralRe: Create folder with current date Pin
UltraCoder17-Oct-06 20:40
UltraCoder17-Oct-06 20:40 
GeneralRe: Create folder with current date Pin
Dave Kreskowiak18-Oct-06 1:38
mveDave Kreskowiak18-Oct-06 1:38 
GeneralRe: Create folder with current date Pin
Dave Kreskowiak17-Oct-06 17:45
mveDave Kreskowiak17-Oct-06 17:45 

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.