Click here to Skip to main content
16,005,162 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: RichTextBox Pin
Dave Kreskowiak21-Oct-06 17:19
mveDave Kreskowiak21-Oct-06 17:19 
QuestionOutLook Pin
Socheat.Net21-Oct-06 16:28
Socheat.Net21-Oct-06 16:28 
AnswerRe: OutLook Pin
Dave Kreskowiak21-Oct-06 17:17
mveDave Kreskowiak21-Oct-06 17:17 
GeneralRe: OutLook Pin
Socheat.Net26-Oct-06 1:13
Socheat.Net26-Oct-06 1:13 
QuestionOnClick Pin
Socheat.Net21-Oct-06 16:20
Socheat.Net21-Oct-06 16:20 
AnswerRe: OnClick Pin
Dave Kreskowiak21-Oct-06 17:11
mveDave Kreskowiak21-Oct-06 17:11 
QuestionHow to make Delay Function In VB Pin
ZulnurainAdil21-Oct-06 10:25
ZulnurainAdil21-Oct-06 10:25 
AnswerRe: How to make Delay Function In VB Pin
FredH21-Oct-06 12:20
FredH21-Oct-06 12:20 
One method would be to use the API function Sleep. In a module class, make a declaration as such:

Public Declare Sub Sleep Lib "kernel32" Alias "Sleep" (ByVal dwMilliseconds As Long)

If it is Public, you will be able to call the function from anywhere else in the program. When you want to use the function, just call Sleep with the number of milliseconds you would like the delay. The link below is the MSDN description of the function. It mentions alternative methods if needed.

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dllproc/base/sleep.asp

GeneralRe: How to make Delay Function In VB Pin
Dave Kreskowiak21-Oct-06 17:14
mveDave Kreskowiak21-Oct-06 17:14 
AnswerRe: How to make Delay Function In VB Pin
Dave Kreskowiak21-Oct-06 17:13
mveDave Kreskowiak21-Oct-06 17:13 
QuestionA Console - Like in Half-life 2 and gaems like that Pin
TDSp21-Oct-06 9:40
TDSp21-Oct-06 9:40 
QuestionHow to compare date in visual basic 6.0 - its very urgent Pin
Software_Guy_12321-Oct-06 9:27
Software_Guy_12321-Oct-06 9:27 
AnswerRe: How to compare date in visual basic 6.0 - its very urgent Pin
Guffa21-Oct-06 12:55
Guffa21-Oct-06 12:55 
GeneralRe: How to compare date in visual basic 6.0 - its very urgent Pin
Software_Guy_12321-Oct-06 20:42
Software_Guy_12321-Oct-06 20:42 
QuestionWinapi :: SC_HANDLE Pin
darkoex21-Oct-06 8:39
darkoex21-Oct-06 8:39 
QuestionFULL JUSTIFICATION IN RICH TEXT BOX CONTROL IN VB.NET Pin
T ALEX JOHN20-Oct-06 23:08
T ALEX JOHN20-Oct-06 23:08 
QuestionLogin Pin
Wildhorsend20-Oct-06 22:08
Wildhorsend20-Oct-06 22:08 
Questionneeds help in crystal report Pin
deepakkp20-Oct-06 18:28
deepakkp20-Oct-06 18:28 
QuestionHow to save the change data in the datagird? Pin
Evalee20-Oct-06 15:25
Evalee20-Oct-06 15:25 
AnswerRe: How to save the change data in the datagird? Pin
Tamimi - Code21-Oct-06 20:09
Tamimi - Code21-Oct-06 20:09 
GeneralRe: How to save the change data in the datagird? Pin
Evalee23-Oct-06 23:14
Evalee23-Oct-06 23:14 
QuestionVB Collection Pin
Wrycu20-Oct-06 14:27
Wrycu20-Oct-06 14:27 
GeneralRe: VB Collection Pin
Wrycu20-Oct-06 15:30
Wrycu20-Oct-06 15:30 
AnswerRe: VB Collection Pin
Guffa20-Oct-06 15:44
Guffa20-Oct-06 15:44 
GeneralRe: VB Collection [modified] Pin
Wrycu20-Oct-06 15:51
Wrycu20-Oct-06 15:51 

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.