ISupportInitialize bug in CF 2.0
Thu, 17 Jul 2008 00:13:55 -0700 (PDT)
Hi all the NG,
I've found this article about ISupportInitialize bug
http://www.bokebb.com/dev/english/1949/posts/194928091.shtml
I'm developing my Graphs custom control for CF 2.0 and I've about
30/35 properties for the Graphs colors, appearence, values..
Every time one property change I must redraw the graph ...
|
string converstion to a date
Wed, 16 Jul 2008 09:53:12 -0700
Hello,
I am trying to convert a string ("080714") to a date 08/07/14 using the format yyMMdd
mydate is declared as a date
grpod_date is the string 080714
I am getting the error "A first chance exception of type 'System.FormatException' occurred in mscorlib.dll"
on the following line.
mydate = DateTime.ParseE ...
|
Error using TCPClient w/ 3.5 CF and Windows Mobile
Wed, 16 Jul 2008 09:34:59 -0400
Hello all.
I have a application written in the 3.5 Compact Framework running on Windows
Mobile devices. VB.NET VS 2008.
The application communicates with our server using the
System.Net.Sockets.TcpClient class
This code used to communicate works flawlessly in our regular windows
application. It also ...
|
see all dot net interview questions here
Tue, 15 Jul 2008 16:58:16 -0700 (PDT)
.NET database dev questions
http://freedownloadablebooks.blogspot.com/2008/03/net-database-dev-questions.html
Some general quickies
http://freedownloadablebooks.blogspot.com/2008/03/some-general-quickies.html
.NET WebDev interview questions - Part 1
http://freedownloadablebooks.blogspot.com/2008/03/net-webdev-i ...
|
Mouse events in CF controls (ListView, TreeView, etc...)
Tue, 15 Jul 2008 11:40:51 -0700 (PDT)
Hi,
I was exploring the possibility to implement dragging items in a
TreeView (or a ListView) control, for which I was planning to use the
MouseDown, MouseUp, etc... events. However, these are not implemented
for these controls (they are implemented only for Form, Panel,
Control, from my understanding). I tri ...
|
Calling visual basic dll from excel vba
Tue, 15 Jul 2008 07:41:58 -0700
Hello Everyone,
I'm having a problem using excel vba to call the following dll code
which was created as a "Class Library" using Visual Basic 2008 Express
Edition (note: "Class Library" was the only project choice that I saw
that created a dll).
_________________________________________________________
P ...
|
Call managed functions from unmanaged
Tue, 15 Jul 2008 11:58:54 +0200
How to call .NET CF functions from (managed, Windows CE based) code?
Mhaxx
...
|
|
|
convert 0/1 into yes/no datagridcolumnstyle in CF 2.0
Tue, 15 Jul 2008 02:39:00 -0700
I am developing a mobile app (in win CE 5/ win Mobile) in compact framework
2.0.
There is also a pocket sql database. In the db there is a table with column
(integer type -> should I convert it to bit?) that stores 0/1 values. There
is a datagrid in my mobile app that shows that db column. Is it possible to
...
|
How to use WebBrowser in .Net Compact Framework?
Mon, 14 Jul 2008 05:16:01 -0700
I want to use WebBrowser in .Net Compact Framework,
but following exception occurred during runtime (running on Windows XP Pro)
---------------------------
[UserControl1.cs] UserControl1() failed!
System.Threading.ThreadStateException: ActiveX control
'8856f961-340a-11d0-a96b-00c04fd705a2' cannot be instan ...
|
UnauthorizedAccessException while opening forms with
Activator.CreateInstance
Mon, 14 Jul 2008 02:53:55 -0700 (PDT)
Hello!
I load a Form with this command:
myForm = (MyForm)Activator.CreateInstance(formType);
Everything works fine and the Form opens. But in the debugger of
Visual Studio 2005 (Microsoft Device Emulator V2), you can see 20(!)
times this message:
German: "Eine Ausnahme (erste Chance) des Typs
"System.Unau ...
|