Click here to Skip to main content
15,886,794 members
Home / Discussions / Mobile
   

Mobile

 
AnswerRe: MenuItem.Click event stops working Pin
Mark Lison31-Jul-08 0:14
Mark Lison31-Jul-08 0:14 
QuestionTransparent Controls in WM 5.0 Pin
akirilov15-Jul-08 5:02
akirilov15-Jul-08 5:02 
QuestionInvalidProgramException: When running the WM6.0 application on the WM5.0 device even after the Platform is changed Pin
kaushik_Manoj15-Jul-08 0:35
kaushik_Manoj15-Jul-08 0:35 
QuestionP/Invoke can not find dll Pin
xibeifeijian14-Jul-08 20:51
xibeifeijian14-Jul-08 20:51 
AnswerRe: P/Invoke can not find dll Pin
Luc Pattyn16-Jul-08 2:00
sitebuilderLuc Pattyn16-Jul-08 2:00 
GeneralRe: P/Invoke can not find dll Pin
xibeifeijian20-Jul-08 15:21
xibeifeijian20-Jul-08 15:21 
Questionopening, reading, and writing to a file (text or otherwise) on a pocket pc using visual basic net 2003 Pin
linuxskater13-Jul-08 17:13
linuxskater13-Jul-08 17:13 
AnswerRe: opening, reading, and writing to a file (text or otherwise) on a pocket pc using visual basic net 2003 Pin
Rupesh Kumar Swami14-Jul-08 20:27
Rupesh Kumar Swami14-Jul-08 20:27 
hi,
recently i have create file in PockectPc Application in VB2005. I simply paste the function which i used in my application
Private Function createText() As Boolean

        Dim LineIn As String
        Dim NoOfTime As Integer
        LineIn = ""

        If File.Exists("\Windows\28081980-ef") Then
            Dim oFile As System.IO.File
            Dim oRead As System.IO.StreamReader

            oRead = oFile.OpenText("\Windows\28081980-ef")

            While oRead.Peek <> -1
                LineIn = LineIn & oRead.ReadLine()
            End While

            oRead.Close()
            'MsgBox(LineIn)

            NoOfTime = CInt(LineIn)
            If NoOfTime > 4 Then
                Return True
                Me.Close()
            Else
                NoOfTime = NoOfTime + 1
                Dim oWrite As System.IO.StreamWriter
                oWrite = oFile.CreateText("\Windows\28081980-ef")
                oWrite.Write(NoOfTime)
                oWrite.Close()
            End If
        Else
            Dim oFile As System.IO.File
            Dim oWrite As System.IO.StreamWriter
            oWrite = oFile.CreateText("\Windows\28081980-ef")
            oWrite.Write(NoOfTime)
            oWrite.Close()
        End If
        Return False
    End Function


hope this works for vb2003

Rupesh Kumar Swami
Software Engineer,
Integrated Solution,
Bikaner (India)

My Company
My Article

GeneralRe: opening, reading, and writing to a file (text or otherwise) on a pocket pc using visual basic net 2003 Pin
linuxskater15-Jul-08 4:21
linuxskater15-Jul-08 4:21 
QuestionSending a string from a PDA using the serial port Pin
Alin T13-Jul-08 7:51
Alin T13-Jul-08 7:51 
AnswerRe: Sending a string from a PDA using the serial port Pin
akirilov13-Jul-08 21:31
akirilov13-Jul-08 21:31 
QuestionSetup & related for EVC application Pin
Trupti Mehta11-Jul-08 0:28
Trupti Mehta11-Jul-08 0:28 
QuestionTransparent image problem in Compact Framework 3.5 Pin
Subasish_CodeProject10-Jul-08 20:51
Subasish_CodeProject10-Jul-08 20:51 
QuestionAdd animated gif image to Smart Device Application Pin
Dushan12310-Jul-08 19:00
Dushan12310-Jul-08 19:00 
AnswerRe: Add animated gif image to Smart Device Application Pin
Iain Clarke, Warrior Programmer1-Aug-08 0:18
Iain Clarke, Warrior Programmer1-Aug-08 0:18 
Questionproblem with java webservice and WM5 Pin
Newbie_Toy7-Jul-08 21:36
Newbie_Toy7-Jul-08 21:36 
QuestionGDI+ for WM5.0 with C++ (native) [modified] Pin
akirilov7-Jul-08 20:43
akirilov7-Jul-08 20:43 
AnswerRe: GDI+ for WM5.0 with C++ (native) Pin
tapan.x.bansal25-Jul-08 6:15
tapan.x.bansal25-Jul-08 6:15 
GeneralRe: GDI+ for WM5.0 with C++ (native) Pin
akirilov30-Jul-08 20:30
akirilov30-Jul-08 20:30 
Questioncamera capture using wimoNative dll Pin
Samuel Ong3-Jul-08 9:04
Samuel Ong3-Jul-08 9:04 
QuestionWindows CE emulator Pin
iayd3-Jul-08 2:23
iayd3-Jul-08 2:23 
AnswerRe: Windows CE emulator Pin
Trupti Mehta4-Jul-08 4:27
Trupti Mehta4-Jul-08 4:27 
Questionwhich institute Pin
Ebube2-Jul-08 23:03
Ebube2-Jul-08 23:03 
AnswerRe: which institute Pin
hereicome16-Jul-08 1:42
hereicome16-Jul-08 1:42 
Questionunzipp files on a pocket pc with Visual Sudio .net 2003 C# Pin
Ana Bela2-Jul-08 22:37
Ana Bela2-Jul-08 22:37 

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.