Click here to Skip to main content
15,900,500 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: [VB.NET] TextBox's Multiple text into ListView items and subitems Pin
Luc Pattyn25-May-10 7:06
sitebuilderLuc Pattyn25-May-10 7:06 
QuestionHelp with Save File problem Pin
normschaef25-May-10 4:31
normschaef25-May-10 4:31 
AnswerRe: Help with Save File problem Pin
DaveAuld25-May-10 5:27
professionalDaveAuld25-May-10 5:27 
AnswerRe: Help with Save File problem Pin
normschaef25-May-10 5:49
normschaef25-May-10 5:49 
GeneralRe: Help with Save File problem Pin
Luc Pattyn25-May-10 6:21
sitebuilderLuc Pattyn25-May-10 6:21 
GeneralRe: Help with Save File problem Pin
normschaef25-May-10 6:53
normschaef25-May-10 6:53 
Questionchange a form target Pin
mabrahao24-May-10 16:03
mabrahao24-May-10 16:03 
AnswerRe: change a form target Pin
mabrahao24-May-10 16:06
mabrahao24-May-10 16:06 
well, i solved...

just change

WebBrowser1.Document.Forms(0).All("formName").SetAttribute("target", "newtarget")

to

WebBrowser1.Document.Forms("formName").SetAttribute("target", "newtarget")
Questionhow can i pass a value from a datagrid into a textbox? Pin
waner michaud24-May-10 5:11
waner michaud24-May-10 5:11 
AnswerRe: how can i pass a value from a datagrid into a textbox? Pin
Dr.Walt Fair, PE24-May-10 6:18
professionalDr.Walt Fair, PE24-May-10 6:18 
GeneralRe: how can i pass a value from a datagrid into a textbox? Pin
waner michaud24-May-10 7:09
waner michaud24-May-10 7:09 
GeneralRe: how can i pass a value from a datagrid into a textbox? Pin
Dr.Walt Fair, PE24-May-10 7:37
professionalDr.Walt Fair, PE24-May-10 7:37 
GeneralRe: how can i pass a value from a datagrid into a textbox? Pin
waner michaud24-May-10 7:43
waner michaud24-May-10 7:43 
GeneralRe: how can i pass a value from a datagrid into a textbox? Pin
Dr.Walt Fair, PE24-May-10 7:52
professionalDr.Walt Fair, PE24-May-10 7:52 
GeneralRe: how can i pass a value from a datagrid into a textbox? Pin
waner michaud24-May-10 8:13
waner michaud24-May-10 8:13 
GeneralRe: how can i pass a value from a datagrid into a textbox? Pin
Dr.Walt Fair, PE24-May-10 8:45
professionalDr.Walt Fair, PE24-May-10 8:45 
GeneralRe: how can i pass a value from a datagrid into a textbox? Pin
waner michaud24-May-10 8:56
waner michaud24-May-10 8:56 
GeneralRe: how can i pass a value from a datagrid into a textbox? Pin
Luc Pattyn24-May-10 9:23
sitebuilderLuc Pattyn24-May-10 9:23 
GeneralRe: how can i pass a value from a datagrid into a textbox? Pin
Dr.Walt Fair, PE24-May-10 9:33
professionalDr.Walt Fair, PE24-May-10 9:33 
GeneralRe: how can i pass a value from a datagrid into a textbox? Pin
waner michaud24-May-10 11:19
waner michaud24-May-10 11:19 
AnswerRe: how can i pass a value from a datagrid into a textbox? Pin
Luc Pattyn24-May-10 7:41
sitebuilderLuc Pattyn24-May-10 7:41 
GeneralRe: how can i pass a value from a datagrid into a textbox? Pin
waner michaud24-May-10 7:44
waner michaud24-May-10 7:44 
GeneralRe: how can i pass a value from a datagrid into a textbox? Pin
Luc Pattyn24-May-10 7:47
sitebuilderLuc Pattyn24-May-10 7:47 
GeneralRe: how can i pass a value from a datagrid into a textbox? Pin
waner michaud24-May-10 7:51
waner michaud24-May-10 7:51 
Questionmake ocx Pin
tuolesi24-May-10 4:57
tuolesi24-May-10 4:57 

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.