Click here to Skip to main content
15,922,145 members
Home / Discussions / C#
   

C#

 
GeneralRe: .Net Spy? Pin
matthias s.12-Aug-04 5:00
matthias s.12-Aug-04 5:00 
AnswerRe: .Net Spy? Pin
Stefan Troschuetz12-Aug-04 5:28
Stefan Troschuetz12-Aug-04 5:28 
GeneralRe: .Net Spy? Pin
studioluc15-Aug-04 22:10
studioluc15-Aug-04 22:10 
GeneralRe: .Net Spy? Pin
Stefan Troschuetz16-Aug-04 10:01
Stefan Troschuetz16-Aug-04 10:01 
AnswerRe: .Net Spy? Pin
DRVoodoo12-Aug-04 19:43
DRVoodoo12-Aug-04 19:43 
GeneralDisplay help message Pin
vcorn12-Aug-04 2:37
vcorn12-Aug-04 2:37 
GeneralRe: Display help message Pin
Dave Kreskowiak12-Aug-04 6:21
mveDave Kreskowiak12-Aug-04 6:21 
GeneralSpliting Controls Pin
sreejith ss nair12-Aug-04 2:23
sreejith ss nair12-Aug-04 2:23 
hi,Blush | :O



Setp one.

i have one panel control in my form. I am spliting this panel control into two part say working region and holding region. This spliting is only logic spliting.
That is i am dividing(logically spliting) panels few portion (region) for working region and the remaining for holding region. This much explanation is fine right.

Result :It's working properly.


Step two.

Next stage is based on user request ( Dynamically ) i am adding one label control into panel.

Say for a button click my logic will create a label control dynamically and it will add that label control into my panel's holding region. This much thing will do by the button click event handler.
After this user will drag the dynamically created control from from panel's holding region and will droup there in panel's working region.

( This dynamically created label is a custom control which inhrited from windows Label control.)


Result : It's working properly.


Step Three.

The autoscroll property if panel is set true. Why because user will create n number of label's. And he need to place it in somewhere in panel. User can deside and re-arrange the label control inside the panel.

Result : It's working properly.

Step four:

Just think. For user one label means his one work status. User can join more than one work status into one work status.(tecnically speaking we are joining two label controls into one label control.). if user join two or more work it will create a single control (after combining the selected control into one) and automatically come there in holing region of panel.
The remaining process will continue like the step two.


The control will be there in holding region of panel for all movement of hori or vertical scrolbar.
This won't dispose or remove the control from that holding region.


Result : It's working properly.

Step five :

Like work joining , i can split one work into fifferent work or i can de couple joined work (step four) into individual works. In this situation i am dynamically creating n number of label controls and place it in that holding region.
( You will get n number of individual work if split a joined work using n number of individual works).


So all controls will come there in holding region.

here my problem start's.

If i am moving my horizontal scrollbar then suddently the controls there in holding region ( not in working region ) will vanish from my panel. this problem is only with horizontal scroll bar.




Any body knows what is happening behind this ?






**************************
S r e e j i t h N a i r
**************************
GeneralTapi 3.0 Pin
quocbao12-Aug-04 2:00
quocbao12-Aug-04 2:00 
GeneralRe: Tapi 3.0 Pin
Michael P Butler12-Aug-04 2:37
Michael P Butler12-Aug-04 2:37 
GeneralDraw a bit picture Pin
wk_vigorous12-Aug-04 1:44
wk_vigorous12-Aug-04 1:44 
QuestionOCSP support in MS development technologies? Pin
pelos12-Aug-04 1:18
pelos12-Aug-04 1:18 
GeneralWindows API callsin C# Pin
gaurav_geek12-Aug-04 0:41
gaurav_geek12-Aug-04 0:41 
GeneralRe: Windows API callsin C# Pin
Jay Shankar12-Aug-04 1:14
Jay Shankar12-Aug-04 1:14 
GeneralRe: Windows API callsin C# Pin
gaurav_geek12-Aug-04 2:43
gaurav_geek12-Aug-04 2:43 
GeneralRe: Windows API callsin C# Pin
Stefan Troschuetz12-Aug-04 5:32
Stefan Troschuetz12-Aug-04 5:32 
QuestionCan I p/Invoke "FindWindowEx" function in compact framework project in pocket PC? Pin
ting66811-Aug-04 23:50
ting66811-Aug-04 23:50 
Generalq: grabbing frames from a webcam Pin
yoaz11-Aug-04 23:36
yoaz11-Aug-04 23:36 
Questionhow do I get the classname? Pin
Stephan Wright11-Aug-04 23:04
Stephan Wright11-Aug-04 23:04 
AnswerRe: how do I get the classname? Pin
Norman-Timo12-Aug-04 2:28
Norman-Timo12-Aug-04 2:28 
GeneralRe: how do I get the classname? Pin
Stephan Wright12-Aug-04 3:05
Stephan Wright12-Aug-04 3:05 
General"Depth Of Field" Sample in C#/VB.NET Pin
Stanimir_Stoyanov11-Aug-04 22:23
Stanimir_Stoyanov11-Aug-04 22:23 
GeneralDon't think this is for "screw" my machine Pin
sreejith ss nair11-Aug-04 21:28
sreejith ss nair11-Aug-04 21:28 
GeneralRe: Don't think this is for "screw" my machine Pin
Norman-Timo12-Aug-04 2:33
Norman-Timo12-Aug-04 2:33 
GeneralRe: Don't think this is for "screw" my machine Pin
sreejith ss nair12-Aug-04 2:46
sreejith ss nair12-Aug-04 2:46 

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.