Click here to Skip to main content
15,906,766 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: System Date Pin
Member 38798818-Mar-07 17:59
Member 38798818-Mar-07 17:59 
GeneralRe: System Date Pin
JonCox9-Mar-07 8:48
JonCox9-Mar-07 8:48 
QuestionStructuere with WithEvents members Pin
Marc Soleda7-Mar-07 22:48
Marc Soleda7-Mar-07 22:48 
AnswerRe: Structuere with WithEvents members [modified] Pin
TwoFaced7-Mar-07 23:15
TwoFaced7-Mar-07 23:15 
QuestionHow can I draw a line in designer? Pin
NanaAM7-Mar-07 22:37
NanaAM7-Mar-07 22:37 
AnswerRe: How can I draw a line in designer? Pin
TwoFaced7-Mar-07 23:29
TwoFaced7-Mar-07 23:29 
GeneralRe: How can I draw a line in designer? Pin
NanaAM8-Mar-07 1:37
NanaAM8-Mar-07 1:37 
QuestionMenu bars based on users............. Pin
Member 38798817-Mar-07 22:11
Member 38798817-Mar-07 22:11 
AnswerRe: Menu bars based on users............. Pin
haggenx8-Mar-07 8:25
haggenx8-Mar-07 8:25 
GeneralRe: Menu bars based on users............. Pin
Member 38798818-Mar-07 17:13
Member 38798818-Mar-07 17:13 
AnswerRe: Menu bars based on users............. Pin
Jelle Stokroos8-Mar-07 10:15
Jelle Stokroos8-Mar-07 10:15 
GeneralRe: Menu bars based on users............. Pin
Member 38798818-Mar-07 17:07
Member 38798818-Mar-07 17:07 
AnswerRe: Menu bars based on users............. Pin
Jelle Stokroos9-Mar-07 5:59
Jelle Stokroos9-Mar-07 5:59 
GeneralRe: Menu bars based on users............. Pin
haggenx9-Mar-07 7:31
haggenx9-Mar-07 7:31 
QuestionDatabinding Issue Pin
Neily There7-Mar-07 22:09
Neily There7-Mar-07 22:09 
QuestionColin Angus Mackay thanks for the cite Pin
Adekolurejo7-Mar-07 22:01
Adekolurejo7-Mar-07 22:01 
AnswerRe: Colin Angus Mackay thanks for the cite Pin
Colin Angus Mackay7-Mar-07 22:13
Colin Angus Mackay7-Mar-07 22:13 
Questionhow to attach falsh in vb.net??? Pin
bhawna_k7-Mar-07 20:43
bhawna_k7-Mar-07 20:43 
i want to attach a flash file in vb.net form. i hav followed the folling procedure
first added shockwave object then
Place the Flash MX file in bin folder of the project.
Now double click on the form and write code on form load event

Button1.Text = "Play"

double click on the button and wrilte the following code on the Button1_Click event

AxShockwaveFlash1.Stop()

AxShockwaveFlash1.Movie = Application.StartupPath & "\segment1.swf"

AxShockwaveFlash1.Play()



this code is not working,plz tel me exact code
QuestionBindingcontext child_to_parent Pin
epkjoha7-Mar-07 20:35
epkjoha7-Mar-07 20:35 
QuestionHow do I change the background color of a command button Pin
ArchaBhandare7-Mar-07 19:43
ArchaBhandare7-Mar-07 19:43 
QuestionConnection String to the database. Pin
thesemplice7-Mar-07 19:05
thesemplice7-Mar-07 19:05 
AnswerRe: Connection String to the database. Pin
thesemplice7-Mar-07 19:06
thesemplice7-Mar-07 19:06 
AnswerRe: Connection String to the database. Pin
Colin Angus Mackay7-Mar-07 22:12
Colin Angus Mackay7-Mar-07 22:12 
AnswerRe: Connection String to the database. Pin
Dave Kreskowiak8-Mar-07 2:56
mveDave Kreskowiak8-Mar-07 2:56 
GeneralRe: Connection String to the database. Pin
thesemplice8-Mar-07 18:25
thesemplice8-Mar-07 18:25 

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.