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

Visual Basic

 
GeneralRe: Hyperlinks collection class in VB6.0 Pin
Member 188237528-May-05 12:48
Member 188237528-May-05 12:48 
GeneralGame Config Editor Pin
hermitbluedog22-May-05 6:43
hermitbluedog22-May-05 6:43 
GeneralRe: Game Config Editor Pin
Christian Graus22-May-05 13:30
protectorChristian Graus22-May-05 13:30 
GeneralVisual Basic doesn't care about WM_PRINT Pin
Axonn Echysttas22-May-05 0:20
Axonn Echysttas22-May-05 0:20 
Generalprint richtextbox Pin
paykani21-May-05 21:45
paykani21-May-05 21:45 
GeneralRe: print richtextbox Pin
raph-it23-May-05 1:54
raph-it23-May-05 1:54 
GeneralGenerating Controls Dynamicaly! Pin
wEb GuRu...21-May-05 20:53
wEb GuRu...21-May-05 20:53 
GeneralRe: Generating Controls Dynamicaly! Pin
Christian Graus22-May-05 13:32
protectorChristian Graus22-May-05 13:32 
Something like this

Dim tb as Textbox = new TextBox ( or however this goes, I'm a C# guy ).

Then you have a control, but it's not part of your page. You need to put a placeholder where you want to put your control, or create a repeater, or similar, which will give you a row object. Either the row or the placeholder has a controls property, you need to add your new control to the controls collection for it to appear in the page. Then you need to be careful to do this consitently and early in the page lifecycle or you'll find you won't get events or viewstate for the control.


Christian Graus - Microsoft MVP - C++
Questionformat textbox data - what is the BEST way? Pin
wokagain21-May-05 18:27
wokagain21-May-05 18:27 
AnswerRe: format textbox data - what is the BEST way? Pin
oykica22-May-05 20:51
oykica22-May-05 20:51 
QuestionIs complex databinding bad programming? Pin
wokagain21-May-05 18:12
wokagain21-May-05 18:12 
QuestionHow to know whether CapsLock is on Pin
[Marc]21-May-05 15:54
[Marc]21-May-05 15:54 
AnswerRe: How to know whether CapsLock is on Pin
rudy.net21-May-05 18:01
rudy.net21-May-05 18:01 
GeneralRe: How to know whether CapsLock is on Pin
[Marc]25-May-05 14:25
[Marc]25-May-05 14:25 
GeneralUrgent Help With VB.Net Forms Pin
monica2k21-May-05 15:48
monica2k21-May-05 15:48 
GeneralRe: Urgent Help With VB.Net Forms Pin
Robert Rohde21-May-05 20:50
Robert Rohde21-May-05 20:50 
Generalcustomizing button controls Pin
Joey Picerno21-May-05 12:40
Joey Picerno21-May-05 12:40 
GeneralRe: customizing button controls Pin
Robert Rohde21-May-05 20:53
Robert Rohde21-May-05 20:53 
QuestionHow to get the Size of a File? Pin
[Marc]21-May-05 6:40
[Marc]21-May-05 6:40 
AnswerRe: How to get the Size of a File? Pin
Robert Rohde21-May-05 7:10
Robert Rohde21-May-05 7:10 
GeneralRe: How to get the Size of a File? Pin
[Marc]21-May-05 7:29
[Marc]21-May-05 7:29 
GeneralNeed Help.!! Pin
hani_aql21-May-05 5:44
hani_aql21-May-05 5:44 
GeneralPocket PC Emulator Help Pin
BritishEmpire21-May-05 5:39
BritishEmpire21-May-05 5:39 
GeneralRe: Pocket PC Emulator Help Pin
zhengdong jin21-May-05 7:46
zhengdong jin21-May-05 7:46 
Generalon changing the text of label...font changes Pin
Rizwan Bashir21-May-05 2:03
Rizwan Bashir21-May-05 2:03 

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.