Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / .NET Framework / Compact Framework / July 2008

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Socket: Cancel / Timeout StreamReader.ReadToEnd()31 Jul 2008 08:59 GMT1
I have a Sockt-Connection:
TcpClient socket = new TcpClient();
socket.Connect(this.address, this.port);
Stream inOut = socket.GetStream();
playing sound from large interval timer31 Jul 2008 04:09 GMT3
I'm using OPENETCF large interval timer to wake up my app and do some operations.  It works great except now I'm trying to add some alerts if new data was found during the event.  I can trigger vibrations and it works great but using a pinvoke on WCE_PlaySound or using the ...
When using System.IO.FileStream, I write 8 bytes, then seek to the start of the file, does the 8 bytes get flushed on seek and the buffer become a readbuffer at that point instead of being a write buffer?30 Jul 2008 19:31 GMT2
When using System.IO.FileStream, I write 8 bytes, then seek to the start of
the file, does the 8 bytes get flushed on seek and the buffer become a
readbuffer at that point instead of being a write buffer?
Refresh forms after synchronize30 Jul 2008 17:23 GMT2
I have a sql database program on a Dell Axim using compact framework 2 and
vb. I Synchronize using my IIS and a wireless connection and the
synchronizing is successful. However the only way I can see the changes on
the forms is to close the program and re open.
.NET Compact Framework Memory Profiler30 Jul 2008 14:57 GMT3
I already googled the hell out of it but I can't find a memory
profiler for the Compact Framework. Does anybody know a tool that
shows me memory usage, "memory leaks(?!)" in a Compact application?
Or is the term "profiler" wrong? I already found a good code profiler
CF 1.0 CreateGraphics Finalize30 Jul 2008 14:42 GMT1
I've just read this article http://msdn.microsoft.com/en-us/library/aa446493.aspx hence I got a question about disposing unmanaged resources. I am a bit confused because I read many artilest which say that you have to clean up this resources in c# destructor or Finalize method. ...
Developing for WM5/6 and 200330 Jul 2008 13:54 GMT5
I've developed an application in C# using the WM6 SDK, and a setup project to
go with it which generates a CAB. When I'm read to release a new version, I
build the main project, then fire up dotfuscator, then build the setup
project before running a custom script which zips ...
hanging app..30 Jul 2008 13:46 GMT3
Hey All,
Hoping someone may be able to shine some light on my application.. I
have been writing a GPS based application that uses the code in the MS
WM6 SDK samples.
Button With Text and Image29 Jul 2008 16:55 GMT3
I want to show image on button with some text.
Signature

Software Developer
Johari Digital Healthcare LTD.

user controls in compact framework 3.528 Jul 2008 19:20 GMT1
I am creating my own controls for compact framework 3.5. My control class
inherits from Control class. Then I override OnPaint method.
My question is about properties - imagine there is a property that changes
any graphic look of the control:
Barcode create28 Jul 2008 18:28 GMT19
I’m working on Visual Studio 2005 Mobile using C# language.
I need to create simple barcode 3 of 9. How can I do it? Do I need download
barcode controls or dll files?
delete registry28 Jul 2008 16:35 GMT7
i want delete registry from windows ce 4.1 .net
i cant use library opentc because its framework 2.1 and later
but i need framework 1.1
i also tried use microsft.win32 library but it cant used for mobile:(
Process priority and procesor usage28 Jul 2008 16:28 GMT3
I have 2 applications. One is for navigation and uses a lot of
processor time.
My other application is using serial port to communicate to hardware
device.
How to prevent  SELECTION by user, in TEXTBOX ?28 Jul 2008 16:00 GMT5
I want to prevent the user, from selecting text (blue selection) in TextBox
, How can i do this ?
(the textbox must be enabled=true)
Thanking in advance.
PocketPC and WindowsCE25 Jul 2008 16:20 GMT1
Hi Group,
When developing applications in managed code with the Compact
Framework in C#, the application should be platform independent. But
I've learned that some things aren't that platform independent after
Pages: 1 2 3 4 5 6 7 June, 2008
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.