Answer Questions
JiriKrov Price (Visual Studios C++ 2005 Express Edition)
Hi there, I'm kind of new to programming and would like to learn C++. So of course I came here to see if I could get a good development environment. So I read a bit and from what I can gather, I can download for free, and then if I register before November, 2006, it is forever free. Does this mean I can get a fully functional C++ environment for free indefinately That sounds too good to be true, so are there any charges I will be expected ...Show All
VeeraMuthiah MDI child windows.
Using Microsoft Visual C++ 2005 Express edition I "designed" Form1 with three Form2 MDI child windows. A click event of a button of Form1 is: private: System::Void Button1(System::Object^ sender, System::EventArgs^ e) { // Tile all child forms vertically. this->LayoutMdi( MdiLayout::TileVertical ); } A click on Button1 does rearrange the windows vertically. (The windows originally are cascaded.) What should I do to get t ...Show All
GulfCoastFSBO Publishing multi-project solution
First of all, I would rather prefer to use .msi package creation instead of publishing in Visual Basic 2005 Express using ClickOnce. But, as it seems to me that's unavailable, let's go on. Using ClickOnce deployment, I want to publish a 32 project solution, where one of the projects is a "menu" start project. This one, after installation, allows the user to invoke each of the other 31 projects, by using a single nice icon on his des ...Show All
Michael_Bedwell Visual Basic Express won't install.
I recently tried to install the VB express edition. I went through all the agreemetns and such,but when it came time to install, it wouldn't. It has done this on several occasions. it will being to install but then stop and says it cannot be installed. It gives me no error messages or anything. It just says: "The following item could not be installed: Microsoft .NET Framework 2.0." Anything I could do ReneeC wrote: Bronco ...Show All
dumiban Getting JIT debugging to work
Hey, I'm a complete newb to C++ and visual studio c++ express edition. I need to activate JIT debugging to get the Torque game engine to compile properly. Everywher I look it seems to say go to Tools>Options>Debugging and then enable JIT debugging. I don't have this option. Is this a feature that isn't in the 2005 express edition Any help is greatly appreciated. Thanks for the reply OShah. Torque co ...Show All
Lightning Lord Code Creating
I would like to create 4 different codes. I would like to create 1 code that would insert a column(A) into my data table. I would also like to create a code that will insert a column(B) into my data table. The next line of code that I need is to ensure that one of my column will constantly add the values of all column(A)s and divide the values insert into any column(A) by the number of column(A)s in the data table, and I am sure you can guess I ...Show All
Rathi Continuing despite exceptions
I have designed a class that throws an exception in cases when it gets wrong input. How can I continue program execution normally even after it throws an exception For instance, if in the constructor I throw an ArgumentException, I want to continue processing the rest of the input. Right now, I have code that looks like this (to create a new instance of the class): RandomString randomString=null; try { randomString = new RandomString( comboB ...Show All
matvdl VC# Exit Sub Equivalent
In VB if I want to exit out of a procedure I call "Exit Sub". What is the equivalent of doing so in VC# in a class library project in a procedure Thanks, Ryan Oops. Thanks David. Hi David, Thanks for your response. I was hoping to find something in VC# that stopped the procedure/function running after when it's Exit Sub equivalent was called. ...Show All
SPDOTNET tabbed document window
Hi Can I also used a tabbed document display for my own application And how can I make a Menu with the openend windows thank you ...Show All
Baller4lifeII Help me with importing c++ dll functions.
Hi, Im trying to import these functions from vb.net but i dont know what WORD and so on would be in vb.net and how I would call them. ////////////////////////////////////////////////////////////////////// // Decrypt Message From FrontCode Peer Cache Server // // Parameters // pSrc : (IN) Message From Peer Cache Server. Buffer must be 132 bytes. // pDst : (OUT) Primary Node Addresses. Buffer must be 120 bytes. // // Remarks // Node Address St ...Show All
R. van Poelgeest Conversion from Visual Studio (VC++) 2005 to VC++7/6
Hi, Is there a way how the VC++ projects developed using Visual Studio 2005 can be converted to the VC++ 7 / VC++ 6 format We are developing an application that uses Mainsoft to port the application to Unix. We have used VS6/VS7 in the past and are in the process to upgrade it to VS 2005. Mainwin is compatible with VS7/VS 6 and thus we need to back port some of the projects developed using Visual Studio 8 to VC++ 7/6. A ...Show All
MikeDDI Registration
Anyone else getting endlessly repeated requests from VB 2005 Express to register I've registered 4 times so far, and still the balloon keeps popping up in the system tray to remind me to do so. I installed from the .img CD download, and there's no option anywhere to enter a reg code. Does someone know of a registry fix that will turn this off Nick Savoiu wrote: Hmm, I have the same pr ...Show All
simosnipe VB.Net & WMI & BCD
All, I am trying to use enumerateobjects() in the BCD WMI programming and are having some problems. I have everything working except for this one function. If anyone has any experience with this please help. Here is the MSDN information on it. http://msdn.microsoft.com/library/en-us/BCD/bcd/enumerateobjects_bcdstore.asp My biggest problem is that I am getting a "Type Mismatch" error any time I pass a UInt32 into EnumerateO ...Show All
rbreeden Should I register VS 2005 again after reinstalling a fresh copy of Windows?
I recently had a crash and had to reinstall Windows. Unfortunately, due to problems with the file system, I had to wipe my hard disk and start over again. Before this happened, I had Visual Studio 2005 Express Editions installed. I had registered all the components (VB, VC#, VC++, VJ#, VWD) after installing. Should I register all those again after installing this time Yes, you need to register all editions that you reinstall. ...Show All
Tampali Windows service application in Visual C# Express
I'm trying to build a simple Windows Service application in Visual C# Express. I simply can't get started. The documentation mentions a NON -existent template, which makes it kind of hard. However, I can see there's a 'ServiceBase' item in the toolbox and I have a feeling that that's the way to go, but there's no documentation telling how to use that. If I start a Windows Form application, I can drop this 'ServiceBase' component on ...Show All
