Click here to Skip to main content
15,899,679 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralCompile exe with controls Pin
Dangleberry12-Sep-03 1:31
sussDangleberry12-Sep-03 1:31 
GeneralRe: Compile exe with controls Pin
Ray Cassick12-Sep-03 3:27
Ray Cassick12-Sep-03 3:27 
GeneralRe: Compile exe with controls Pin
Dangleberry14-Sep-03 23:43
sussDangleberry14-Sep-03 23:43 
GeneralI need an installation program to install my system Pin
Anonymous11-Sep-03 22:20
Anonymous11-Sep-03 22:20 
GeneralRe: I need an installation program to install my system Pin
Dave Kreskowiak12-Sep-03 8:04
mveDave Kreskowiak12-Sep-03 8:04 
GeneralRe: I need an installation program to install my system Pin
Hesham Amin12-Sep-03 8:06
Hesham Amin12-Sep-03 8:06 
QuestionHow do i put a webpage into a VB.Net program Pin
Anonymous11-Sep-03 21:31
Anonymous11-Sep-03 21:31 
AnswerRe: How do i put a webpage into a VB.Net program Pin
J. Dunlap11-Sep-03 22:00
J. Dunlap11-Sep-03 22:00 
This code shows a web browser window with CodeProject in it:
dim url as string = "http://www.codeproject.com/"
System.Diagnostics.Process.Start(url)



"Blessed are the peacemakers, for they shall be called sons of God." - Jesus

"You must be the change you wish to see in the world." - Mahatma Gandhi







GeneralQuestion on how to use two identical databases. Pin
Anonymous11-Sep-03 21:26
Anonymous11-Sep-03 21:26 
GeneralRe: Question on how to use two identical databases. Pin
Dangleberry12-Sep-03 1:41
sussDangleberry12-Sep-03 1:41 
GeneralRe: Question on how to use two identical databases. Pin
Dangleberry12-Sep-03 1:42
sussDangleberry12-Sep-03 1:42 
GeneralClosing Main Form Pin
Anonymous11-Sep-03 14:29
Anonymous11-Sep-03 14:29 
GeneralRe: Closing Main Form Pin
didijoe11-Sep-03 16:08
didijoe11-Sep-03 16:08 
GeneralAbout text and label Pin
Meysam Khayatan11-Sep-03 11:59
Meysam Khayatan11-Sep-03 11:59 
Generaldeveloping my own web browser Pin
mikanu11-Sep-03 11:04
mikanu11-Sep-03 11:04 
GeneralRe: developing my own web browser Pin
Dave Kreskowiak12-Sep-03 8:01
mveDave Kreskowiak12-Sep-03 8:01 
GeneralSimple problem Pin
ivanji11-Sep-03 4:50
ivanji11-Sep-03 4:50 
GeneralRe: Simple problem Pin
NetPointerIN11-Sep-03 9:35
NetPointerIN11-Sep-03 9:35 
GeneralRe: Simple problem Pin
Ray Cassick11-Sep-03 9:59
Ray Cassick11-Sep-03 9:59 
GeneralRe: Simple problem Pin
Member 57284911-Sep-03 11:57
Member 57284911-Sep-03 11:57 
GeneralRe: Simple problem Pin
ivanji11-Sep-03 12:41
ivanji11-Sep-03 12:41 
GeneralPass array Pin
sardinka11-Sep-03 4:42
sardinka11-Sep-03 4:42 
Generalreadin excel data into a dataset Pin
Anonymous11-Sep-03 4:10
Anonymous11-Sep-03 4:10 
GeneralGraphs connected to Interface & db Pin
Inneedofluv10-Sep-03 19:57
Inneedofluv10-Sep-03 19:57 
GeneralI want to lock the Access database (VB.6) Pin
Nazila Naderi10-Sep-03 15:40
Nazila Naderi10-Sep-03 15:40 

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.