Click here to Skip to main content
15,889,335 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Printing bug vb.net Pin
Dave Kreskowiak23-May-07 3:36
mveDave Kreskowiak23-May-07 3:36 
GeneralRe: Printing bug vb.net Pin
js8008523-May-07 6:20
js8008523-May-07 6:20 
GeneralRe: Printing bug vb.net Pin
Dave Kreskowiak23-May-07 6:35
mveDave Kreskowiak23-May-07 6:35 
GeneralRe: Printing bug vb.net Pin
js8008523-May-07 6:53
js8008523-May-07 6:53 
GeneralRe: Printing bug vb.net Pin
Dave Kreskowiak23-May-07 7:28
mveDave Kreskowiak23-May-07 7:28 
GeneralRe: Printing bug vb.net Pin
js8008523-May-07 23:40
js8008523-May-07 23:40 
QuestionWhere do we use panel, FlowLayoutPanel and TableLayoutPanel control Pin
Mekong River22-May-07 21:19
Mekong River22-May-07 21:19 
AnswerRe: Where do we use panel, FlowLayoutPanel and TableLayoutPanel control Pin
The ANZAC22-May-07 21:37
The ANZAC22-May-07 21:37 
1)The Panel acts as a container, similar to the groupbox, that you can use to move many controls at once or to group controls such as radiobuttons. The benefit of the panel is that you can hide the borders and set it's backcolor to transperent,so it is invisible which you can't do with GroupBox.

2) The Flowlayout panel acts in a way to dynamically order controls. Say you create a flow layout panel and add five buttons to it, you can tell it how to make it flow, whether they stack on each other vertically, Horizantally etc.

3) The Table Layout Panel allows you to define your form into sections, you can add rows and columns, and customize their sizes, in such a way as to seperate different parts of your form, or alter the layout.

Posted by The ANZAC : "WWBD, What Would Buffy Do?" : "I don't know man, she's stronger than me"

GeneralRe: Where do we use panel, FlowLayoutPanel and TableLayoutPanel control Pin
Mekong River22-May-07 22:43
Mekong River22-May-07 22:43 
GeneralRe: Where do we use panel, FlowLayoutPanel and TableLayoutPanel control Pin
The ANZAC22-May-07 22:59
The ANZAC22-May-07 22:59 
GeneralRe: Where do we use panel, FlowLayoutPanel and TableLayoutPanel control Pin
Mekong River22-May-07 23:34
Mekong River22-May-07 23:34 
QuestionError System.data.sqlClient.SqlException Help Pin
Vimalsoft(Pty) Ltd22-May-07 21:09
professionalVimalsoft(Pty) Ltd22-May-07 21:09 
AnswerRe: Error System.data.sqlClient.SqlException Help Pin
klaydze22-May-07 22:56
klaydze22-May-07 22:56 
GeneralRe: Error System.data.sqlClient.SqlException Help Pin
Vimalsoft(Pty) Ltd23-May-07 0:00
professionalVimalsoft(Pty) Ltd23-May-07 0:00 
GeneralRe: Error System.data.sqlClient.SqlException Help Pin
Dave Kreskowiak23-May-07 3:33
mveDave Kreskowiak23-May-07 3:33 
AnswerRe: Error System.data.sqlClient.SqlException Help Pin
klaydze24-May-07 0:07
klaydze24-May-07 0:07 
GeneralRe: Error System.data.sqlClient.SqlException Help Pin
Vimalsoft(Pty) Ltd24-May-07 0:14
professionalVimalsoft(Pty) Ltd24-May-07 0:14 
QuestionExport from Crystal report to MS Access Database Pin
charchabil0322-May-07 21:00
charchabil0322-May-07 21:00 
QuestionMS Flex Grid in vb.net 2005 [modified] Pin
Sonia Gupta22-May-07 19:59
Sonia Gupta22-May-07 19:59 
AnswerRe: MS Flex Grid in vb.net 2005 Pin
Dave Kreskowiak23-May-07 3:28
mveDave Kreskowiak23-May-07 3:28 
QuestionCoversion Pin
Preeti Khandelwal22-May-07 19:41
Preeti Khandelwal22-May-07 19:41 
AnswerRe: Coversion Pin
Harini N K22-May-07 20:34
Harini N K22-May-07 20:34 
QuestionRe: Coversion Pin
Sonia Gupta22-May-07 21:32
Sonia Gupta22-May-07 21:32 
AnswerRe: Coversion Pin
Xandip22-May-07 22:32
Xandip22-May-07 22:32 
QuestionRe: Coversion Pin
Sonia Gupta22-May-07 23:15
Sonia Gupta22-May-07 23:15 

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.