Click here to Skip to main content
15,910,981 members
Home / Discussions / C#
   

C#

 
QuestionMS Access Class Generator? Pin
Etienne_12312-Aug-09 22:25
Etienne_12312-Aug-09 22:25 
AnswerRe: MS Access Class Generator? Pin
PIEBALDconsult13-Aug-09 8:01
mvePIEBALDconsult13-Aug-09 8:01 
GeneralRe: MS Access Class Generator? Pin
Etienne_12318-Aug-09 1:09
Etienne_12318-Aug-09 1:09 
GeneralRe: MS Access Class Generator? Pin
JWilliams@SWCG28-Sep-09 2:22
JWilliams@SWCG28-Sep-09 2:22 
GeneralRe: MS Access Class Generator? Pin
Etienne_12328-Sep-09 4:11
Etienne_12328-Sep-09 4:11 
GeneralRe: MS Access Class Generator? Pin
JWilliams@SWCG28-Sep-09 9:15
JWilliams@SWCG28-Sep-09 9:15 
QuestionDatagrid location on print page Pin
spankyleo12312-Aug-09 22:18
spankyleo12312-Aug-09 22:18 
AnswerRe: Datagrid location on print page Pin
Henry Minute13-Aug-09 3:43
Henry Minute13-Aug-09 3:43 
There are several code snippets on that link and you do not say which you are trying to use.

However, the grid will be being drawn at coordinates specified somewhere in the code, most probably using DrawRectangle() although that is not certain.

DrawRectangle() most commonly uses a Point structure or a Rectangle structure. So you need to look for a Point parameter that is set to Point(0, 0), if the grid is at top left, or Point(?, 0), if it is just somewhere along the top. The same would apply to the first parameter of a Rectangle() if that is what is used.

Find the one that you think draws the grid and experiment with the numbers e.g. try Point(20, 20), run it and if the grid is in a different place then you have found the correct parameter, if not, put it back to what it was before and try another one till you succeed.

Good Luck! Smile | :)

Henry Minute

Do not read medical books! You could die of a misprint. - Mark Twain
Girl: (staring) "Why do you need an icy cucumber?"
“I want to report a fraud. The government is lying to us all.”

QuestionAbort or Stop Thread using c# Pin
Abdul Rahman Hamidy12-Aug-09 21:36
Abdul Rahman Hamidy12-Aug-09 21:36 
AnswerRe: Abort or Stop Thread using c# Pin
stancrm12-Aug-09 21:49
stancrm12-Aug-09 21:49 
GeneralRe: Abort or Stop Thread using c# Pin
OriginalGriff12-Aug-09 21:50
mveOriginalGriff12-Aug-09 21:50 
GeneralRe: Abort or Stop Thread using c# Pin
Abdul Rahman Hamidy12-Aug-09 22:02
Abdul Rahman Hamidy12-Aug-09 22:02 
GeneralRe: Abort or Stop Thread using c# Pin
stancrm12-Aug-09 22:56
stancrm12-Aug-09 22:56 
GeneralRe: Abort or Stop Thread using c# Pin
Abdul Rahman Hamidy13-Aug-09 0:18
Abdul Rahman Hamidy13-Aug-09 0:18 
GeneralRe: Abort or Stop Thread using c# Pin
stancrm13-Aug-09 1:33
stancrm13-Aug-09 1:33 
AnswerRe: Abort or Stop Thread using c# Pin
OriginalGriff12-Aug-09 21:49
mveOriginalGriff12-Aug-09 21:49 
AnswerRe: Abort or Stop Thread using c# Pin
0x3c012-Aug-09 22:57
0x3c012-Aug-09 22:57 
QuestionCustom Event and Cross-thread operation not valid Question Pin
Programm3r12-Aug-09 21:22
Programm3r12-Aug-09 21:22 
AnswerRe: Custom Event and Cross-thread operation not valid Question Pin
N a v a n e e t h13-Aug-09 1:25
N a v a n e e t h13-Aug-09 1:25 
QuestionRe: Custom Event and Cross-thread operation not valid Question Pin
Programm3r13-Aug-09 1:35
Programm3r13-Aug-09 1:35 
Questioninvoking events of a control under another control Pin
jamesjk12-Aug-09 20:27
jamesjk12-Aug-09 20:27 
AnswerRe: invoking events of a control under another control Pin
Eslam Afifi12-Aug-09 21:34
Eslam Afifi12-Aug-09 21:34 
GeneralRe: invoking events of a control under another control Pin
jamesjk13-Aug-09 0:02
jamesjk13-Aug-09 0:02 
GeneralRe: invoking events of a control under another control Pin
Eslam Afifi13-Aug-09 18:05
Eslam Afifi13-Aug-09 18:05 
GeneralRe: invoking events of a control under another control Pin
jamesjk13-Aug-09 22:05
jamesjk13-Aug-09 22:05 

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.