Click here to Skip to main content
16,004,991 members
Home / Discussions / C#
   

C#

 
GeneralControls Location Changes By Designer Pin
Peer Adi18-Dec-04 19:19
professionalPeer Adi18-Dec-04 19:19 
GeneralRe: Controls Location Changes By Designer Pin
leppie18-Dec-04 20:42
leppie18-Dec-04 20:42 
Generaluser permissions Pin
Pyro Joe18-Dec-04 13:49
Pyro Joe18-Dec-04 13:49 
GeneralRe: user permissions Pin
Dave Kreskowiak18-Dec-04 14:14
mveDave Kreskowiak18-Dec-04 14:14 
GeneralRe: user permissions Pin
Pyro Joe18-Dec-04 14:18
Pyro Joe18-Dec-04 14:18 
GeneralRe: user permissions Pin
Dave Kreskowiak19-Dec-04 10:00
mveDave Kreskowiak19-Dec-04 10:00 
GeneralDataset doesn't show new datatable Pin
ebkid18-Dec-04 11:06
ebkid18-Dec-04 11:06 
GeneralScreensavers 'Configure' command line argument Pin
CoffeeZombie18-Dec-04 9:12
CoffeeZombie18-Dec-04 9:12 
Does anyone know what the command line argument to launch a screensaver's options/configuration dialog is on Windows XP Pro?

From most of the example source code I can find on the web, it would seem to be '/c' but that does not seem to work for the screensaver I have written. I've tested my code and if '/c' is the first argument then the options dialog is launched but Windows XP does not seem to be supplying the '/c' argument when I right click on my .scr file and select the 'Configure' option from the menu.

After sticking an throw Exception call right at the start of my screensaver's main function, then running the 'Configure' option from the right click menu for the .scr file, then attaching my debugger to the screensaver when it throws the exception, it would appear NO arguments are being passed to the screensaver (args.length=0). I take
it this means that windows must try and launch the configuration dialog some other way? If so does anyone know what the other way is?

I'm the screensaver is written in C# and I am running Visual Studio .Net 2003 and Windows XP Pro. Does anyone know of any windows settings that could maybe be causing this?

Cheers,

CoffeeZombie
GeneralRe: Screensavers 'Configure' command line argument Pin
CoffeeZombie18-Dec-04 9:46
CoffeeZombie18-Dec-04 9:46 
QuestionCan I call a C++ dll from C#?... Pin
CherezZaboro18-Dec-04 7:51
CherezZaboro18-Dec-04 7:51 
AnswerRe: Can I call a C++ dll from C#?... Pin
Judah Gabriel Himango18-Dec-04 15:12
sponsorJudah Gabriel Himango18-Dec-04 15:12 
GeneralRe: Can I call a C++ dll from C#?... Pin
CherezZaboro24-Dec-04 6:31
CherezZaboro24-Dec-04 6:31 
Generalconversion and porting Pin
bouli18-Dec-04 7:41
bouli18-Dec-04 7:41 
GeneralRe: conversion and porting Pin
Alex Korchemniy18-Dec-04 14:52
Alex Korchemniy18-Dec-04 14:52 
GeneralRemote Desktop Pin
Craigjw18-Dec-04 4:37
Craigjw18-Dec-04 4:37 
GeneralRe: Remote Desktop Pin
Christian Pedersen18-Dec-04 7:41
Christian Pedersen18-Dec-04 7:41 
GeneralRe: Remote Desktop Pin
Craigjw18-Dec-04 9:25
Craigjw18-Dec-04 9:25 
QuestionWinForms: Doing something AFTER a Form is displayed for the first time? Pin
Uwe Keim18-Dec-04 3:48
sitebuilderUwe Keim18-Dec-04 3:48 
AnswerRe: WinForms: Doing something AFTER a Form is displayed for the first time? Pin
leppie18-Dec-04 5:41
leppie18-Dec-04 5:41 
GeneralRe: WinForms: Doing something AFTER a Form is displayed for the first time? Pin
Uwe Keim18-Dec-04 5:54
sitebuilderUwe Keim18-Dec-04 5:54 
GeneralRe: WinForms: Doing something AFTER a Form is displayed for the first time? Pin
leppie18-Dec-04 7:13
leppie18-Dec-04 7:13 
GeneralRe: WinForms: Doing something AFTER a Form is displayed for the first time? Pin
Carl Mercier18-Dec-04 11:11
Carl Mercier18-Dec-04 11:11 
AnswerRe: WinForms: Doing something AFTER a Form is displayed for the first time? Pin
benjymous19-Dec-04 22:53
benjymous19-Dec-04 22:53 
GeneralRe: WinForms: Doing something AFTER a Form is displayed for the first time? Pin
Uwe Keim19-Dec-04 23:11
sitebuilderUwe Keim19-Dec-04 23:11 
GeneralOutlining Code Pin
sssa200017-Dec-04 22:04
sssa200017-Dec-04 22:04 

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.