Michael Dvoishes's Q&A profile
Smart Device Development How to create Windows Mobile 5.0 Pocket PC application using VS 2005
Hi, I want to create a Windows Mobile 5.0 application for Pocket PC using C# in Visual Studio .NET 2005. When opening VS 2005, I am not getting option to create Windows Mobile 5.0 Pocket PC application. The available options are those to create applications for Pocket PC 2003, Smartphone 2003 as well as Windows CE 5.0 only. I installed- Microsoft Visual Studio 2005 Team Suit edition Beta-2, Windows Mobile 5.0 Pocket PC SDK, Microsoft .NET Framework 2.0 Beta 2, Microsoft .NET Compact Framework 2.0 Beta 2, Microsoft SQL Server 2005 Mobile Beta 3, &nb ...Show All
Visual Basic Runtime controls (controling textbox)
Hi, I have a question about controling textboxes created runtime. Is there any way of accessing directly to particular textbox created runtime (ex. textbox3) now i'm going trough all controls on panel (textbox is on it) and searching for particular control name. That way i get contorl index. code i'm using for creating them: While items < i index = New TextBox With index .Name = "index" & (items + 1).ToString .Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(238, Byte)) .ReadOnly = False .Size = New ...Show All
Visual Studio Team System Does TFS Includes VSS?
If I buy TFS do I need to buy alsoVSS or it includes version control for documents and source code A big part of Team Foundation Server is a new version control system built from the ground up. It uses SQL Server 2005 databases to store version controlled items. So no, you don't need Visual Source Safe. But you do need to buy one of the Visual Studio 2005 Team System SKUs, each of which include a CAL that allows access to the TF Server. I'm not sure if there is going to be a stand-alone Team Explorer (w/CAL) SKU for doc writers, etc. ...Show All
Microsoft ISV Community Center Forums Windows known applications web service
Windows known applications web service In Windows XP, when you try to open a file that is unknown to the operating system, you are given two options 1> Use a web service to look up the application 2> Select the application from a list How do I register my application with the Windows Web Service so that when a user opts to look up the application using the web service, they are able to do so Cheers. Started by hc_pbernard at 04-12-2005 5:10 PM. Topic has 0 replies. Here's some additional information from the support engineer: Our contact from t ...Show All
Visual Basic Word with embedded Visio diagram
I'm using VB6 (don't have access to .NET right now) and I am trying to figure out to gain access to and modify shapes and text fields inside of a visio diagram (created with visio 2003) -- and the visio diagram is embedded in a word 2003 document. Is this possible Even any small tips you may have are greatly appreciated in advance. Thanks! ...Show All
Architecture DAL Generator using Reflection
Hello, I decided to develop an abstract class that my objects could inherit from and it'd generate Update/Insert/Select/Delete statements for me and I like the way it is structure and works but I do believe that the code itself could be written a little cleaner but since I'm rather inexperience I don't really know everything that is right/wrong so I was wondering if you guys would help me improve my architecture for my DatabaseWrapper. Here is the code: --------------------------- TableWrapper.cs --------------------------- using System; using System.Collections.Generic; using System.Text; using System.Data; using Microsoft.Practices.Ent ...Show All
Visual Studio Team System how to use microsoft.visualbasic dll version .net 2.0 in .net 2003
Hi All, my question is that i have .net 2003 and i want to use microsoft.visualbasic. dll of .net 2.0 version why because i want to do some serial port communication so that's why i want net 2.0 dll so how i use it... any one who guid me.. its urgent.... Thanks Brijesh but i have already installed .net 2.0 redistributable pckage.. i think u telling about .net 2005 but from where i will get this framework.. any where its free.. even if i used free version in future.. may be it will give me error... if its not licnesed.... so pls guide me ... is there no w ...Show All
Windows Forms ListView Designer Problem
Hi, I have an app with a limited designer. I need to somehow be notified when the number of Items in a ListView changes (in order to implement Undo) Here's what I have tried so far: 1) The Items collection has no collection events. 2) The PropertyGrid DOES NOT fire PropertyValueChanged events when the Items are edited via a CollectionEditor. 3) There does not appear to be any event in the ListView to notify me when the collection has changed. 4) There is no way to have the PropertyGrid notify me when an editor has started / stopped editing. 5) ListView SelectedIndexChanged does not help. 6) IComponentChangeService in my D ...Show All
SQL Server MSDE reinstall.
I had MSDE installed on my machine, but I had problems making it work. I installed the Visual Studio 2005Beta2, and it apparently installed MSDE 2005. I deinstalled MSDE 2000, then tried to make MSDE 2005 work. After lots of hair pulling I finally found the instance name, reset the authenitcation method, and reset the SA password. Then I found out all my sql tools don't work with it. No enterprise manager or query analyzer. So off MSCE 2005 came from my machine. I reinstalled MSCE 2000, but I cannot login. I am not sure if I don't have the proper instance name, or password for the sa account.&n ...Show All
Game Technologies: DirectX, XNA, XACT, etc. D3DFVF_XYZRHW
I'm not as brainy as I'd like to be, and I'm currently trying to implement my own simple windowing system. I am currently drawing one poly over another using already transformed vertices. What I have found though is when I set the Z component to 1.0, my scene appears in front of the polygon, but at 0.9 it doesn't. Be aware that I am using an extremely large coordinate space (hundreds of millions of units for... you guessed it, space...) and there are items (large items) over 100 million kilometeres away, and my ship which is like 5m from my ship, but even it still appears in front of the polygon when z is 0.9. So, what I would like to ...Show All
SQL Server Replication Montor 2005
Is there any way to configure repl. monitor in 2005 to view all the publications that go via a distributor in one place (as opposed to having to link to each publisher to see the replictaion status). we have 7 publishers going throigh one distributor and in 2000 could see them all on the distributor...now have to connect to each publisher & look on each... Thanks DesX This is a design change in SQL 2005 (largely based on customer feedback), and there's no way to accomplish what you want with the given tools. However if you want to build your own tool, you can. SQL Monitor is built around proc sp_replmonitorpublicati ...Show All
Visual Studio Restoring Add-Ins after Resetting the IDE
Hi, When i reset the IDE by "devenv /resetsettings" from the commandline, my add-in gets removed from the 'Tools' menu. Then i need to drag it from the Tools\Customize.. to the 'Tools' menu. Can anyone tell me how to restore my Add-in to the Tools menu after resetting the IDE or point me articles regarding this Hi Padma, When you do a /resetsettings, the command bars are reset to defaults and you lose the add-in's command on the Tools menu. At that point, the only way to programmatically restore the command is to re-add it using Commands2.AddNamedCommand2(). The code in your add-in's OnConnection eve ...Show All
Visual Studio Custom task: assembly could not be found
Hi, I am using the final version of Framework 2.0. I have created a custom task called SimpleTask (modelled after the Hands-On-Lab document). When I try to use it in a project file, I get the following error message: C:\tmp\I2DL\i2dl.proj(11,5): error MSB4062: The "SimpleTask" task could not be l oaded from the assembly c:\tmp\vs6build\vs6build\bin\Debug\v6build.dll. Could no t load file or assembly 'file:///c:\tmp\vs6build\vs6build\bin\Debug\v6build.dll' or one of its dependencies. The system cannot find the file specified. Confirm that the <UsingTask> declaration is correct, and that the assembly and all its d ependencies are ...Show All
Visual C# using keywords
Hi everyone, I have some doubts about the usage necessity of using keywords. Instead of using this keyword, it is enough to only add the packages into our Assembly(DLL files), so inspite of this, why do some programmer do both of them(add the packages into Assembly and also use using keywords for these packages). Thanks, Mert Regardless of your having added a package to your assembly, you need either a using statement, or a complete namespace every time you use an object. You're free to type System.IO.File.Exists instead of a using System.IO and then have access to the File class directly, but generally speaking, if I use a packa ...Show All
Visual Studio Express Editions Bought VB2005 express, loaded CD, but only web developer shows. Where is VB5?
Bought VB2005 express, loaded CD, but only web developer shows on install. Where is VB5 Not on the other CD's either (the other two are the training video and images). The CD is labeled Visual Basic 2005 Express Edition, but VB is nowhere to be found. What gives Do I have a bad CD Thanks Hi, I think that Microsoft not sale the VB express edition yet because it's a freeware for use for one year. you can download from Microsoft URL: http://msdn.microsoft.com/vstudio/express/vb/default.aspx also you can download the video training kit for free and the Microsoft SQL 2005 Express edition too. Thanx ...Show All
