Binayak67839's Q&A profile
Visual Basic Write Games
Can you write real 3D games with Visual Basic Can you write real 3D games with Visual Basic Absolutely! In fact, two of the developers on the Visual Basic team wrote a very cool multi-player tank battle game towards the end of the VS2002 product cycle to test the product out, which used 3D graphics extensively. Add a reference to the DirectX type library or GDI+ (I humbly suggest the former :-)), and you’re all set to start coding in 3D. Good luck! --Matt Gertz--* VS Compiler Dev Lead ...Show All
Windows Forms Using MS Office to do a mail merge
Ok I know that I have a large number of questions here. Please, I need all the help I can get on this one. I have an application that is putting data into an Excel spreadsheet. I have also created a mail merge document to read that data into a form letter. How can I do the following 1. Open Word 2. Open form letter&n ...Show All
Windows Forms ClickOnce turtorial
et al, I was wondering if anyone had a good link for someone to learn this through a 'walkthrough'. One that can show off the many features of this I've got this link: http://msdn.microsoft.com/msdnmag/issues/04/05/ClickOnce/ but it's old and some of the code doesn't work. I'm a VB guy, so if the turtorial is VB centric, that would help. But doesn't have to be. It looks like a technology that would solve a problem that I'm having. Thank You in advance. -Michael ...Show All
Windows Forms Could I change the cursor of application from my C# class derived from ISerializable
Hi,I am a MFC programmer, I can use AfxGetApp()->LoadStandardCursor(id) from any class to set the cursor of application. now I want to know Could I change the cursor of application from my C# class derived from ISerializable CommonGenius.com wrote: The Cursor.Current property is a static property which sets the current cursor for the application (overriding the settings for individual controls until the message loop is re-entered). I'm pretty sure that answers your question. Check the documentation for the Cursor.Current property if you need more information. ...Show All
Visual C++ How to Get SPY++ for desktop based application in vsts
I am new to visual studio team system 2005 I want to install spy++ for windows application not remote spy I try hard but I do not reach to any result please help Info on getting the latest prerelease of VS2005 is at http://lab.msdn.microsoft.com/vs2005/get/ Note that for the RC builds of VSTS you'll have to be an MSDN subscriber. Thanks, -Ron ...Show All
SQL Server subform problem
The question I have is a bit complicated but I'm hoping someone can help me out. I am using SQL Express as the back end database, connecting through MS Access and using VBA to do the code. I have created a project in Access and in it I have a form in which I created a subform. The subform has a stored procedure as it's record source, the problem is that in order to keep the data in the subform in sync with the data in the form the stored procedure needs a parameter to retrieve the correct data. How does one pass that parameter as well as the stored procedure on the record source setting I have been able to do combolist population, or d ...Show All
SQL Server SQL Srvr 2005 DTS
Hi, I need help in creating a DTS in SQL Srvr 2005, can anybody help me doing this please AC AFAIK it is indeed only supported in Standard and Enterprise, not Express. You can connect to Express editions however. ...Show All
Visual Studio 2008 (Pre-release) Is it possible to bind to resources that live in Resources.resx for the application in XAML
hi everybody i am getting following problem,please help Is it possible to bind to resources that live in Resources.resx for the application in XAML I tried the following: <Grid xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:prop="clr-namespace:TheNorthFace.Kiosk.Properties" /> <TextBlock Text={x:Static, prop:Resources.Label_1} /> </Grid> where "Label_1" is the name of an Application resource in Resources.resx. The exception I got was : {" ...Show All
Visual Basic Add connection wizard fails with Access database
I have the RTM version installed. I am quite puzzled at this wizard. It works fine with SqlClient. But for Access databases, this wizard completely fails. In this wizard, I only have one option to do - setting the ConnectionString. I set it to Provider=Microsoft.Jet.OLEDB.4.0;Data Source=D:\path\abc.mdb, which works fine in my code. But when I click OK, it complains: --------------------------- Microsoft Visual Studio --------------------------- Format of the initialization string does not conform to specification starting at index 0. --------------------------- OK --------------------------- And more, the Advanced button is dis ...Show All
Software Development for Windows Vista Using data objects from database for holding Workflow/Activity-Properties
Hello, we are building a end-userfriendly workflow engine (with own designer) (see http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=265499&SiteID=1 ) I have only on question (at the moment). Our activities have some properties, all workflows are derived from our own base workflow (with some properties, for example a workflow object which is sent through the whole workflow). The workflow object is used in IfElseActivities. It is a generic container for any structured data. The data is updated (on demand) by a own EAI layer. So we only want to serialize the object id to the xoml. the object itself is loaded from a da ...Show All
Visual Studio Team System How to use actual Test (Unit, Web, Load) to profile my application?
Hi, is there any way to use my existing VSTS Tests to profile my application (in order not to exercise the application manually) Thanks a lot. LucasC If you can launch your test on Command line, you can use our command line tools (VSPerfcmd for performance data collection, VSPerfReport for performance data analysis) to achieve automation. ...Show All
Visual C++ output format......
Hi all, I dont know if I am in the right section or not....any way, let's try my lock .. I wanna write a program that compute a formula which depent at the value I will enter..... this is too easy but I want the output be as vector on the x-axis & y-axis ... how I can do this format . Thanks alot Reta OH !!!! I do not know what I say!! All these lines in order to sovle it!!! I tried and my code is extremly different from yours .... but the last one is the best.. Good job Macks ... I can not describe my feeling . Thanks a lot Fire My Regards ...Show All
Visual Studio VS 2005 Integration with MSBuild
Let me ask the question and then provide some background... How much can we customize an initially VS 2005 generated .csproj msbuild project file without "breaking" the VS 2005 <-> MSBuild integration Background... Forgive me if this this overly general question has been answered elsewhere, but I didn't see anything. I have just recently begun investigations related to migrating our existing NAnt build scripts to MSBuild for when we move to .NET 2.0. In our current system, we ask developers to maintain the .csproj files and the nant build files. However, only the nant build files are really important. Our bu ...Show All
Smart Device Development Creating a unified installer for both SmartPhone and PocketPC
Hi, Is it possible to create a unified installer that automatically installs the correct version of software depending on whether a SmartPhone versus PocketPC is connected Basically, one installer self extracting Windows .exe file that installs the correct .cab file of two .cab files (SmartPhone versus PocketPC). Can it be done with the .inf/.ini files Thanks for letting me know. We will change this approach after our beta testing is completed, since we do want to follow proper Microsoft procedure since we want to get the software Microsoft certified soon. At the moment, we are targetting only 2 ...Show All
Visual Studio Online help doesn't work
Hi, I'm using Microsoft Visual Studio 2005 (version 8.0.50215.44, Beta 2.050215-4400) and I'm having trouble accessing online help - it seems as though the "Microsoft Document Explorer" can't see the Internet. When I press F1 to see the reference on some C# keyword, for example, I get the error show in ms-help://MS.VSCC.v80/dv_commoner/html/1702ec84-76f9-4a82-9043-9ab8acb8aa5e.htm which is "The information you are trying to access could not be found. Various events could have caused this error." etc. This happens no matter what I search for - it only finds stuff I have locally (like help on help). I access the Internet (with no problems ...Show All
