Click here to Skip to main content
16,005,552 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Sorting Treeview nodes in VB 2005 Pin
Dave Kreskowiak27-Sep-06 8:58
mveDave Kreskowiak27-Sep-06 8:58 
GeneralRe: Sorting Treeview nodes in VB 2005 Pin
IainM128-Sep-06 0:23
IainM128-Sep-06 0:23 
GeneralRe: Sorting Treeview nodes in VB 2005 Pin
Dave Kreskowiak28-Sep-06 2:07
mveDave Kreskowiak28-Sep-06 2:07 
QuestionData Environment Pin
Mphatso Nkando27-Sep-06 0:04
Mphatso Nkando27-Sep-06 0:04 
AnswerRe: Data Environment Pin
Dave Kreskowiak27-Sep-06 9:04
mveDave Kreskowiak27-Sep-06 9:04 
Questionhow to automate selection of radio buttons using vb.net Pin
k_satish26-Sep-06 23:44
k_satish26-Sep-06 23:44 
QuestionPlease help Pin
minniemooo26-Sep-06 23:33
minniemooo26-Sep-06 23:33 
AnswerRe: Please help Pin
jhoga27-Sep-06 5:19
jhoga27-Sep-06 5:19 
just run the string through a split.
put it back together the way you need it it
use cdate
for example:
Dim myDate As String
myDate = strVal.Split("-")
Dim newVal as string
newVal=myDate(1) & "/" myDate(2) & "/" & myDate(0)
dim newDate as date= cDate(newVal)


Questionproblem with serial port and cross threads Pin
Rey999926-Sep-06 23:08
Rey999926-Sep-06 23:08 
AnswerRe: problem with serial port and cross threads Pin
Rey999926-Sep-06 23:44
Rey999926-Sep-06 23:44 
QuestionTransparent Label Pin
morteza5726-Sep-06 21:12
morteza5726-Sep-06 21:12 
GeneralRe: Transparent Label Pin
Guffa26-Sep-06 21:34
Guffa26-Sep-06 21:34 
AnswerRe: Transparent Label Pin
The ANZAC26-Sep-06 23:19
The ANZAC26-Sep-06 23:19 
GeneralRe: Transparent Label Pin
morteza5726-Sep-06 23:33
morteza5726-Sep-06 23:33 
GeneralRe: Transparent Label Pin
Dave Kreskowiak27-Sep-06 2:36
mveDave Kreskowiak27-Sep-06 2:36 
GeneralRe: Transparent Label Pin
morteza5727-Sep-06 20:21
morteza5727-Sep-06 20:21 
GeneralRe: Transparent Label Pin
Dave Kreskowiak28-Sep-06 2:10
mveDave Kreskowiak28-Sep-06 2:10 
QuestionNO MINIMIZE Pin
K edar V26-Sep-06 19:59
K edar V26-Sep-06 19:59 
AnswerRe: NO MINIMIZE Pin
The ANZAC26-Sep-06 23:21
The ANZAC26-Sep-06 23:21 
GeneralRe: NO MINIMIZE Pin
K edar V26-Sep-06 23:25
K edar V26-Sep-06 23:25 
GeneralRe: NO MINIMIZE Pin
Dave Kreskowiak27-Sep-06 2:31
mveDave Kreskowiak27-Sep-06 2:31 
Questioni want to print the datagridview content when i press the pirnt button Pin
vrk_raju26-Sep-06 18:12
vrk_raju26-Sep-06 18:12 
AnswerRe: i want to print the datagridview content when i press the pirnt button Pin
Dave Kreskowiak27-Sep-06 2:23
mveDave Kreskowiak27-Sep-06 2:23 
GeneralRe: i want to print the datagridview content when i press the pirnt button Pin
Sourie23-Sep-08 6:53
Sourie23-Sep-08 6:53 
Questiondebugging a c# .dll Pin
gooseman11226-Sep-06 16:20
gooseman11226-Sep-06 16:20 

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.