Click here to Skip to main content
15,890,579 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionUse aspx Authentification system Pin
thesum17-Sep-08 21:57
thesum17-Sep-08 21:57 
AnswerRe: Use aspx Authentification system Pin
Christian Graus17-Sep-08 22:28
protectorChristian Graus17-Sep-08 22:28 
QuestionHow to open poppup window in window application Pin
Piyush Vardhan Singh17-Sep-08 21:50
Piyush Vardhan Singh17-Sep-08 21:50 
AnswerRe: How to open poppup window in window application Pin
N a v a n e e t h17-Sep-08 21:57
N a v a n e e t h17-Sep-08 21:57 
GeneralRe: How to open poppup window in window application Pin
Piyush Vardhan Singh17-Sep-08 22:13
Piyush Vardhan Singh17-Sep-08 22:13 
GeneralRe: How to open poppup window in window application Pin
sumit703418-Sep-08 1:27
sumit703418-Sep-08 1:27 
AnswerRe: How to open poppup window in window application Pin
Rajesh Anuhya18-Sep-08 0:07
professionalRajesh Anuhya18-Sep-08 0:07 
AnswerRe: How to open poppup window in window application Pin
Kschuler18-Sep-08 7:26
Kschuler18-Sep-08 7:26 
If all you want is some text to appear in the popup window, just use:

Msgbox("Hello World!")

or

Messagebox.Show("Hello World!")

With the second option you can also fill in the other parms to control what the popup title is, if the popup has OK button or Yes/No buttons, etc.

Hope this helps.
QuestionHow to organise my vb.net code? Pin
jochem17-Sep-08 21:20
jochem17-Sep-08 21:20 
AnswerRe: How to organise my vb.net code? Pin
Mycroft Holmes17-Sep-08 21:31
professionalMycroft Holmes17-Sep-08 21:31 
GeneralRe: How to organise my vb.net code? Pin
Paul Conrad18-Sep-08 7:51
professionalPaul Conrad18-Sep-08 7:51 
AnswerRe: How to organise my vb.net code? Pin
Ray Cassick18-Sep-08 14:10
Ray Cassick18-Sep-08 14:10 
QuestionDoubt in sending mails using VB.net Pin
krithika Subramanian17-Sep-08 21:08
krithika Subramanian17-Sep-08 21:08 
AnswerRe: Doubt in sending mails using VB.net Pin
prubyholl17-Sep-08 21:11
professionalprubyholl17-Sep-08 21:11 
QuestionCompile error Pin
tatchung17-Sep-08 21:07
tatchung17-Sep-08 21:07 
AnswerRe: Compile error Pin
Dave Kreskowiak18-Sep-08 1:48
mveDave Kreskowiak18-Sep-08 1:48 
GeneralRe: Compile error Pin
tatchung18-Sep-08 3:00
tatchung18-Sep-08 3:00 
QuestionSQL Server 7.0 Pin
prubyholl17-Sep-08 20:53
professionalprubyholl17-Sep-08 20:53 
AnswerRe: SQL Server 7.0 Pin
Mycroft Holmes17-Sep-08 21:34
professionalMycroft Holmes17-Sep-08 21:34 
GeneralRe: SQL Server 7.0 Pin
prubyholl18-Sep-08 2:58
professionalprubyholl18-Sep-08 2:58 
GeneralRe: SQL Server 7.0 Pin
Mycroft Holmes18-Sep-08 3:08
professionalMycroft Holmes18-Sep-08 3:08 
GeneralRe: SQL Server 7.0 Pin
Dave Kreskowiak18-Sep-08 3:16
mveDave Kreskowiak18-Sep-08 3:16 
QuestionCreate Transparent or faded form in vb.net Pin
pdnet17-Sep-08 19:33
pdnet17-Sep-08 19:33 
AnswerRe: Create Transparent or faded form in vb.net Pin
Dave Kreskowiak18-Sep-08 1:46
mveDave Kreskowiak18-Sep-08 1:46 
GeneralRe: Create Transparent or faded form in vb.net Pin
pdnet18-Sep-08 2:47
pdnet18-Sep-08 2:47 

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.