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

Visual Basic

 
AnswerRe: Create an Object by Name Pin
Guffa6-Jul-06 6:42
Guffa6-Jul-06 6:42 
QuestionAccessing Database Pin
Rizwan Rathore6-Jul-06 2:45
Rizwan Rathore6-Jul-06 2:45 
AnswerRe: Accessing Database Pin
Dave Sexton6-Jul-06 4:41
Dave Sexton6-Jul-06 4:41 
GeneralRe: Accessing Database Pin
Rizwan Rathore6-Jul-06 11:47
Rizwan Rathore6-Jul-06 11:47 
QuestionMS Project API Pin
Sufyan_shani6-Jul-06 2:22
Sufyan_shani6-Jul-06 2:22 
Questionplease help me Pin
avinashprabhu.t.p6-Jul-06 1:37
avinashprabhu.t.p6-Jul-06 1:37 
AnswerRe: please help me Pin
Sufyan_shani6-Jul-06 3:16
Sufyan_shani6-Jul-06 3:16 
AnswerRe: please help me Pin
Guffa6-Jul-06 6:45
Guffa6-Jul-06 6:45 
The statement is a bit more readable in this form:

boolVisible = (True = False)

As the two operands are not equal, the (True = False) comparison will result in the value False. That means that the code does the same as:

boolVisible = False


---
b { font-weight: normal; }

QuestionCannot find keycodev2.dll or invalid keycode Pin
khwo5-Jul-06 22:32
khwo5-Jul-06 22:32 
AnswerRe: Cannot find keycodev2.dll or invalid keycode Pin
Dave Sexton6-Jul-06 4:26
Dave Sexton6-Jul-06 4:26 
GeneralRe: Cannot find keycodev2.dll or invalid keycode Pin
khwo6-Jul-06 17:15
khwo6-Jul-06 17:15 
GeneralRe: Cannot find keycodev2.dll or invalid keycode Pin
Dave Sexton6-Jul-06 19:51
Dave Sexton6-Jul-06 19:51 
GeneralRe: Cannot find keycodev2.dll or invalid keycode Pin
khwo6-Jul-06 20:42
khwo6-Jul-06 20:42 
GeneralRe: Cannot find keycodev2.dll or invalid keycode Pin
Dave Sexton6-Jul-06 21:21
Dave Sexton6-Jul-06 21:21 
GeneralRe: Cannot find keycodev2.dll or invalid keycode Pin
khwo10-Jul-06 23:41
khwo10-Jul-06 23:41 
GeneralRe: Cannot find keycodev2.dll or invalid keycode Pin
Dave Sexton11-Jul-06 0:53
Dave Sexton11-Jul-06 0:53 
GeneralRe: Cannot find keycodev2.dll or invalid keycode Pin
khwo11-Jul-06 14:22
khwo11-Jul-06 14:22 
GeneralRe: Cannot find keycodev2.dll or invalid keycode Pin
khwo13-Jul-06 14:46
khwo13-Jul-06 14:46 
QuestionCan't get the MSDN's example for Listbox to work Pin
fiaolle5-Jul-06 22:15
fiaolle5-Jul-06 22:15 
QuestionSearch Email Pin
Socheat.Net5-Jul-06 21:50
Socheat.Net5-Jul-06 21:50 
AnswerRe: Search Email Pin
Dave Kreskowiak6-Jul-06 2:45
mveDave Kreskowiak6-Jul-06 2:45 
GeneralRe: Search Email Pin
Socheat.Net6-Jul-06 21:17
Socheat.Net6-Jul-06 21:17 
GeneralRe: Search Email Pin
Dave Kreskowiak7-Jul-06 1:29
mveDave Kreskowiak7-Jul-06 1:29 
Questiondraw circle Pin
noor al-huda5-Jul-06 21:45
noor al-huda5-Jul-06 21:45 
AnswerRe: draw circle Pin
Robert Rohde5-Jul-06 23:02
Robert Rohde5-Jul-06 23:02 

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.