Click here to Skip to main content
15,911,711 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: How to convert system.drawing.color to string and vice versa? Pin
.NetRams30-Jan-07 1:22
.NetRams30-Jan-07 1:22 
GeneralRe: How to convert system.drawing.color to string and vice versa? Pin
IqbalVB30-Jan-07 9:15
IqbalVB30-Jan-07 9:15 
Questionhelp me... in reading an ms access file Pin
raghu nasty29-Jan-07 23:05
raghu nasty29-Jan-07 23:05 
AnswerRe: help me... in reading an ms access file Pin
Colin Angus Mackay29-Jan-07 23:09
Colin Angus Mackay29-Jan-07 23:09 
QuestionHow do i get an image to appear in a picture box using the open file dialog?? Pin
China-Gary29-Jan-07 23:04
China-Gary29-Jan-07 23:04 
AnswerRe: How do i get an image to appear in a picture box using the open file dialog?? Pin
Christian Graus29-Jan-07 23:41
protectorChristian Graus29-Jan-07 23:41 
GeneralRe: How do i get an image to appear in a picture box using the open file dialog?? Pin
China-Gary29-Jan-07 23:59
China-Gary29-Jan-07 23:59 
AnswerRe: How do i get an image to appear in a picture box using the open file dialog?? Pin
IqbalVB30-Jan-07 9:21
IqbalVB30-Jan-07 9:21 
Don't forget to clear previous image, and there's no filepath property in the openfiledialog, remember that. So use filename instead.
pictbox.Image = Nothing<br />
pictbox.Image = image.fromfile(openfiledialog.filename)

QuestionHow to schedule a DB Job from Code Pin
suyh8229-Jan-07 23:03
suyh8229-Jan-07 23:03 
Questionchange date back color in monthcalander Pin
Neeraj Arora29-Jan-07 23:00
Neeraj Arora29-Jan-07 23:00 
QuestionHow I Can Print a File ? Pin
Yadav A Kumar29-Jan-07 22:13
Yadav A Kumar29-Jan-07 22:13 
AnswerRe: How I Can Print a File ? Pin
Vasudevan Deepak Kumar29-Jan-07 22:27
Vasudevan Deepak Kumar29-Jan-07 22:27 
AnswerRe: How I Can Print a File ? Pin
IqbalVB30-Jan-07 9:30
IqbalVB30-Jan-07 9:30 
Questionaccessing word document Pin
vimal_yet29-Jan-07 22:10
vimal_yet29-Jan-07 22:10 
AnswerRe: accessing word document Pin
Vasudevan Deepak Kumar29-Jan-07 22:28
Vasudevan Deepak Kumar29-Jan-07 22:28 
QuestionRe: accessing word document Pin
vimal_yet29-Jan-07 22:52
vimal_yet29-Jan-07 22:52 
QuestionExcel file (Read and Write) Pin
naramis29-Jan-07 21:54
naramis29-Jan-07 21:54 
AnswerRe: Excel file (Read and Write) Pin
Christian Graus29-Jan-07 21:57
protectorChristian Graus29-Jan-07 21:57 
AnswerRe: Excel file (Read and Write) Pin
Vasudevan Deepak Kumar29-Jan-07 22:29
Vasudevan Deepak Kumar29-Jan-07 22:29 
Questiondelete, copy etc does not work with windows form ? Pin
porsti29-Jan-07 21:40
porsti29-Jan-07 21:40 
AnswerRe: delete, copy etc does not work with windows form ? Pin
Christian Graus29-Jan-07 21:57
protectorChristian Graus29-Jan-07 21:57 
GeneralRe: delete, copy etc does not work with windows form ? Pin
porsti29-Jan-07 22:02
porsti29-Jan-07 22:02 
QuestionHow to get ipv6 address on local machine? Pin
Teeyai29-Jan-07 20:43
Teeyai29-Jan-07 20:43 
AnswerRe: How to get ipv6 address on local machine? Pin
shakti538529-Jan-07 21:55
shakti538529-Jan-07 21:55 
AnswerRe: How to get ipv6 address on local machine? Pin
Teeyai30-Jan-07 5:25
Teeyai30-Jan-07 5: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.