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 / April 2005

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Shortcut to a file30 Apr 2005 21:38 GMT4
I just want to create a shortcut to my program in the "Start" Menü (or
Desktop) of the PocketPC (with .NET). Can somebody give me an idea how to do
this?
Thanks
Weird toolbar problem...30 Apr 2005 15:58 GMT6
I'm having a weird toolbar problem.
The issue is that I've got this toolbar which call "this.Close()" on my
Form, by some obscure reasons I need to press the toolbar TWICE before
the form actually CLOSES...
XML to display, edit, save30 Apr 2005 15:26 GMT1
I'm trying to display data in a control to edit the XML file and then save
it back to the device's app directory.
This is simple with datagrid and a standard setting/value pair type of xml
but what idf i have a more complicated XML file with several sections and
SDK installed?30 Apr 2005 11:00 GMT1
How do I find out if my Pocket PC 2003 SDK is installed?
Whenever I want to install it nothing happens, so I assume that it is already installed, but when I tryied to install the Windows Mobile 2003 SE Emulator Images, it tells me tha the Pocket PC 2003 SDK should be already ...
Bitmap(stream) and ArgumentException30 Apr 2005 10:30 GMT3
I have this piece of code perfectly working on the full framework:
-----------------
byte[] b = binaryReader.ReadBytes(145206);
MemoryStream ms = new MemoryStream(b);
Error handling30 Apr 2005 06:09 GMT12
[C#]
I have three classes
The first class calls a method on the second class, from the second class a
method from the third class is called.
Converting byte buffer to string29 Apr 2005 23:26 GMT2
I have to read an ASCIIZ byte buffer from a registry entry and display it on
my form.  What's the right way to convert this to a C# string?  I can see
the bytes as an object retrieved from the OpenNETCF registry, as in "0x41
0x42 0x43 0x00".  I was hoping there was a simple ...
How to specify different file and assembly versions29 Apr 2005 23:24 GMT2
I wanted to specify a different file and assembly version for our app and
dlls, but then realized that the AssemblyFileVersion attribute does not
seem to be supported in .NetCF.
Is there any workaround to achieve this easily inside VisualStudio or do I
How do I get notified when a TrackBar changes value?29 Apr 2005 21:01 GMT3
I am developing a C# application on HP iPAQ, Pocket PC 2003.  I want to use a
TrackBar.  I do not see in the class definition support for the compact
framework to handle any of the events that indicate the "Value" property has
changed (ie no scroll or click or mouse up/down ...
Error handling - part 229 Apr 2005 20:34 GMT1
Can anybody relate to this:
http://www.experts-exchange.com/Programming/Programming_Languages/C_Sharp/Q_2140
5823.html

???
Create JPG on the fly29 Apr 2005 19:36 GMT1
I can not find any code that would help me to create JPEG in the
CF.NET. Is it possible and how?
Thank you in advance.
HOW TO SCROLL A TEXT BOX VERTICALLY WITHOUT FOCUS29 Apr 2005 19:34 GMT1
Is there a way to scroll the text box without having focus on the control?
can i send it up and down keys without it having focus?
ComboBox issues29 Apr 2005 18:00 GMT2
I have read all the posts on the combo box long load times.  Here is my issue:
1.  I have a ComboBox with a list of Custodians in it.
2.  I scan an Asset tag to look up its details.
3.  The ComboBox selects the Custodian from the Asset details.
Dynamic invoke29 Apr 2005 17:07 GMT6
I want to instanciate an object from a string. There is a default
constructor (no parameters).
I can easily get the Type object (it is working), but when I invoke the
"new" member, I get a "NotSupportedException".
Form closing unexpectedly29 Apr 2005 15:38 GMT2
Grab a brew before you start reading, sorry for the detail!
We are experiencing a problem with our application whereby one form is
appearing to be closed by some other process. Alas, this is one of
those random problems that cannot be repeated.
 
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.