Answer Questions
KumarNNVS Include an Access database in VB express project
Hello, does anybody knows if it is possible to include an Access database into my project (created with VBExpress 2005) so that automatically copied to bin and exe folder each time I debug or compile my project or it does not matter where the database has been located in my disc You're right your program can mess up Tables. I'm developing an Access problem and expererment with a table called Bluish.& ...Show All
Ira Hining Help! Application Settings
Does anyone know of an example of using applications settings in Visual C++ Express Application settings are described in the below msdn page. http://msdn2.microsoft.com/en-us/library/k4s6c3a0.aspx HELP! Todd There is no designer support for settings in Visual C++ Express. For a managed C++ application, you should be able to programmatically add settings. Check out http://msdn2.microsoft.com/en-us/library/ ...Show All
Todd Reifsteck - MS Connecting to an Access 2003 Database from VB 2005 Express
Hi ! I have a form with some textboxes and a button. I have an Access Database on my desktop. I want to write the values from my textboxes to a table in the database. I havesome code to do this, and it should work, but It throws an exception that is far too complicated for a Newbie like me to decifer. Here is the Excption (on top) with the code I'm using below that. Heeeeelllllp! P.S . The values in the "TextBoxes&qu ...Show All
MoG_WhiteStone Passing System::Object to a function - how to
Hi, I am stuck on a problem with pasing an argument to a function. I am using Visual C++ Express Edition and I imported an Active X component. It has a function like this: Virtual Bool AxTRIOPCLib::AxTrioPC::GetTable( int Val1, int Val2 , System Object ^% Values) Can sombody tell me how I can declare and pass an object to it and then later convert returned values into Double I cannot find any examples and I am not so experienced with . ...Show All
Frans fatel error c1083
Hi i am new to coding and microsoft visual c++ express. Anyway i already have set it all up right even used the videos to do which you can find here: http://msdn.microsoft.com/visualc/learning/vcexpvids/default.aspx Anyway i am using a c++ a beginner's guide se by herbert schildt i have been trying to compile the fist simple program code in chapter one here is the code exactly as the book states. /* This is a simple C++ program. Call this fil ...Show All
Zackling Opening excel files in vb 2005
How to I write the code for a button to open an excel document from a vb 2005 express edition form To destroy the instance, just call oExcel.quit() or whatever your excel object instance name is To help with creating a bunch of instances, you can declare the ojects at the class level and then work with an 1 open book instead of recreating the instance everytime. If that makes it easier. Pu ...Show All
Alpesh555 Is there a command that I can add to my program to insure that the SQL Server is running?
Visual Basic 2005 Express Edition: Occasionally, I get an error message when I run the application that I am developing. The problem appears to be that the SQL Server is not running. Is there a command that I can add to my program to insure that the SQL Server is running Below is the error message that I get at random times immediately upon running under Debug: "An error has occurred while establishing a connection to the server. W ...Show All
Mitchell Baldwin Run a C# program
Hello all I wrote a small C# (2005) program that reads data from Excel 2003 and create another Excel document. The code refers to Microsoft.Office.Interop.Excel. Now I want to run this program from another computer with Excel 2003 and .NET Framework 2.0 installed. What else I need to run the program, except copying over the EXE file thx Yuelin That's all you need! If the client machine has the ...Show All
nirnet Newbie General Questions & Error on Non-Dev Machines
Hello, I've just started programming C++ as of today, so yes I am a newbie, but I do have some experience in Java and GML so hopefully it will come in handy. First off I'd like to know if there is some kind of function list for standard C++ Libraries.. For Java and GML their is an obvious list of all the functions and parameters easily available to all programmers. From what I can see, even MSDN doesn't offer something like this. Secondly wh ...Show All
Patrick Pierz Q: about StreamReader
hi, i want to know the total number of lines in the document because i will use it as iteration statment like or example for(i=0, i < totallinenumber, i++) myarray = mystreamreader; is there any way to do that or at least to get the lines to my array also i want to know if the streamreader riched to the end of document or not thx Close is called in my example as well. Because the StreamReader is in a using sta ...Show All
EarthChild PSDK install fails
Error 1329. A file that is required cannot be installed because the cabinet file C:\Windows\Installer\MSI504.tmp is not digitally signed. This may indicate that the cabinet file is corrupt. (C:\Windows\Installer - not a valid directory btw, must be part of the PSDK install ) This was the march 06 x86 build. Running xp sp2 build 2600. error was thrown while installing this file... C:\Program Files\Microsoft Platform SDK for Windows Server 20 ...Show All
roy_wang Adding Event Dynamically
I have an application in which the first two levels of the menu on a form are defined at design time as below: Investments => Investments New Buy Sell The next level of menu is determined at excecution time by reading info from the database and generating the menu, such as Investments => Investments => Investments ...Show All
d.v.d Running VB 6, VB.NET 2003, and VB Express 2005 on the same PC
I currently have VB 6 and .Net 2003 Installed on one PC. Can I install VB Express on it as well without any issues Yes, it appears to work just fine on my development PC: I have all three installed, including C#2005, VWD (2005), SQL Server 2000/MSDE and SQL2005 Express. I seem to recall a Microsoft article indicating that VB6 and 2002/2003 will co-habit with no problems, and one saying tha ...Show All
itsAnil Variables values
How can i see the variable values while program is running "the breakpoint will not currently be hit. No symbols have been loaded for this document." may this be the cause wow, i've tried to compile old projects and i've got this error: "MSVCRTD.lib(crtexew.obj) : error LNK2019: unresolved external symbol _WinMain@16 referenced in function ___tmainCRTStartup&qu ...Show All
jooolaaab Help with databases
Hi I have a database with about 20 columns one of which is vehicleNumber and one of which is temperature. I have many different vehicleNumbers. When the user types a vehicleNumber into a text box I need to collect all the temperatures for that vehicle and find the average temperature. I am not using SQL, I'm using an access database with the dataset and all that. I found a little information suggesting a dataview. Can anyone help me Just t ...Show All
