Click here to Skip to main content
15,901,505 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Adding row to database question Pin
Dave Sexton10-Oct-06 22:43
Dave Sexton10-Oct-06 22:43 
Questionhide show clock taskbar properties on run time? Pin
ghost1818-Oct-06 18:52
ghost1818-Oct-06 18:52 
AnswerRe: hide show clock taskbar properties on run time? Pin
UltraCoder9-Oct-06 17:51
UltraCoder9-Oct-06 17:51 
AnswerRe: how to set connetion from vb6 to SQL Pin
Guffa8-Oct-06 19:20
Guffa8-Oct-06 19:20 
AnswerRe: how to set connetion from vb6 to SQL Pin
Guffa9-Oct-06 3:16
Guffa9-Oct-06 3:16 
QuestionWhat code can i use ? Pin
A*****8-Oct-06 16:52
A*****8-Oct-06 16:52 
AnswerRe: What code can i use ? Pin
Christian Graus8-Oct-06 17:16
protectorChristian Graus8-Oct-06 17:16 
AnswerRe: What code can i use ? Pin
UltraCoder9-Oct-06 17:09
UltraCoder9-Oct-06 17:09 
To delete files, use: My.Computer.FileSystem.DeleteFile("C:\File_To_Delete.txt")

You can also select whether you want the file you are deleting to goto the recycle bin or just to be permanantly deleted. Just use:

My.Computer.FileSystem.DeleteFile("C:\File_To_Delete.txt", FileIO.RecycleOption.DeletePermanently)
AnswerRe: What code can i use ? Pin
manish2411-Oct-06 1:07
manish2411-Oct-06 1:07 
QuestionLoading treeview with database Pin
ranro20068-Oct-06 10:00
ranro20068-Oct-06 10:00 
Questioninsert images in to textbox with vb.net Pin
fajrif8-Oct-06 8:36
fajrif8-Oct-06 8:36 
AnswerRe: insert images in to textbox with vb.net Pin
Christian Graus8-Oct-06 8:47
protectorChristian Graus8-Oct-06 8:47 
GeneralRe: insert images in to textbox with vb.net Pin
fajrif11-Oct-06 2:57
fajrif11-Oct-06 2:57 
QuestionSendMessage WM_KEYDOWN,WM_KEYUP [modified] Pin
Kenneth Broendum8-Oct-06 4:22
Kenneth Broendum8-Oct-06 4:22 
Questionms installer Pin
steve_rm7-Oct-06 23:40
steve_rm7-Oct-06 23:40 
AnswerRe: ms installer Pin
Christian Graus7-Oct-06 23:53
protectorChristian Graus7-Oct-06 23:53 
QuestionRe: ms installer Pin
steve_rm8-Oct-06 4:08
steve_rm8-Oct-06 4:08 
QuestionReading cursor position with a timer Pin
re infecta7-Oct-06 22:17
re infecta7-Oct-06 22:17 
AnswerRe: Reading cursor position with a timer Pin
Christian Graus7-Oct-06 23:42
protectorChristian Graus7-Oct-06 23:42 
Questionwhat is this Pin
Xmen Real 7-Oct-06 17:51
professional Xmen Real 7-Oct-06 17:51 
AnswerRe: what is this Pin
Guffa7-Oct-06 20:12
Guffa7-Oct-06 20:12 
GeneralRe: what is this Pin
Xmen Real 7-Oct-06 20:23
professional Xmen Real 7-Oct-06 20:23 
AnswerRe: what is this Pin
Guffa7-Oct-06 23:11
Guffa7-Oct-06 23:11 
GeneralRe: what is this Pin
Xmen Real 7-Oct-06 23:42
professional Xmen Real 7-Oct-06 23:42 
AnswerRe: what is this Pin
Guffa8-Oct-06 0:05
Guffa8-Oct-06 0:05 

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.