Click here to Skip to main content
15,913,941 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionCOUNT items in node sub node, childre, ...ecc... Pin
sal2117-Jan-09 3:08
sal2117-Jan-09 3:08 
AnswerRe: COUNT items in node sub node, childre, ...ecc... Pin
Wendelius17-Jan-09 6:25
mentorWendelius17-Jan-09 6:25 
QuestionCPU Usages Pin
Anubhava Dimri17-Jan-09 0:21
Anubhava Dimri17-Jan-09 0:21 
AnswerRe: CPU Usages Pin
Wendelius17-Jan-09 0:24
mentorWendelius17-Jan-09 0:24 
GeneralRe: CPU Usages Pin
Anubhava Dimri23-Jan-09 1:42
Anubhava Dimri23-Jan-09 1:42 
GeneralRe: CPU Usages Pin
Wendelius23-Jan-09 3:34
mentorWendelius23-Jan-09 3:34 
QuestionProblem with resizing controls on form resize Pin
sohaib_a16-Jan-09 23:15
sohaib_a16-Jan-09 23:15 
AnswerRe: Problem with resizing controls on form resize Pin
Wendelius16-Jan-09 23:36
mentorWendelius16-Jan-09 23:36 
Sohaib_A wrote:
when only the main form is maximized first and then i open the child form in it,it doesn't open as maxmized,it opens in normail window state


If you're using MDI, this expected behaviour. MDI children are not sized based on MDI parent when opening. You control the window state of a MDI child independently.

If you want you can set the windowstate to maximized when you create the child window if the parent is maximized.

However if the child window is always taking all the space in MDI container, it isn't acting like a MDI application. It sounds more like a SDI application, like Visual Studio editor.

The need to optimize rises from a bad design.My articles[^]

GeneralRe: Problem with resizing controls on form resize Pin
sohaib_a16-Jan-09 23:48
sohaib_a16-Jan-09 23:48 
GeneralRe: Problem with resizing controls on form resize Pin
sohaib_a17-Jan-09 0:14
sohaib_a17-Jan-09 0:14 
GeneralRe: Problem with resizing controls on form resize Pin
Wendelius17-Jan-09 0:21
mentorWendelius17-Jan-09 0:21 
GeneralRe: Problem with resizing controls on form resize Pin
sohaib_a17-Jan-09 1:56
sohaib_a17-Jan-09 1:56 
GeneralRe: Problem with resizing controls on form resize Pin
Wendelius17-Jan-09 4:14
mentorWendelius17-Jan-09 4:14 
QuestionHow to runtime modify datasource of crystal report Pin
Ali 11016-Jan-09 20:41
Ali 11016-Jan-09 20:41 
AnswerRe: How to runtime modify datasource of crystal report Pin
Wendelius16-Jan-09 23:39
mentorWendelius16-Jan-09 23:39 
GeneralRe: How to runtime modify datasource of crystal report Pin
Ali 11017-Jan-09 0:00
Ali 11017-Jan-09 0:00 
GeneralRe: How to runtime modify datasource of crystal report Pin
Wendelius17-Jan-09 0:28
mentorWendelius17-Jan-09 0:28 
GeneralRe: How to runtime modify datasource of crystal report Pin
Ali 11017-Jan-09 0:30
Ali 11017-Jan-09 0:30 
GeneralRe: How to runtime modify datasource of crystal report Pin
Wendelius17-Jan-09 0:46
mentorWendelius17-Jan-09 0:46 
GeneralRe: How to runtime modify datasource of crystal report Pin
Ali 11017-Jan-09 1:08
Ali 11017-Jan-09 1:08 
GeneralRe: How to runtime modify datasource of crystal report Pin
Wendelius17-Jan-09 1:30
mentorWendelius17-Jan-09 1:30 
GeneralRe: How to runtime modify datasource of crystal report Pin
Ali 11017-Jan-09 2:54
Ali 11017-Jan-09 2:54 
GeneralRe: How to runtime modify datasource of crystal report Pin
Wendelius17-Jan-09 4:07
mentorWendelius17-Jan-09 4:07 
GeneralIE Toolbar Pin
AbhiPostoffice16-Jan-09 17:03
AbhiPostoffice16-Jan-09 17:03 
AnswerRe: IE Toolbar Pin
Guffa16-Jan-09 23:58
Guffa16-Jan-09 23:58 

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.