Click here to Skip to main content
15,905,136 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionWant a code/design for an automobile dealer's shop/showroom. Pin
SwatiPathania9-Apr-06 7:12
SwatiPathania9-Apr-06 7:12 
AnswerRe: Want a code/design for an automobile dealer's shop/showroom. Pin
Joshua Quick9-Apr-06 11:06
Joshua Quick9-Apr-06 11:06 
AnswerRe: Want a code/design for an automobile dealer's shop/showroom. Pin
Virani9-Apr-06 19:55
Virani9-Apr-06 19:55 
GeneralRe: Want a code/design for an automobile dealer's shop/showroom. Pin
J4amieC9-Apr-06 22:34
J4amieC9-Apr-06 22:34 
QuestionSend to another application Pin
Mr kilany9-Apr-06 3:12
Mr kilany9-Apr-06 3:12 
AnswerRe: Send to another application Pin
progload9-Apr-06 6:28
progload9-Apr-06 6:28 
Questionwhere is my toolbar images Pin
Greeky9-Apr-06 2:46
Greeky9-Apr-06 2:46 
AnswerRe: where is my toolbar images Pin
Joshua Quick9-Apr-06 11:14
Joshua Quick9-Apr-06 11:14 
I know .NET 1.0 and 1.1 had a bug like this when calling EnableVisualStyles(). The work-around was to call Application.DoEvents() after enabling visual styles and before displaying your form, like this...
Public Class Main
   Public Shared Sub Main(ByVal args() As String)
      Application.EnableVisualStyles()
      Application.DoEvents()
      Application.Run(New MyForm)
   End Sub
End Class

Questionplease help Alt Pass Pin
Amarni9-Apr-06 2:05
Amarni9-Apr-06 2:05 
AnswerRe: please help Alt Pass Pin
Joshua Quick9-Apr-06 11:21
Joshua Quick9-Apr-06 11:21 
Questiontreeview Pin
Amarni9-Apr-06 1:18
Amarni9-Apr-06 1:18 
AnswerRe: treeview Pin
Robert Rohde9-Apr-06 22:49
Robert Rohde9-Apr-06 22:49 
Questiontechnique used for encryption and decryption using ASCII values in Steganography Pin
archana rani8-Apr-06 23:25
archana rani8-Apr-06 23:25 
Questionfile handling question Pin
vijnathan8-Apr-06 22:18
vijnathan8-Apr-06 22:18 
AnswerRe: file handling question Pin
sssssssandy9-Apr-06 21:10
sssssssandy9-Apr-06 21:10 
QuestionShowdown - When logout Pin
Vandankiran8-Apr-06 21:39
Vandankiran8-Apr-06 21:39 
AnswerRe: Showdown - When logout Pin
CWIZO9-Apr-06 2:52
CWIZO9-Apr-06 2:52 
AnswerRe: Commport Pin
progload9-Apr-06 6:31
progload9-Apr-06 6:31 
Questionsending serial data using rs232 Pin
hackerz838-Apr-06 21:09
hackerz838-Apr-06 21:09 
AnswerRe: sending serial data using rs232 Pin
Joshua Quick9-Apr-06 11:32
Joshua Quick9-Apr-06 11:32 
GeneralRe: sending serial data using rs232 Pin
hackerz839-Apr-06 20:54
hackerz839-Apr-06 20:54 
AnswerRe: sending serial data using rs232 Pin
Joshua Quick9-Apr-06 23:21
Joshua Quick9-Apr-06 23:21 
QuestionVB.NET: COM Interop. Sink event to COM Client Pin
mdepaepe8-Apr-06 19:03
mdepaepe8-Apr-06 19:03 
QuestionIn Code Behind, What is proper select statement syntax to retrieve the @BName field from a table? Pin
kenn_rosie8-Apr-06 17:04
kenn_rosie8-Apr-06 17:04 
AnswerRe: In Code Behind, What is proper select statement syntax to retrieve the @BName field from a table? Pin
kenn_rosie8-Apr-06 17:49
kenn_rosie8-Apr-06 17:49 

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.