Click here to Skip to main content
15,914,225 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Login Screen Problem Pin
Dave Kreskowiak16-Mar-06 4:10
mveDave Kreskowiak16-Mar-06 4:10 
AnswerRe: Login Screen Problem Pin
vijaykumarnukala17-Mar-06 11:58
vijaykumarnukala17-Mar-06 11:58 
Questioninstalling dsn Pin
Harikrk15-Mar-06 18:02
Harikrk15-Mar-06 18:02 
AnswerRe: installing dsn Pin
Dave Kreskowiak16-Mar-06 4:06
mveDave Kreskowiak16-Mar-06 4:06 
QuestionWinSock Pin
noshaba mariam15-Mar-06 17:59
noshaba mariam15-Mar-06 17:59 
AnswerRe: WinSock Pin
Dave Kreskowiak16-Mar-06 3:49
mveDave Kreskowiak16-Mar-06 3:49 
Questionchanging the text in button please wait and disable it Pin
uglyeyes15-Mar-06 17:35
uglyeyes15-Mar-06 17:35 
AnswerRe: changing the text in button please wait and disable it Pin
Steve Pullan15-Mar-06 18:12
Steve Pullan15-Mar-06 18:12 
To save you the trouble of reading the manual... in the cmdSubmit_Click() event (assuming your Submit button is named cmdSubmit) ...

cmdSubmit.Text = "Plesae Wait"<br />
cmdSubmit.Enabled = False


Simple huh?

...Steve

1. quod erat demonstrandum
2. "Give a man a fish and you've fed him for a day. Teach him how to fish and you've fed him for life."
I read that somewhere once Smile | :)
(Translation: I'll show you the way, but not write the code for you.)
GeneralRe: changing the text in button please wait and disable it Pin
uglyeyes15-Mar-06 19:32
uglyeyes15-Mar-06 19:32 
GeneralRe: changing the text in button please wait and disable it Pin
Steve Pullan16-Mar-06 10:59
Steve Pullan16-Mar-06 10:59 
AnswerRe: changing the text in button please wait and disable it Pin
Dave Kreskowiak16-Mar-06 3:46
mveDave Kreskowiak16-Mar-06 3:46 
AnswerRe: changing the text in button please wait and disable it Pin
vijaykumarnukala17-Mar-06 12:01
vijaykumarnukala17-Mar-06 12:01 
QuestionHow to create the dll in vb.net 2003?? Pin
Ron.S15-Mar-06 17:08
Ron.S15-Mar-06 17:08 
AnswerRe: How to create the dll in vb.net 2003?? Pin
CWIZO16-Mar-06 2:27
CWIZO16-Mar-06 2:27 
AnswerRe: How to create the dll in vb.net 2003?? Pin
john_eight20-Mar-06 16:45
john_eight20-Mar-06 16:45 
Questiondirectory write access denied. Pin
uglyeyes15-Mar-06 15:25
uglyeyes15-Mar-06 15:25 
AnswerRe: directory write access denied. Pin
CWIZO16-Mar-06 2:28
CWIZO16-Mar-06 2:28 
AnswerRe: directory write access denied. Pin
Dave Kreskowiak16-Mar-06 3:44
mveDave Kreskowiak16-Mar-06 3:44 
GeneralRe: directory write access denied. Pin
uglyeyes16-Mar-06 20:32
uglyeyes16-Mar-06 20:32 
GeneralRe: directory write access denied. Pin
Dave Kreskowiak17-Mar-06 1:32
mveDave Kreskowiak17-Mar-06 1:32 
GeneralRe: directory write access denied. Pin
uglyeyes17-Mar-06 2:32
uglyeyes17-Mar-06 2:32 
GeneralRe: directory write access denied. Pin
uglyeyes17-Mar-06 2:41
uglyeyes17-Mar-06 2:41 
QuestionScanning text one word at a time Pin
Robert199915-Mar-06 15:15
Robert199915-Mar-06 15:15 
AnswerRe: Scanning text one word at a time Pin
CWIZO16-Mar-06 2:30
CWIZO16-Mar-06 2:30 
AnswerRe: Scanning text one word at a time Pin
progload16-Mar-06 7:00
progload16-Mar-06 7:00 

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.