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

Visual Basic

 
QuestionInterger overflow exception Pin
djones194112-Nov-05 9:48
djones194112-Nov-05 9:48 
AnswerRe: Interger overflow exception Pin
Joshua Quick12-Nov-05 10:20
Joshua Quick12-Nov-05 10:20 
GeneralRe: Interger overflow exception Pin
djones194112-Nov-05 11:36
djones194112-Nov-05 11:36 
Questioncomo utlizo un crystal report Pin
nealejandro12-Nov-05 7:03
nealejandro12-Nov-05 7:03 
AnswerRe: como utlizo un crystal report Pin
Colin Angus Mackay12-Nov-05 7:43
Colin Angus Mackay12-Nov-05 7:43 
QuestionAuto Start Software Pin
Arindam.online12-Nov-05 0:25
Arindam.online12-Nov-05 0:25 
AnswerRe: Auto Start Software Pin
Colin Angus Mackay12-Nov-05 5:45
Colin Angus Mackay12-Nov-05 5:45 
AnswerRe: Auto Start Software Pin
Joshua Quick12-Nov-05 10:51
Joshua Quick12-Nov-05 10:51 
You can have Windows automatically startup your application by adding a reference to it under the following registry key.

HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run

You'll need to add a String (REG_SZ) under this key. The String's name can be whatever you want. The String's data must be an absolute path to your exe, and you should double quote it if the path contains spaces. Try running "regedit" and do this manually.
AnswerRe: Auto Start Software Pin
Dave Kreskowiak12-Nov-05 15:13
mveDave Kreskowiak12-Nov-05 15:13 
QuestionSource code for Watermarking Needed Pin
bkarthikeyanbe11-Nov-05 21:40
bkarthikeyanbe11-Nov-05 21:40 
AnswerRe: Source code for Watermarking Needed Pin
Dave Kreskowiak12-Nov-05 15:15
mveDave Kreskowiak12-Nov-05 15:15 
QuestionSMS Applications Pin
microuser_200011-Nov-05 11:19
microuser_200011-Nov-05 11:19 
Question[Message Deleted] Pin
djones194111-Nov-05 11:05
djones194111-Nov-05 11:05 
AnswerRe: math debug problem Pin
vertig073011-Nov-05 11:17
vertig073011-Nov-05 11:17 
GeneralRe: math debug problem Pin
djones194111-Nov-05 11:54
djones194111-Nov-05 11:54 
QuestionLabel on form with Image background Pin
vertig073011-Nov-05 10:08
vertig073011-Nov-05 10:08 
AnswerRe: Label on form with Image background Pin
rudy.net11-Nov-05 11:27
rudy.net11-Nov-05 11:27 
QuestionCheck if mouse is within REGION Pin
spelltwister11-Nov-05 9:49
spelltwister11-Nov-05 9:49 
QuestionExecute some code at dll registration Pin
Oliver_Twist11-Nov-05 7:56
Oliver_Twist11-Nov-05 7:56 
QuestionTextBox Maxlength Pin
MarcSaiz11-Nov-05 7:18
MarcSaiz11-Nov-05 7:18 
Questionhow do i scramble words at random. Pin
JustmeNick11-Nov-05 6:44
JustmeNick11-Nov-05 6:44 
AnswerRe: how do i scramble words at random. Pin
rudy.net11-Nov-05 11:44
rudy.net11-Nov-05 11:44 
GeneralRe: how do i scramble words at random. thanks but Pin
JustmeNick11-Nov-05 16:55
JustmeNick11-Nov-05 16:55 
Generalok, i have got it,, scrambling words at random. Pin
JustmeNick12-Nov-05 4:54
JustmeNick12-Nov-05 4:54 
GeneralRe: ok, i have got it,, scrambling words at random. Pin
rudy.net12-Nov-05 16:41
rudy.net12-Nov-05 16:41 

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.