Click here to Skip to main content
15,910,009 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Game Pin
David Brooks19-Dec-02 10:28
David Brooks19-Dec-02 10:28 
Questionmenu enable/disable problem....?? Pin
drmzunlimited30-Nov-02 19:51
drmzunlimited30-Nov-02 19:51 
AnswerRe: menu enable/disable problem....?? Pin
mikasa1-Dec-02 2:47
mikasa1-Dec-02 2:47 
GeneralCustom Property Editor in VB.NET Pin
mikasa30-Nov-02 9:44
mikasa30-Nov-02 9:44 
GeneralRe: Custom Property Editor in VB.NET Pin
FruitBatInShades2-Dec-02 12:09
FruitBatInShades2-Dec-02 12:09 
GeneralDispatchWrapper gives error Pin
Uday Bhaskar29-Nov-02 18:34
Uday Bhaskar29-Nov-02 18:34 
GeneralSelecting all the Items in Checked List Box Pin
Sameers (theAngrycodeR )28-Nov-02 11:56
Sameers (theAngrycodeR )28-Nov-02 11:56 
GeneralRe: Selecting all the Items in Checked List Box Pin
Richard Deeming2-Dec-02 5:40
mveRichard Deeming2-Dec-02 5:40 
Sub CheckList(ByVal lst As CheckedListBox, ByVal value As Boolean)
    Dim i As Integer
    For i = 0 To lst.Items.Count - 1
        lst.SetItemChecked(i, value)
    Next
End Sub



"These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer
GeneralRe: Selecting all the Items in Checked List Box Pin
Anonymous2-Dec-02 9:38
Anonymous2-Dec-02 9:38 
Questionwhat is the difference between.. Pin
zhoujun27-Nov-02 18:12
zhoujun27-Nov-02 18:12 
AnswerRe: what is the difference between.. Pin
Black Cat27-Nov-02 19:03
Black Cat27-Nov-02 19:03 
GeneralRe: what is the difference between.. Pin
zhoujun30-Nov-02 16:04
zhoujun30-Nov-02 16:04 
GeneralWeb Sraping/post through two urls Pin
DotNetNewbie27-Nov-02 11:09
DotNetNewbie27-Nov-02 11:09 
GeneralRe: Web Sraping/post through two urls Pin
Ravi Bhavnani27-Nov-02 11:32
professionalRavi Bhavnani27-Nov-02 11:32 
GeneralRe: Web Sraping/post through two urls Pin
Nick Parker27-Nov-02 11:39
protectorNick Parker27-Nov-02 11:39 
GeneralRe: Web Sraping/post through two urls Pin
Ravi Bhavnani27-Nov-02 11:46
professionalRavi Bhavnani27-Nov-02 11:46 
GeneralRe: Web Sraping/post through two urls Pin
Nick Parker28-Nov-02 18:52
protectorNick Parker28-Nov-02 18:52 
QuestionHow to intercept chr(13) in datagrid Cell Pin
intibnin26-Nov-02 23:17
intibnin26-Nov-02 23:17 
AnswerRe: How to intercept chr(13) in datagrid Cell Pin
Nick Parker27-Nov-02 6:51
protectorNick Parker27-Nov-02 6:51 
Questionusing system icons? Pin
Sean Cull26-Nov-02 21:41
Sean Cull26-Nov-02 21:41 
AnswerRe: using system icons? Pin
Nick Seng26-Nov-02 23:23
Nick Seng26-Nov-02 23:23 
GeneralRe: using system icons? Pin
Sean Cull27-Nov-02 6:28
Sean Cull27-Nov-02 6:28 
GeneralWriting windows services Pin
GV26-Nov-02 20:52
GV26-Nov-02 20:52 
GeneralTiff multipage file Pin
pfloyd26-Nov-02 8:56
pfloyd26-Nov-02 8:56 
GeneralFlex grid info into Data report Pin
orespi26-Nov-02 4:45
orespi26-Nov-02 4: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.