Click here to Skip to main content
15,867,568 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: count in vb.net..help..urgent,,thanks Pin
Christian Graus8-Apr-08 1:12
protectorChristian Graus8-Apr-08 1:12 
GeneralRe: count in vb.net..help..urgent,,thanks Pin
Member 44429168-Apr-08 3:56
Member 44429168-Apr-08 3:56 
GeneralRe: count in vb.net..help..urgent,,thanks Pin
Christian Graus8-Apr-08 11:23
protectorChristian Graus8-Apr-08 11:23 
GeneralNew Pin
abdulnawas7-Apr-08 23:59
abdulnawas7-Apr-08 23:59 
GeneralRe: New Pin
Christian Graus8-Apr-08 0:21
protectorChristian Graus8-Apr-08 0:21 
GeneralRe: New Pin
Steven J Jowett8-Apr-08 2:05
Steven J Jowett8-Apr-08 2:05 
QuestionHow to restrict splitter bar to certain limit ? Pin
mithilesh swarge7-Apr-08 23:43
mithilesh swarge7-Apr-08 23:43 
GeneralRe: How to restrict splitter bar to certain limit ? Pin
Dave Kreskowiak8-Apr-08 3:06
mveDave Kreskowiak8-Apr-08 3:06 
If you're using the SplitContainer control, simply set the Panel2MinWidth (right side panel) property to the width of the SplitContainer minus the 40 pixels you want for the maximum size of Panel1 (left side).
mySplitContainer.Panel2MinSize = mySplitContainer.Width - 40

You'll have to put this code in the Resize event of your SplitContainer if your form is resizable and the SplitContainer is anchored to the sides of the form.


A guide to posting questions on CodeProject[^]



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




GeneralRe: How to restrict splitter bar to certain limit ? Pin
mithilesh swarge10-Apr-08 3:21
mithilesh swarge10-Apr-08 3:21 
GeneralProblem sending mail using System.Net.Mail Pin
AHeavey7-Apr-08 23:37
AHeavey7-Apr-08 23:37 
GeneralRe: Problem sending mail using System.Net.Mail Pin
Christian Graus8-Apr-08 0:23
protectorChristian Graus8-Apr-08 0:23 
GeneralRe: Problem sending mail using System.Net.Mail Pin
AHeavey8-Apr-08 0:36
AHeavey8-Apr-08 0:36 
GeneralRe: Problem sending mail using System.Net.Mail Pin
Christian Graus8-Apr-08 0:46
protectorChristian Graus8-Apr-08 0:46 
GeneralRe: Problem sending mail using System.Net.Mail Pin
Rajesh Anuhya8-Apr-08 0:53
professionalRajesh Anuhya8-Apr-08 0:53 
AnswerRe: Problem sending mail using System.Net.Mail Pin
AHeavey8-Apr-08 1:02
AHeavey8-Apr-08 1:02 
GeneralDisplaying Treeview in Crystal Pin
Mamatha Malvi7-Apr-08 23:10
Mamatha Malvi7-Apr-08 23:10 
GeneralRe: Displaying Treeview in Crystal Pin
Dave Kreskowiak8-Apr-08 2:47
mveDave Kreskowiak8-Apr-08 2:47 
QuestionThe type initializer for 'SolutionName.Module1' threw an exception ??? Pin
kindman_nb7-Apr-08 22:57
kindman_nb7-Apr-08 22:57 
AnswerRe: The type initializer for 'SolutionName.Module1' threw an exception ??? Pin
Christian Graus7-Apr-08 23:00
protectorChristian Graus7-Apr-08 23:00 
Questionhtml help Pin
Tauseef A7-Apr-08 22:45
Tauseef A7-Apr-08 22:45 
GeneralRe: html help Pin
Christian Graus7-Apr-08 23:00
protectorChristian Graus7-Apr-08 23:00 
GeneralRe: html help Pin
Dave Kreskowiak8-Apr-08 2:44
mveDave Kreskowiak8-Apr-08 2:44 
QuestionHow to control an exe from another exe. Pin
okdeshpande7-Apr-08 22:37
okdeshpande7-Apr-08 22:37 
GeneralRe: How to control an exe from another exe. Pin
Christian Graus7-Apr-08 23:01
protectorChristian Graus7-Apr-08 23:01 
GeneralRe: How to control an exe from another exe. Pin
okdeshpande8-Apr-08 2:12
okdeshpande8-Apr-08 2:12 

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.