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

Visual Basic

 
AnswerRe: System.Data.OleDb.OleDbException: Unkown Pin
Dave Kreskowiak16-Apr-07 2:57
mveDave Kreskowiak16-Apr-07 2:57 
GeneralRe: System.Data.OleDb.OleDbException: Unkown Pin
Liu Chunhui16-Apr-07 14:53
Liu Chunhui16-Apr-07 14:53 
QuestionADO Persisted Recordset XML Pin
DA_Loring15-Apr-07 15:38
DA_Loring15-Apr-07 15:38 
AnswerRe: ADO Persisted Recordset XML Pin
Dave Kreskowiak16-Apr-07 2:50
mveDave Kreskowiak16-Apr-07 2:50 
GeneralRe: ADO Persisted Recordset XML Pin
DA_Loring16-Apr-07 3:32
DA_Loring16-Apr-07 3:32 
GeneralRe: ADO Persisted Recordset XML Pin
Dave Kreskowiak16-Apr-07 12:16
mveDave Kreskowiak16-Apr-07 12:16 
GeneralRe: ADO Persisted Recordset XML Pin
DA_Loring16-Apr-07 23:30
DA_Loring16-Apr-07 23:30 
Questionfind control from text Pin
185515-Apr-07 12:59
185515-Apr-07 12:59 
Is there a way to initialise a control in a control variable from a text string of the controls name i.e.

dim ctl as control
dim sControlName as string = "myTextBox"
...
ctl.name = sControlName

The control could be a picturebox, textbox, or label.
using vb.net 2003.

At the moment I search through controls on the form until I get a match, it's a bit slow.

I'm doing this with a plastic card design/print program. I save the position of each control into a text file then I open it and read the x and y to position each control

Thanks,

Bruce
Don't forget to brush |||_____
AnswerRe: find control from text Pin
The ANZAC15-Apr-07 13:05
The ANZAC15-Apr-07 13:05 
GeneralRe: find control from text Pin
185515-Apr-07 13:10
185515-Apr-07 13:10 
AnswerRe: find control from text Pin
Christian Graus15-Apr-07 13:09
protectorChristian Graus15-Apr-07 13:09 
GeneralRe: find control from text Pin
185515-Apr-07 14:31
185515-Apr-07 14:31 
GeneralRe: find control from text Pin
Christian Graus15-Apr-07 14:44
protectorChristian Graus15-Apr-07 14:44 
GeneralRe: find control from text Pin
185516-Apr-07 16:27
185516-Apr-07 16:27 
QuestionHow to center a control in a TableLayoutPanel ? [modified] Pin
Narenge15-Apr-07 9:39
Narenge15-Apr-07 9:39 
AnswerRe: How to center a control in a TableLayoutPanel ? Pin
Thomas Stockwell15-Apr-07 13:33
professionalThomas Stockwell15-Apr-07 13:33 
QuestionHow to random and get Data from Dataset Pin
somchoto15-Apr-07 7:16
somchoto15-Apr-07 7:16 
QuestionRe: How to random and get Data from Dataset Pin
CPallini15-Apr-07 9:28
mveCPallini15-Apr-07 9:28 
AnswerRe: How to random and get Data from Dataset Pin
Christian Graus15-Apr-07 11:41
protectorChristian Graus15-Apr-07 11:41 
AnswerRe: How to random and get Data from Dataset Pin
somchoto15-Apr-07 15:59
somchoto15-Apr-07 15:59 
GeneralRe: How to random and get Data from Dataset Pin
Christian Graus15-Apr-07 16:32
protectorChristian Graus15-Apr-07 16:32 
Questionabout recent files in menu Pin
bapu288915-Apr-07 3:08
bapu288915-Apr-07 3:08 
AnswerRe: about recent files in menu Pin
Werries15-Apr-07 5:29
Werries15-Apr-07 5:29 
QuestionRe: about recent files in menu Pin
bapu288915-Apr-07 9:32
bapu288915-Apr-07 9:32 
AnswerRe: about recent files in menu Pin
Werries15-Apr-07 10:52
Werries15-Apr-07 10:52 

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.