First  |  Prev |  Next  |  Last
Pages: 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44
string converstion to a date
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... 20 Jul 2008 15:33
Error using TCPClient w/ 3.5 CF and Windows Mobile
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 wo... 17 Jul 2008 09:36
see all dot net interview questions here
..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-in... 15 Jul 2008 20:35
Mouse events in CF controls (ListView, TreeView, etc...)
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 tried ... 17 Jul 2008 16:51
Calling visual basic dll from excel vba
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). _________________________________________________________ Publ... 15 Jul 2008 11:16
Call managed functions from unmanaged
How to call .NET CF functions from (managed, Windows CE based) code? Mhaxx ... 18 Jul 2008 10:18
convert 0/1 into yes/no datagridcolumnstyle in CF 2.0
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 sh... 15 Jul 2008 06:08
How to use WebBrowser in .Net Compact Framework?
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 instantia... 22 Jul 2008 02:26
UnauthorizedAccessException while opening forms with Activator.CreateInstance
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.Unautho... 14 Jul 2008 06:29
Form Maximized allways...
Hi, I m try develope an application in kiosk mode, to do this i set this properties to my form: WindowState: Maximized; MinimizeBox: false; ControlBox: false; Its work fine, but sometimes when i open an close other form, the main form is placed under taskbar... Any sugestion? -- Cumprimentos, AR... 15 Jul 2008 03:04
First  |  Prev |  Next  |  Last
Pages: 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44