Click here to Skip to main content
15,917,731 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: VB Silent Install Pin
Nick Parker6-Nov-02 16:49
protectorNick Parker6-Nov-02 16:49 
GeneralRe: VB Silent Install Pin
Davy Mitchell6-Nov-02 22:09
Davy Mitchell6-Nov-02 22:09 
GeneralLaunching External Exe File Pin
Desmond5-Nov-02 22:43
Desmond5-Nov-02 22:43 
GeneralRe: Launching External Exe File Pin
Nick Parker6-Nov-02 2:12
protectorNick Parker6-Nov-02 2:12 
GeneralRe: Launching External Exe File Pin
Vasudevan Deepak Kumar6-Nov-02 4:02
Vasudevan Deepak Kumar6-Nov-02 4:02 
QuestionMultiple DataTables in DataGrid? Pin
ILoveInternet5-Nov-02 22:10
ILoveInternet5-Nov-02 22:10 
AnswerRe: Multiple DataTables in DataGrid? Pin
Tuukka Turto19-Nov-02 19:42
Tuukka Turto19-Nov-02 19:42 
GeneralDrawing Issue Pin
Jamie Nordmeyer5-Nov-02 9:46
Jamie Nordmeyer5-Nov-02 9:46 
I'm trying to draw a single black border around my dialog using the following code:
VB
Private Sub LogInDialog_Paint(ByVal sender As Object, ByVal e As System.Windows.Forms.PaintEventArgs) Handles MyBase.Paint
        Dim Rect As New Rectangle(e.ClipRectangle.X, e.ClipRectangle.Y, e.ClipRectangle.Width - 1, e.ClipRectangle.Height - 1)
        e.Graphics.DrawRectangle(Pens.Black, Rect)
    End Sub

I have a ComboBox control on the page along with some text fields and such. When I drop the ComboBox's List control, then contract it again, there are marks from where the listbox was (I can see it behind the other controls on the page below the ComboBox). I tried bringing the control to the front, but that didn't help. Any ideas?

Thanks in advance for any help.

Jamie Nordmeyer
Portland, Oregon, USA
GeneralRe: Drawing Issue Pin
Nick Parker5-Nov-02 12:56
protectorNick Parker5-Nov-02 12:56 
GeneralRe: Drawing Issue Pin
Jamie Nordmeyer6-Nov-02 4:15
Jamie Nordmeyer6-Nov-02 4:15 
GeneralRe: Drawing Issue Pin
Zulfikar Ali6-Nov-02 5:16
Zulfikar Ali6-Nov-02 5:16 
GeneralRe: Drawing Issue Pin
Jamie Nordmeyer6-Nov-02 6:27
Jamie Nordmeyer6-Nov-02 6:27 
GeneralVBS script question ( simple one ) Pin
Stephane Routelous5-Nov-02 6:06
Stephane Routelous5-Nov-02 6:06 
GeneralRe: VBS script question ( simple one ) Pin
Stephane Routelous5-Nov-02 6:52
Stephane Routelous5-Nov-02 6:52 
GeneralRe: VBS script question ( simple one ) Pin
Richard Deeming6-Nov-02 3:42
mveRichard Deeming6-Nov-02 3:42 
GeneralRe: WScript.Path Pin
Vi26-Nov-02 4:20
Vi26-Nov-02 4:20 
Questionhow can I create a top most form? Pin
smartnose5-Nov-02 1:54
smartnose5-Nov-02 1:54 
AnswerRe: how can I create a top most form? Pin
Andy H5-Nov-02 2:46
Andy H5-Nov-02 2:46 
AnswerRe: how can I create a top most form? Pin
Daniel Turini5-Nov-02 2:49
Daniel Turini5-Nov-02 2:49 
GeneralFile processing with VB Pin
Venkatraman4-Nov-02 23:26
Venkatraman4-Nov-02 23:26 
GeneralRe: File processing with VB Pin
Notorious SMC6-Nov-02 21:07
sussNotorious SMC6-Nov-02 21:07 
GeneralVB 6.0 Printer Port Pin
thurdsak4-Nov-02 22:55
thurdsak4-Nov-02 22:55 
GeneralVB.Net Office Addin Pin
sneel4-Nov-02 15:29
sneel4-Nov-02 15:29 
GeneralRe: VB.Net Office Addin Pin
sneel25-Nov-02 13:41
sneel25-Nov-02 13:41 
Questionhow to get IP and LAN card address? Pin
drmzunlimited4-Nov-02 9:11
drmzunlimited4-Nov-02 9:11 

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.