First  |  Prev |  Next  |  Last
Pages: 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
Migration Woes from VB 2005 to VB 2008. Please help.
Hello I have a new box with Windows 7 and a fresh install of VS 2008. I imported a VB 2005 project that was previously created on an XP box into VB 2008. The process seemed to work fine. There were 60 error messages with the Microsoft Visual Basic PowerPack reference. All that I did was remove the reference ... 14 Dec 2009 14:22
Project Migrating Woes - Please help - Migrating from VB 2005 toVB 2008
Hello I have a new box with Windows 7 and a fresh install of VS 2008. I imported a VB 2008 project that was previously created on an XP box into VB 2008. The process seemed to work fine. There were 60 error messages with the Microsoft Visual Basic PowerPack reference. All that I did was remove the reference ... 11 Dec 2009 12:30
COM port .Open() problem, in C#, CF 2.0, WinCE 6.0 R3
So I'm using Compact Framework 2.0 on a WinCE 6.0 R3 embedded device, and I have the following problem: When I try opening any COM port on the devices, i get an IOException (obviously, there is no message on the exception). However, the most interesting (as in odd) thing is that putting the .Open method alone in... 10 Dec 2009 11:12
WDP SMS
Hi, Any Guys did WDP SMS Please share ideas with regards Meganathan ... 3 Dec 2009 18:16
Binary SMS
Hi Guys, How to retrive Port based Binary SMS. We have sample in Window Mobile SDK WDP SMS But I could not able to read data. Please explain idea. How to do it in WDP SMS. Megan ... 3 Dec 2009 18:16
timeoout - connect to device failed after some succesful connects
i am working with vs2008 and a windows ce device under windows xp (activesync 4.5) after some time (1-2 weeks of development) i cant connect to the device anymore: first hit of F5 : 'timeoout - connect to device failed'; the next time i hit F5 i get error, that 'cannot access the file because it is being used... 4 Dec 2009 11:47
Contact.ItemID
Hello NG, I have a ItemID from a contact and want to show this contact. I cant find a solution, how find a contact with a ItemId in my ContactCollection... Please help me! Karsten ... 7 Dec 2009 04:10
Why does switching to a scrollbar not fire a TextBox's FocusLost event?
Markus, You can report bugs at connect.microsoft.com, but I doubt any bugs found in CF 1.0 will get attention. -- Ginny Caughey Device Application Development MVP "Markus Humm" <markus.humm(a)freenet.de> wrote in message news:hf14om$v1f$01$1(a)news.t-online.com... Helllo, talking of a VB.net ... 30 Nov 2009 14:45
My way
I do it like that: FieldInfo m_firstVisibleRow = dg.GetType().GetField("m_irowVisibleFirst", BindingFlags.NonPublic | BindingFlags.GetField | BindingFlags.Instance); if (m_firstVisibleRow != null) { int firstVisibleRow = (int)m_firstVisibleRow.GetValue(dg); } dg = dataGrid instance tony wrote: d... 30 Nov 2009 09:10
HRESULT: 0x8007007E occur at FindFirstDevice
I had tried as you post but I get an error ?HRESULT: 08007007E at statement FindFirstDevice. I am using Visual Studio 2005 and my code is as the following: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Wi... 27 Nov 2009 13:20
First  |  Prev |  Next  |  Last
Pages: 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25