Click here to Skip to main content
16,011,585 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Listbox LostFocus event Pin
C1AllenS23-Jan-08 18:15
C1AllenS23-Jan-08 18:15 
GeneralRe: Listbox LostFocus event Pin
manisghouri24-Jan-08 2:45
manisghouri24-Jan-08 2:45 
GeneralUnspecified Error in OleDB.oleDbConnection Pin
SekharOne23-Jan-08 1:23
SekharOne23-Jan-08 1:23 
GeneralRe: Unspecified Error in OleDB.oleDbConnection Pin
Kschuler23-Jan-08 5:37
Kschuler23-Jan-08 5:37 
GeneralRe: Unspecified Error in OleDB.oleDbConnection Pin
SekharOne23-Jan-08 17:29
SekharOne23-Jan-08 17:29 
GeneralRe: Unspecified Error in OleDB.oleDbConnection Pin
Kschuler24-Jan-08 3:20
Kschuler24-Jan-08 3:20 
GeneralZoomIn and ZoomOut a panel [modified] Pin
Rupesh Kumar Swami22-Jan-08 23:57
Rupesh Kumar Swami22-Jan-08 23:57 
GeneralRe: ZoomIn and ZoomOut a panel Pin
nishkarsh_k23-Jan-08 20:41
nishkarsh_k23-Jan-08 20:41 
Hi..

To make panels inside the parent panel u have to do the following
- Put a scroll bar in the parent panel
- Make the max property of the scroll bar as (sum of height of all inner)–(height of parent / container panel)
- Same think can be done for width also if u require
- Now on move of scroll bard u can have the value of scroll bar and keep subtracting/adding in the top value of inner panels
- You can use mouse curser property on panels to show the curser u want
- To move the inner panel with the mouse, store the point when on mouse down
- On mouse move u can find the new point and have what is the difference between mouse down and mouse move new point and move the top and left of the panel accordingly

I am hoping this will help u, just giving logical idea of how do we do it.
Good Luck
GeneralUndefined class Pin
Hakan Bulut22-Jan-08 23:08
Hakan Bulut22-Jan-08 23:08 
GeneralRe: Undefined class Pin
Dave Kreskowiak23-Jan-08 2:02
mveDave Kreskowiak23-Jan-08 2:02 
GeneralInitializing and connecting to a socket and sending some data. Pin
Benny_Lava22-Jan-08 23:02
Benny_Lava22-Jan-08 23:02 
Questionwinsock state Pin
Agbaria Ahmad22-Jan-08 22:43
Agbaria Ahmad22-Jan-08 22:43 
AnswerRe: winsock state Pin
Sam Xavier1-May-08 23:17
Sam Xavier1-May-08 23:17 
GeneralDataset -deallocation of memory Pin
Sipder22-Jan-08 22:26
Sipder22-Jan-08 22:26 
GeneralRe: Dataset -deallocation of memory Pin
Dave Kreskowiak23-Jan-08 1:50
mveDave Kreskowiak23-Jan-08 1:50 
Generaldatagridview: Lost focus of cell Pin
nishkarsh_k22-Jan-08 21:13
nishkarsh_k22-Jan-08 21:13 
GeneralRe: datagridview: Lost focus of cell Pin
Kschuler23-Jan-08 5:43
Kschuler23-Jan-08 5:43 
GeneralI want to use SQL reporting Service.Don't know from where to start Pin
Sipder22-Jan-08 21:08
Sipder22-Jan-08 21:08 
GeneralRe: I want to use SQL reporting Service.Don't know from where to start Pin
Steven J Jowett22-Jan-08 22:55
Steven J Jowett22-Jan-08 22:55 
GeneralDoubt in Namespace Pin
Hariharan22-Jan-08 19:30
Hariharan22-Jan-08 19:30 
AnswerRe: Doubt in Namespace Pin
Guffa22-Jan-08 21:36
Guffa22-Jan-08 21:36 
QuestionCreate threads in reporting tool Pin
ML261368122-Jan-08 19:28
ML261368122-Jan-08 19:28 
QuestionHow to Deploy a project ? Pin
mcavikas22-Jan-08 19:19
mcavikas22-Jan-08 19:19 
GeneralRe: How to Deploy a project ? Pin
dptalt23-Jan-08 5:44
dptalt23-Jan-08 5:44 
GeneralLAN connection status Pin
Hariharan22-Jan-08 19:16
Hariharan22-Jan-08 19:16 

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.