Click here to Skip to main content
15,888,170 members
Home / Discussions / C#
   

C#

 
QuestionAcces Database: Password Protected Pin
Ken Mazaika9-Aug-07 3:22
Ken Mazaika9-Aug-07 3:22 
AnswerRe: Acces Database: Password Protected Pin
Colin Angus Mackay9-Aug-07 3:28
Colin Angus Mackay9-Aug-07 3:28 
GeneralRe: Acces Database: Password Protected Pin
Ken Mazaika9-Aug-07 3:32
Ken Mazaika9-Aug-07 3:32 
AnswerRe: Acces Database: Password Protected Pin
Michael Potter9-Aug-07 3:34
Michael Potter9-Aug-07 3:34 
GeneralRe: Acces Database: Password Protected Pin
Ken Mazaika9-Aug-07 3:39
Ken Mazaika9-Aug-07 3:39 
AnswerRe: Acces Database: Password Protected Pin
Ken Mazaika9-Aug-07 7:12
Ken Mazaika9-Aug-07 7:12 
QuestionChange Windows Time Pin
The Brazilian One9-Aug-07 3:19
The Brazilian One9-Aug-07 3:19 
AnswerRe: Change Windows Time Pin
Martin#9-Aug-07 3:27
Martin#9-Aug-07 3:27 
Hello,

The 'kernel32.dll' funktion 'SetLocalTime' will help you.
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
    public struct SystemTime
{
    public short sYear;
    public short sMonth;
    public short sDayOfWeek;
    public short sDay;
    public short sHour;
    public short sMinute;
    public short sSecond;
    public short sMilliSeconds;
}

[System.Runtime.InteropServices.DllImport("kernel32.dll")]
public static extern bool SetLocalTime(ref SystemTime time);

Hope it helps!



All the best,

Martin

JokeRe: Change Windows Time Pin
Luc Pattyn9-Aug-07 3:35
sitebuilderLuc Pattyn9-Aug-07 3:35 
GeneralRe: Change Windows Time Pin
Martin#9-Aug-07 3:36
Martin#9-Aug-07 3:36 
GeneralRe: Change Windows Time Pin
Martin#9-Aug-07 3:39
Martin#9-Aug-07 3:39 
QuestionWeb Custom Control Pin
Siva_Tech9-Aug-07 3:18
Siva_Tech9-Aug-07 3:18 
Questionnot working for all screen resolution Pin
Maddie from Dartford9-Aug-07 3:12
Maddie from Dartford9-Aug-07 3:12 
AnswerRe: not working for all screen resolution Pin
Colin Angus Mackay9-Aug-07 3:26
Colin Angus Mackay9-Aug-07 3:26 
GeneralRe: not working for all screen resolution Pin
led mike9-Aug-07 4:45
led mike9-Aug-07 4:45 
GeneralRe: not working for all screen resolution Pin
Dan Neely9-Aug-07 5:26
Dan Neely9-Aug-07 5:26 
AnswerRe: not working for all screen resolution Pin
Imranlogi10-Aug-07 2:37
Imranlogi10-Aug-07 2:37 
QuestionString to Enum... Pin
Malcolm Smart9-Aug-07 3:02
Malcolm Smart9-Aug-07 3:02 
AnswerRe: String to Enum... Pin
JoeSharp9-Aug-07 3:05
JoeSharp9-Aug-07 3:05 
GeneralRe: String to Enum... Pin
Malcolm Smart9-Aug-07 3:10
Malcolm Smart9-Aug-07 3:10 
JokeRe: String to Enum... Pin
Luc Pattyn9-Aug-07 3:32
sitebuilderLuc Pattyn9-Aug-07 3:32 
GeneralRe: String to Enum... Pin
Malcolm Smart9-Aug-07 3:43
Malcolm Smart9-Aug-07 3:43 
AnswerRe: String to Enum... Pin
Malcolm Smart9-Aug-07 3:09
Malcolm Smart9-Aug-07 3:09 
JokeRe: String to Enum... Pin
Le centriste9-Aug-07 3:46
Le centriste9-Aug-07 3:46 
GeneralRe: String to Enum... Pin
Talal Sultan9-Aug-07 4:11
Talal Sultan9-Aug-07 4:11 

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.