Click here to Skip to main content
15,901,505 members
Home / Discussions / C#
   

C#

 
GeneralRe: HTTP Error 403 when connecting to ASP.NET Web Services more than 10 clients Pin
Daniel Turini30-Apr-04 12:59
Daniel Turini30-Apr-04 12:59 
GeneralRe: HTTP Error 403 when connecting to ASP.NET Web Services more than 10 clients Pin
Jeff Varszegi30-Apr-04 13:37
professionalJeff Varszegi30-Apr-04 13:37 
GeneralRe: HTTP Error 403 when connecting to ASP.NET Web Services more than 10 clients Pin
Dave Kreskowiak30-Apr-04 18:58
mveDave Kreskowiak30-Apr-04 18:58 
GeneralRe: HTTP Error 403 when connecting to ASP.NET Web Services more than 10 clients Pin
leppie30-Apr-04 12:33
leppie30-Apr-04 12:33 
GeneralRe: HTTP Error 403 when connecting to ASP.NET Web Services more than 10 clients Pin
Dave Kreskowiak30-Apr-04 18:50
mveDave Kreskowiak30-Apr-04 18:50 
GeneralRe: HTTP Error 403 when connecting to ASP.NET Web Services more than 10 clients Pin
leppie30-Apr-04 20:51
leppie30-Apr-04 20:51 
GeneralRe: HTTP Error 403 when connecting to ASP.NET Web Services more than 10 clients Pin
Crank Ninja30-Apr-04 17:06
Crank Ninja30-Apr-04 17:06 
GeneralAxWebBrowser onclick event handler disabled some default behavior on AxWebBrowser/MSHTML Pin
skywatcher30-Apr-04 5:54
skywatcher30-Apr-04 5:54 
GeneralDynamic Size Pin
sreejith ss nair30-Apr-04 3:23
sreejith ss nair30-Apr-04 3:23 
GeneralRe: Dynamic Size Pin
sreejith ss nair30-Apr-04 3:41
sreejith ss nair30-Apr-04 3:41 
Questionhow can i disable the toolbar and menu bar in IE6 Pin
robmays30-Apr-04 2:18
robmays30-Apr-04 2:18 
AnswerRe: how can i disable the toolbar and menu bar in IE6 Pin
Heath Stewart30-Apr-04 3:51
protectorHeath Stewart30-Apr-04 3:51 
GeneralSearch MyFileName*.* file Pin
wk_vigorous30-Apr-04 1:21
wk_vigorous30-Apr-04 1:21 
GeneralRe: Search MyFileName*.* file Pin
Colin Angus Mackay30-Apr-04 1:33
Colin Angus Mackay30-Apr-04 1:33 
GeneralRe: Search MyFileName*.* file Pin
Stefan Troschuetz30-Apr-04 1:57
Stefan Troschuetz30-Apr-04 1:57 
GeneralThread problem Pin
azusakt30-Apr-04 0:44
azusakt30-Apr-04 0:44 
GeneralRe: Thread problem Pin
Corinna John30-Apr-04 1:41
Corinna John30-Apr-04 1:41 
GeneralRe: Thread problem Pin
Jan Vercauteren30-Apr-04 2:49
Jan Vercauteren30-Apr-04 2:49 
GeneralRe: Thread problem Pin
Heath Stewart30-Apr-04 3:53
protectorHeath Stewart30-Apr-04 3:53 
Generalupdating system time in c# Pin
bennyrascal30-Apr-04 0:37
bennyrascal30-Apr-04 0:37 
GeneralRe: updating system time in c# Pin
John Baird30-Apr-04 2:47
John Baird30-Apr-04 2:47 
GeneralRe: updating system time in c# Pin
bennyrascal30-Apr-04 3:21
bennyrascal30-Apr-04 3:21 
Pulled this description of CType from a .NET forum:
Q: What are the differences between Ctype and (cint,cstr,cool,etc...)
S: VB.NET
A: The Ctype keyword is used to perform an explicit conversion also known as casting, the Ctype keyword when used will also check for a valid destination data type or an error will occur, such as converting a long to integer. The other keywords Cint, Cbool,etc do not check for valid data types and they are about 3 times faster than Ctype because the code is included in the MSIL.

i think it is not relevant to the problem. SetSystemTime has one parameter sent to it and it is a datatype which is the structure which the program defined as SYSTEMTIME. When i trace the code stopping at the
"result = SetSystemTime(timeStru);" statement in both VB and C#, i can see the data that is parsed to it. The actual time and date fields are the same. The top level of the structures are a little different though. it is easy to test my code as i pasted most of it. Only needs a few using statements and a small wrapper to get it going. i'll supply the whole lot if asked for.

benny



GeneralRe: updating system time in c# Pin
Heath Stewart30-Apr-04 3:59
protectorHeath Stewart30-Apr-04 3:59 
GeneralRe: updating system time in c# Pin
bennyrascal30-Apr-04 14:20
bennyrascal30-Apr-04 14:20 
GeneralInvoking Console Application at runtime Pin
Aryadip29-Apr-04 23:28
Aryadip29-Apr-04 23:28 

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.