Click here to Skip to main content
15,891,423 members
Home / Discussions / Mobile
   

Mobile

 
GeneralRe: Scrolling Dialog in CE II - Son Of Scrolling Dialog Pin
Daniel Strigl18-Dec-03 20:05
Daniel Strigl18-Dec-03 20:05 
GeneralCompact Framework graphics Pin
RichLee16-Dec-03 23:18
RichLee16-Dec-03 23:18 
GeneralRe: Compact Framework graphics Pin
Daniel Strigl17-Dec-03 0:44
Daniel Strigl17-Dec-03 0:44 
GeneralRe: Compact Framework graphics Pin
RichLee17-Dec-03 1:40
RichLee17-Dec-03 1:40 
Generalmanipulate System Tray Pin
Member 51467215-Dec-03 22:51
Member 51467215-Dec-03 22:51 
GeneralRe: manipulate System Tray Pin
Ian Darling15-Dec-03 23:12
Ian Darling15-Dec-03 23:12 
GeneralWML Pin
BlackRider14-Dec-03 3:35
BlackRider14-Dec-03 3:35 
GeneralHelp with SetLocalTime :confused: Pin
ghrm13-Dec-03 11:30
ghrm13-Dec-03 11:30 
I need help with this function

SetLocalTime

My code is

Structure SYSTEMTIME
Dim wYear As Long
Dim wMonth As Long
Dim wDayOfWeek As Long
Dim wDay As Long
Dim wHour As Long
Dim wMinute As Long
Dim wSecond As Long
Dim wMilliseconds As Long
End Structure

Declare Function SetLocalTime Lib "Coredll" (ByVal lpSystemTime As SYSTEMTIME) As Long




Dim systime As SYSTEMTIME
With systime
.wDayOfWeek = 7
.wDay = 11
.wHour = 11
.wMilliseconds = 11
.wMinute = 11
.wMonth = 11
.wSecond = 11
.wYear = 2003
End With

Try
Lret = SetLocalTime(systime)
Catch ex As Exception
MsgBox(ex.Message)
End Try

Can somebody help me with this code?
It doesn´t work it only returns an error
GeneralRunning a Compact Framework App on a desktop PC Pin
Nigel Savidge12-Dec-03 5:08
Nigel Savidge12-Dec-03 5:08 
GeneralRe: Running a Compact Framework App on a desktop PC Pin
CJCraft.com13-Feb-04 9:46
CJCraft.com13-Feb-04 9:46 
GeneralScrolling dialog in CE Pin
#realJSOP12-Dec-03 3:25
mve#realJSOP12-Dec-03 3:25 
GeneralRe: Scrolling dialog in CE Pin
João Paulo Figueira12-Dec-03 3:44
professionalJoão Paulo Figueira12-Dec-03 3:44 
GeneralRe: Scrolling dialog in CE Pin
#realJSOP12-Dec-03 6:23
mve#realJSOP12-Dec-03 6:23 
GeneralRe: Scrolling dialog in CE Pin
João Paulo Figueira12-Dec-03 7:17
professionalJoão Paulo Figueira12-Dec-03 7:17 
GeneralRe: Scrolling dialog in CE (edited) Pin
João Paulo Figueira12-Dec-03 7:32
professionalJoão Paulo Figueira12-Dec-03 7:32 
GeneralRe: Scrolling dialog in CE (edited) Pin
#realJSOP12-Dec-03 7:53
mve#realJSOP12-Dec-03 7:53 
GeneralRe: Scrolling dialog in CE (edited) Pin
João Paulo Figueira12-Dec-03 8:16
professionalJoão Paulo Figueira12-Dec-03 8:16 
GeneralRe: Scrolling dialog in CE (edited) Pin
#realJSOP12-Dec-03 9:05
mve#realJSOP12-Dec-03 9:05 
GeneralRe: Scrolling dialog in CE (edited) Pin
#realJSOP12-Dec-03 8:05
mve#realJSOP12-Dec-03 8:05 
GeneralProblems with GROUP BY clause... Pin
nigs_krec12-Dec-03 0:28
nigs_krec12-Dec-03 0:28 
GeneralRe: Problems with GROUP BY clause... Pin
João Paulo Figueira12-Dec-03 3:50
professionalJoão Paulo Figueira12-Dec-03 3:50 
GeneralHelp Please!!! Pin
Rassul Yunussov10-Dec-03 22:31
Rassul Yunussov10-Dec-03 22:31 
GeneralRe: Help Please!!! Pin
Anonymous25-Dec-03 18:54
Anonymous25-Dec-03 18:54 
GeneralRe: Help Please!!! Pin
Rassul Yunussov31-Dec-03 19:00
Rassul Yunussov31-Dec-03 19:00 
GeneralPocket PC Emulator again Pin
BlackRider10-Dec-03 19:05
BlackRider10-Dec-03 19: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.