Click here to Skip to main content
15,896,348 members
Home / Discussions / C#
   

C#

 
GeneralRe: do i use crystal reports or sql2000 reporting services? Pin
Guillermo Rivero18-May-04 5:55
Guillermo Rivero18-May-04 5:55 
GeneralC# and file access permission failures on Windows 2000 Pin
Parrish18-May-04 1:55
Parrish18-May-04 1:55 
GeneralRe: C# and file access permission failures on Windows 2000 Pin
Dave Kreskowiak18-May-04 2:51
mveDave Kreskowiak18-May-04 2:51 
GeneralRe: C# and file access permission failures on Windows 2000 Pin
Parrish18-May-04 4:12
Parrish18-May-04 4:12 
GeneralRe: C# and file access permission failures on Windows 2000 Pin
Heath Stewart18-May-04 3:59
protectorHeath Stewart18-May-04 3:59 
GeneralRe: C# and file access permission failures on Windows 2000 Pin
Parrish18-May-04 4:17
Parrish18-May-04 4:17 
GeneralPocket PC 2002 and C# Pin
RobMenegon18-May-04 1:44
professionalRobMenegon18-May-04 1:44 
GeneralRe: Pocket PC 2002 and C# Pin
Heath Stewart18-May-04 4:02
protectorHeath Stewart18-May-04 4:02 
A simple have would be to call Form.Activate when your form is loaded.

The correct way requires that you override the CreateParams property, get the base.CreateParams, and modify the Windows styles (which property you set the style using a bitwise OR depends on which style you set - see the Windows CE SDK), then return your CreateParams structure. This the typical way in Windows Forms on non-CE machines.

 

Microsoft MVP, Visual C#
My Articles
GeneralRe: Pocket PC 2002 and C# Pin
RobMenegon18-May-04 11:46
professionalRobMenegon18-May-04 11:46 
GeneralRe: Pocket PC 2002 and C# Pin
Heath Stewart19-May-04 3:31
protectorHeath Stewart19-May-04 3:31 
GeneralRe: Pocket PC 2002 and C# Pin
RobMenegon19-May-04 11:15
professionalRobMenegon19-May-04 11:15 
GeneralQuestion regarding the purpose of the global system hook Pin
Adam Goossens18-May-04 1:29
Adam Goossens18-May-04 1:29 
GeneralRe: Question regarding the purpose of the global system hook Pin
Dave Kreskowiak18-May-04 2:48
mveDave Kreskowiak18-May-04 2:48 
GeneralRe: Question regarding the purpose of the global system hook Pin
Joel Lucsy18-May-04 3:38
Joel Lucsy18-May-04 3:38 
GeneralRe: Question regarding the purpose of the global system hook Pin
Adam Goossens18-May-04 3:53
Adam Goossens18-May-04 3:53 
GeneralText editor using c# Pin
shajuMathew18-May-04 1:22
shajuMathew18-May-04 1:22 
GeneralRe: Text editor using c# Pin
Heath Stewart18-May-04 4:04
protectorHeath Stewart18-May-04 4:04 
GeneralRe: Text editor using c# Pin
leppie18-May-04 7:11
leppie18-May-04 7:11 
Questionhow to run the algorithm whose code is given in c# Pin
gcmishra18-May-04 1:08
gcmishra18-May-04 1:08 
AnswerRe: how to run the algorithm whose code is given in c# Pin
Colin Angus Mackay18-May-04 1:17
Colin Angus Mackay18-May-04 1:17 
GeneralAdding and Retriving Values From Registry Pin
Anonymous18-May-04 1:07
Anonymous18-May-04 1:07 
GeneralRe: Adding and Retriving Values From Registry Pin
Aryadip18-May-04 1:22
Aryadip18-May-04 1:22 
GeneralRe: Adding and Retriving Values From Registry Pin
johnny.vilhjalmsson18-May-04 2:32
johnny.vilhjalmsson18-May-04 2:32 
GeneralCustom project and custom code pages Pin
narada10818-May-04 1:07
narada10818-May-04 1:07 
GeneralRe: Custom project and custom code pages Pin
Dave Kreskowiak18-May-04 2:34
mveDave Kreskowiak18-May-04 2:34 

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.