Click here to Skip to main content
16,006,475 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Link in MsgBox Pin
Dave Kreskowiak12-Feb-09 10:14
mveDave Kreskowiak12-Feb-09 10:14 
GeneralRe: Link in MsgBox Pin
ivo7513-Feb-09 6:33
ivo7513-Feb-09 6:33 
GeneralRe: Link in MsgBox Pin
Dave Kreskowiak13-Feb-09 12:09
mveDave Kreskowiak13-Feb-09 12:09 
GeneralRe: Link in MsgBox Pin
ivo7513-Feb-09 20:27
ivo7513-Feb-09 20:27 
GeneralRe: Link in MsgBox Pin
Dave Kreskowiak14-Feb-09 0:58
mveDave Kreskowiak14-Feb-09 0:58 
GeneralRe: Link in MsgBox Pin
ivo7514-Feb-09 1:19
ivo7514-Feb-09 1:19 
QuestionCreate TabControl, but with nodes Pin
vigylant12-Feb-09 6:32
vigylant12-Feb-09 6:32 
AnswerRe: Create TabControl, but with nodes Pin
Dave Kreskowiak12-Feb-09 7:41
mveDave Kreskowiak12-Feb-09 7:41 
vigylant wrote:
Is it possible to create something similar like a tabcontrol, but without the page selectors at top...


Wouldn't that just be a stack of Panel controls?


vigylant wrote:
Instead, i want nodes to select each page.


And a "node" would be?? I don't remember seeing a "Node" control that I can click on.


vigylant wrote:
1. I cant do anything if i make a usercontrol, and put it in another form, as i cannot touch the controls within the usercontrol.


The child controls of a UserControl are not exposed to the designer unless you provide code that exposes this functionality.


vigylant wrote:
2. I cant click on a node in the designer (As you can just click on a tabpage, and it changes to that page)


Again, I have no idea what you mean by "node".


vigylant wrote:
3. The nodes disappear when i close the designer, and open it again. (How do i save/persist the nodes?)


When you drop a control, like a Button, on a form, code is written by the designer to instantiate that control and set it's properties and wire up events, like Caption, Color, Size, Location, Click event handler, ... in the form's formName.Designer.vb file. You expose this functionality from your UserControl by attributing the proper Properties of your UserControl with the DesignerSerializationVisibility[^] attribute.


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008




GeneralRe: Create TabControl, but with nodes Pin
vigylant12-Feb-09 8:18
vigylant12-Feb-09 8:18 
GeneralRe: Create TabControl, but with nodes Pin
Dave Kreskowiak12-Feb-09 10:12
mveDave Kreskowiak12-Feb-09 10:12 
GeneralRe: Create TabControl, but with nodes Pin
vigylant12-Feb-09 10:16
vigylant12-Feb-09 10:16 
QuestionFilter percent (%) and Apostrophes (') Pin
mbv80012-Feb-09 5:24
mbv80012-Feb-09 5:24 
AnswerRe: Filter percent (%) and Apostrophes (') Pin
mbv80013-Feb-09 5:09
mbv80013-Feb-09 5:09 
AnswerRe: Filter percent (%) and Apostrophes (') Pin
mbv80013-Feb-09 7:51
mbv80013-Feb-09 7:51 
QuestionDelete Duplicate Record Pin
Muhammad Fahim Baloch12-Feb-09 4:12
Muhammad Fahim Baloch12-Feb-09 4:12 
AnswerRe: Delete Duplicate Record Pin
Jay Royall12-Feb-09 4:23
Jay Royall12-Feb-09 4:23 
GeneralRe: Delete Duplicate Record Pin
Muhammad Fahim Baloch12-Feb-09 4:54
Muhammad Fahim Baloch12-Feb-09 4:54 
QuestionHow to hide the parent property in UserControl? Pin
popalzai12-Feb-09 1:44
popalzai12-Feb-09 1:44 
AnswerRe: How to hide the parent property in UserControl? Pin
Rob Smiley12-Feb-09 2:23
Rob Smiley12-Feb-09 2:23 
GeneralRe: How to hide the parent property in UserControl? Pin
popalzai12-Feb-09 19:31
popalzai12-Feb-09 19:31 
GeneralRe: How to hide the parent property in UserControl? Pin
popalzai12-Feb-09 19:39
popalzai12-Feb-09 19:39 
GeneralRe: How to hide the parent property in UserControl? Pin
Rob Smiley13-Feb-09 8:50
Rob Smiley13-Feb-09 8:50 
QuestionGet Last ID from a Table Pin
Muhammad Fahim Baloch12-Feb-09 1:15
Muhammad Fahim Baloch12-Feb-09 1:15 
AnswerRe: Get Last ID from a Table Pin
Dave Kreskowiak12-Feb-09 1:48
mveDave Kreskowiak12-Feb-09 1:48 
GeneralRe: Get Last ID from a Table [modified] Pin
Samir Ibrahim13-Feb-09 1:27
Samir Ibrahim13-Feb-09 1:27 

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.