PC Review


Reply
Thread Tools Rate Thread

How can i open this random file in smart device project vs2005?

 
 
=?Utf-8?B?THVpcyBSYW1vcw==?=
Guest
Posts: n/a
 
      29th Dec 2005
Happy new year for everybody...

My problem is this:
I can open a random file with vs2005 this way(normal project), but not in a
smart device project.

example:
Structure Record
public ID As Integer
public Cod as short
<vbfixedString(50)> public Name As String
<vbfixedString(50)> public Adress as String
<vbfixedString(50)> public City as String
public Sit as single
End Structure

private sub button_click() etc.....
Dim MyRecord As Record
FileOpen(1, "TESTFILE", OpenMode.Random)
Do While Not EOF(1)
FileGet(1, MyRecord)
ListBox1.items.add MyRecord.name
Loop
FileClose(1)
end sub()

My question is:
How can i open this file in the Compact Framework, smart device project?
Can somebody give-me a exemple of how to do it real close to the one on
top?

Thanks for your attention and colaboration

Luis


 
Reply With Quote
 
 
 
 
Cor Ligthert [MVP]
Guest
Posts: n/a
 
      29th Dec 2005
Luis,

In this newsgroup we are not so busy with the compactframework while there
is an active newsgroup for that.

microsoft.public.dotnet.framework.compactframework

At least I give you a better change on an answer there.
(There are forever as well a lot of chats about the compactframework by the
way)

http://msdn.microsoft.com/chats/

I saw not soon however they are on regular base.

I hope this helps,

Cor


 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Disappearing quotes in VS2005 Smart Device CAB project registry en =?Utf-8?B?bW1kZXh0ZXI=?= Microsoft Dot NET Compact Framework 1 8th Mar 2007 04:49 PM
Cannot start new VS2005 Project for a 'Smart Device' =?Utf-8?B?V2F5Q29vbA==?= Microsoft VC .NET 0 12th Aug 2006 03:38 AM
Smart Device CAB Project: AddReg key is always added to inf file. tomj@softhome.net Microsoft Dot NET Compact Framework 1 13th Feb 2006 07:23 PM
Sharing code between Smart Device Project and desktop project Dan Microsoft C# .NET 7 15th Sep 2004 03:07 AM
Re: Sharing code between Smart Device Project and desktop project Dan Microsoft C# .NET 1 14th Sep 2004 02:27 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:08 PM.