Zvonko's Q&A profile
Smart Device Development Which file to use to insllat NETCF 2.0 on PPC 2003 SE (4.2) on Intel processor?
Hi I have some problems to deploy the .NetCF on a windows mobile 2003 second edition (4.2), I installed the .NetCf 2 SP1 on my computer, I've tried to install manually the cab files (NETCFv2.ppc.armv4.cab) under "...Microsoft Visual Studio 8\SmartDevices\SDK\CompactFramework\2.0\v2.0\WindowsCE\wce400", but when I run it. It displays "The version of CF is not for this device" Which file to use to insllat NETCF 2.0 on PPC 2003 SE (4.2) on Intel processor Thans in advance SmartPhone 2003 is not supported by NETCF V2.However, Benq P50 is not a SmartPhone but PPC Phone Edition. I've seen reports of this model been incompatible with NETCF V2 due to bug in the OEM OS image descri ...Show All
Visual Studio Express Editions what is wrong with vbtab
I am new to vb .net but i have used the vbtab with success in vb 6 to read files, however i have been trying to use code below read the file as included but instead of creating any array of currentRow i get only one array of currentRow.. can u help.. Other delimiter like " " seems not to work. Dim MyReader = New Microsoft.VisualBasic.FileIO.TextFieldParser("C:\DATA.txt") MyReader.TextFieldType = FileIO.FieldType.Delimited MyReader.SetDelimiters(vbTab) While Not MyReader.EndOfData Try currentRow = MyReader.ReadFields() Console.WriteLine(currentRow(0) & vbTab & currentRow(1) & vbTab & currentRow(2) & vbTab & currentRow(4) & vbTab & currentRow(4)) Catch ...Show All
.NET Development XmlSerializer, Deserialize XML to custom object
Hi! I have a problem when trying to d eserialize a XML to a custom object. My XML look like this… < Trip > < Discount > 1 </ Discount > < MessageToBook > No Message </ MessageToBook > < Travler > < Telephone > 665522 </ Telephone > < ClientName > John </ ClientName > </ Travler > < Travler > < Telephone > 665522 </ Telepho ...Show All
Visual Studio Tools for Office Mail item icons
I need to change at run-time and possibly customize the icon (usually an envelope) shown in each mail item we see when we open a folder such as the Inbox. (These I believe are all implemented by an AxViewCtl COM object). I'm using VSTO and C#. Can this be done and how thanks Mike The best place for this question is the outlook forum. VSTO is the runtime component that leverages on the Outlook Object Model (for the part that you’re mentioning) Please post this question at their forum. Here's the link: http://msdn.microsoft.com/newsgroups/default.aspx dg=microsoft.public.outlook.program_forms&lang=en&cr=US ...Show All
Visual Studio Express Editions linking between forms in the same project
is it possible to link between forms within the same project basically i want a button to load up another form, if this is possible what code will i need thanks How would I do the same in VC++. I have a form with Menu Items for eg. Customer->New. When I Select New I want to open another form i.e CustomerForm. Thanks ...Show All
SQL Server Cursor
hello; I have an error on the level of declaration of cursor for update: Sqlstate 37000: the clause update is authorized only for DECLARE CUSOR. which is the solution I have an error in declaration of Cursor. sql state : 37000 :The Clause Update is autorized only for Declare Cursor. ...Show All
Visual Studio Tools for Office Dynamically created CommandBarButton Avoiding Garbage Collection, Outlook
Is there anything that can be done for a CommandBarButton that is dynamically created, to make it avoid being garbage collected in Outlook I build a menu with submenus that have buttons to create emails, based on an xml file. So the buttons are dynamically created because the xml file can be changed. I really need a way to avoid gc for dynamically created buttons if possible please or some other work around Cheers. yep, that's exactly whats happening. i have come up with a work around, its a bit of a hack, but it isn't as "heavy" as it first seems. this is a very simplified version of what i did have, but conveys the concept: public partial class ThisApplication { private void ThisApplication_Startup(object sender, ...Show All
Visual Studio Upgrade vs Full version
Is there any feature differences between the Upgrade and Full versions of Visual Studio 2005 Professional mkingp wrote: Is there any feature differences between the Upgrade and Full versions of Visual Studio 2005 Professional ...Show All
Smart Device Development how to debug an application on the device with GPRS connection?
Hi Guys, Could you please let me know, how to debug an application with the GPRS connection on a pocket pc device, Since when you connect with active sync the GPRS connection is lost. i also wanted to know, if we connect to the PC with active sync can we ping to ip address got by the PocketPC device if not how can we share the PC's N/W through the USB interface and be able to ping to the device Thanks a lot, in advance to your response Best Regards Sanjeeth Hi, Thanks for your reply i really appreciate it, I am Using a PocketPC 2003 device. When i connect the device to the pc to debug, i am not able to establish a TCP/IP to the network from my pocketpc. I can browse internet from the device. I tried establishing a GPRS Connection in ...Show All
Visual Studio 2008 (Pre-release) How to limit mouse cursor area?
Hello to all! How I could limit the mouse cursor to specific area in WPF Thanks I think you'll find that blocking the mouse is counter-intuitive at best, and probably just plain annoying for the user that is supposed to *own* his cursor. I believe you'll notice most popular windows programs that offer drag support (i.e. windows explorer, office publisher, etc) will just stop the object at the boundary of the container, as is expected by the users. For dragging, have a look at the DragCanvas example , and the drag n drop with attached properties example , they'll give you plenty to experiment with. ...Show All
Windows Forms MdiWindiwListItem
Hi, I have an MDI Form MDIParent1 and a Child Forrm MDIChild1. In certain condition I disable the possibility the close the MDIChild1 by doing an e.cancel on the MDIChild1. FormClosing() event Now so far so good. But when MDIChild1 lost the focus after A close have been cancelled, then it disappear from the MdiWindiwListItem. Thak you for your assistance. ...Show All
Visual Studio 2008 (Pre-release) Integrate with Visual Studio
Hi, - I have dotnet 3 installed on my machine. - I've created a website and added a .svc file that I can browse and gives me the Service Information - I've tracked down SvcUtil.exe in the following folder "C:\Program Files\Microsoft SDKs\Windows\v6.0\Bin". - I've downloaded an installed "Visual Studio 2005 Extensions for Windows Workflow Foundation RC5(EN).exe" Now I"d like to create a client talk to the website. But I'm not sure what to do from here. I'm using the following blog ( http://dotnet.org.za/hiltong/articles/52518.aspx ) and there's a mention there of right clicking onthe client project and selecting "Add Service Reference". But there is no such menu option. When I click "Add Web Refere ...Show All
Visual Studio Express Editions Problem with C#
Is it possible to create a DLL using C# that can be declared and run in FOXPRO: I am using the following C# code to create TESTCODE.DLL : using System; using System.Collections.Generic; using System.Text; using System.IO; class DirectoryLister { public static void Main( string [] args) { int i = 0; String FILE_NAME = "C:/Test.txt" ; String path; String name; name = " " ; int j = args.Length; Console .WriteLine( "HIT SPOT A " + j.ToString()); if (args.Length > 1) { Console .WriteLine( "HIT SPOT B" ); Console .WriteLine(args[0]); Console .WriteLine(args[1]); if ( Directory .Exists(args[0])) { ...Show All
Windows Forms Connection String
I'd like my app. to connect to the DB in the folder that will be in the user's computer when I install it. I don't want to have to change my connection string path everytime I install my app. on a new computer. Using ADO.NET, how do I make my app. to connect to the DB everytime it's run regardless of the app.'s location eg: Dim csWBoard As String = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:Projects\Whiteboard\WhiteboardDB.mdb" Will the above code work If not, what will I would sugget to store connection string in a configuration path of the application. In this case you could configure your application as you wish without hardcoding. It will allow you to move database into ...Show All
SQL Server Cannot start DTC in Enterprise Mgr
Hello, experts! On Sunday, as part of routine maintenance, we had to shut down our clustered servers. When we tried to bring them back up, they would not recognize our array unless we disabled the cluster service. It was agreed that we should disable the cluster service (it's caused nothing but problems due to poor implementation and vendor software support), but now we're having difficulties with SQL Server. We're having several "small" problems (i.e. unable to remove our old instance of SQL Server), but the main issue is that our client cannot connect to our server. They are able to ping us and connect to our development database (not affected by the failure), but cannot connect to the production database. Currently, the mos ...Show All
