Click here to Skip to main content
15,910,083 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: creating table adapter queries with code not designer Pin
Cory Kimble18-Jan-08 7:25
Cory Kimble18-Jan-08 7:25 
GeneralRe: creating table adapter queries with code not designer Pin
Dave Kreskowiak19-Jan-08 4:46
mveDave Kreskowiak19-Jan-08 4:46 
GeneralRe: creating table adapter queries with code not designer Pin
Cory Kimble21-Jan-08 11:16
Cory Kimble21-Jan-08 11:16 
Generalvb.net table names from sql server Pin
Cory Kimble16-Jan-08 3:55
Cory Kimble16-Jan-08 3:55 
GeneralRe: vb.net table names from sql server Pin
Dave Kreskowiak16-Jan-08 4:42
mveDave Kreskowiak16-Jan-08 4:42 
Generalautoscrollposition Pin
Smithers-Jones16-Jan-08 3:32
Smithers-Jones16-Jan-08 3:32 
GeneralRe: autoscrollposition Pin
Dave Kreskowiak16-Jan-08 4:38
mveDave Kreskowiak16-Jan-08 4:38 
GeneralRe: autoscrollposition Pin
Smithers-Jones16-Jan-08 5:29
Smithers-Jones16-Jan-08 5:29 
in the picturebox i am drawing a bitmap on which i paint my data. the picturebox's size is the same as the bitmap. the picturebox is in panel1 (with autoscroll=true) to allow the user to scroll the picture since it is bigger then the screen. that works all fine.
but:
in the second panel besides the one holding the picturebox i am painting some stuff that is related to the stuff in the picturebox an should therefor always be seen on the same height as the picturebox.

like in excel where you can fix some columns on the left, and when you scroll to the right, those fixed columns will stay in place to show e.g. the rows' name/number/whatever.
but my bitmap is also taller than the screen, and i want the side-panel, on which i paint these rows' names, to change its height (think it is better to repaint the names on the new height) according to panel1.autoscrollposition's y-value.

--> but to repaint the content of this panel on the right position i need an event to trigger this repaint, an event that catches when the user fiddles around with panel1's scrollbar.
so just this event is what i need.
GeneralRe: autoscrollposition Pin
Dave Kreskowiak16-Jan-08 6:17
mveDave Kreskowiak16-Jan-08 6:17 
GeneralRe: autoscrollposition Pin
Smithers-Jones16-Jan-08 6:28
Smithers-Jones16-Jan-08 6:28 
GeneralRe: autoscrollposition Pin
Dave Kreskowiak16-Jan-08 6:45
mveDave Kreskowiak16-Jan-08 6:45 
GeneralRe: autoscrollposition Pin
Smithers-Jones16-Jan-08 7:06
Smithers-Jones16-Jan-08 7:06 
GeneralRe: autoscrollposition Pin
Smithers-Jones16-Jan-08 7:13
Smithers-Jones16-Jan-08 7:13 
GeneralRe: autoscrollposition Pin
Dave Kreskowiak16-Jan-08 10:10
mveDave Kreskowiak16-Jan-08 10:10 
QuestionGetting error message : system.data.dataexception Pin
Central_IT16-Jan-08 1:15
Central_IT16-Jan-08 1:15 
GeneralRe: Getting error message : system.data.dataexception Pin
Dave Kreskowiak16-Jan-08 2:18
mveDave Kreskowiak16-Jan-08 2:18 
QuestionRe: Getting error message : system.data.dataexception Pin
Central_IT16-Jan-08 2:49
Central_IT16-Jan-08 2:49 
GeneralRe: Getting error message : system.data.dataexception Pin
Central_IT16-Jan-08 3:04
Central_IT16-Jan-08 3:04 
GeneralRe: Getting error message : system.data.dataexception Pin
Dave Kreskowiak16-Jan-08 3:32
mveDave Kreskowiak16-Jan-08 3:32 
GeneralRe: Getting error message : system.data.dataexception Pin
Central_IT16-Jan-08 3:54
Central_IT16-Jan-08 3:54 
GeneralRe: Getting error message : system.data.dataexception Pin
Dave Kreskowiak16-Jan-08 4:37
mveDave Kreskowiak16-Jan-08 4:37 
GeneralRe: Getting error message : system.data.dataexception Pin
Central_IT16-Jan-08 4:52
Central_IT16-Jan-08 4:52 
GeneralRe: Getting error message : system.data.dataexception Pin
Central_IT16-Jan-08 4:55
Central_IT16-Jan-08 4:55 
GeneralRe: Getting error message : system.data.dataexception Pin
Dave Kreskowiak16-Jan-08 5:18
mveDave Kreskowiak16-Jan-08 5:18 
QuestionFolder and File ???? Pin
Golden Jing15-Jan-08 22:58
Golden Jing15-Jan-08 22: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.