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

Visual Basic

 
GeneralRe: VB 6 Using the DOS prompt Pin
Dave Kreskowiak20-Aug-04 1:08
mveDave Kreskowiak20-Aug-04 1:08 
GeneralDownload File Pin
XGaMeS19-Aug-04 3:31
XGaMeS19-Aug-04 3:31 
GeneralRe: Download File Pin
mikasa23-Aug-04 0:30
mikasa23-Aug-04 0:30 
GeneralVB.Net and JavaScript Pin
ecloz19-Aug-04 2:58
ecloz19-Aug-04 2:58 
GeneralRe: VB.Net and JavaScript Pin
Dave Kreskowiak19-Aug-04 5:41
mveDave Kreskowiak19-Aug-04 5:41 
GeneralRe: VB.Net and JavaScript Pin
ecloz19-Aug-04 6:33
ecloz19-Aug-04 6:33 
Generalrounded textbox in vb.net Pin
abari19-Aug-04 1:53
abari19-Aug-04 1:53 
GeneralRe: rounded textbox in vb.net Pin
Dave Kreskowiak19-Aug-04 4:14
mveDave Kreskowiak19-Aug-04 4:14 
You'll either have to find 3rd party controls that do this or write them yourself. Basically, for each control you want to change, you'll create a control class that inherits from one of the controls you want to modify. Then, you'll have to override the OnPaint method and supply your own painting code to draw the control how you want.


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralWinSock, how to pass from server to LAN's PC through internet Pin
curious_keen18-Aug-04 21:47
curious_keen18-Aug-04 21:47 
GeneralRe: WinSock, how to pass from server to LAN's PC through internet Pin
Dave Kreskowiak19-Aug-04 4:02
mveDave Kreskowiak19-Aug-04 4:02 
GeneralRe: WinSock, how to pass from server to LAN's PC through internet Pin
curious_keen19-Aug-04 4:54
curious_keen19-Aug-04 4:54 
GeneralRe: WinSock, how to pass from server to LAN's PC through internet Pin
Dave Kreskowiak19-Aug-04 5:22
mveDave Kreskowiak19-Aug-04 5:22 
GeneralFacing problem while calling C# Functions(DLL) from Visual Basic(EXE) Pin
Ami Shah18-Aug-04 21:10
Ami Shah18-Aug-04 21:10 
GeneralRe: Facing problem while calling C# Functions(DLL) from Visual Basic(EXE) Pin
Dave Kreskowiak19-Aug-04 3:57
mveDave Kreskowiak19-Aug-04 3:57 
GeneralAdding a text file in my project. Pin
Ravi S.V.18-Aug-04 20:10
Ravi S.V.18-Aug-04 20:10 
GeneralRe: Adding a text file in my project. Pin
Purple Monk19-Aug-04 1:41
Purple Monk19-Aug-04 1:41 
GeneralRe: Adding a text file in my project. Pin
Dave Kreskowiak19-Aug-04 3:34
mveDave Kreskowiak19-Aug-04 3:34 
GeneralCompare 2 different data file Pin
sumiko18-Aug-04 20:06
sumiko18-Aug-04 20:06 
GeneralRe: Compare 2 different data file Pin
Dave Kreskowiak19-Aug-04 3:32
mveDave Kreskowiak19-Aug-04 3:32 
GeneralRe: Compare 2 different data file Pin
sumiko23-Aug-04 18:12
sumiko23-Aug-04 18:12 
GeneralRe: Compare 2 different data file Pin
Dave Kreskowiak24-Aug-04 0:21
mveDave Kreskowiak24-Aug-04 0:21 
GeneralRe: Compare 2 different data file Pin
sumiko31-Aug-04 20:40
sumiko31-Aug-04 20:40 
GeneralExporting RGN to Files Pin
zman90018-Aug-04 18:28
zman90018-Aug-04 18:28 
GeneralRe: Exporting RGN to Files Pin
Dave Kreskowiak19-Aug-04 3:02
mveDave Kreskowiak19-Aug-04 3:02 
GeneralRe: Exporting RGN to Files Pin
zman90019-Aug-04 17:21
zman90019-Aug-04 17:21 

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.