Answer Questions
Ozcan Ozay ok
if i declare iosteam like this #include<iosteam.h> i get " libcimtd.lib" is missing else #include<iostream> cout is an undeclared identifier the only thing that adds Libcimtd is UseOldIO.h but _mt isnt defined so it shouldnt be accesed Can anyone help id apperciate it. Please post the sample of your code and the exact errors you are seeing. Thanks, Ayman Shou ...Show All
Sergey Romanov .Net2 Beta 2 & DirectX SDK
...I don't seem to be able to install any of the DirectX SDKs, the Dec2004, Feb2005, April2005 or June2005...keep getting Error code (9). Anyone else have similar issues Davey ...okay...nuked everything to do with 'DirectX' out of the registry, gave WinXP an upgrade re-install, installed DirectXJune2005, re-installed VC# cuz I lost all my templates, now I'm good Thanks for the replies guys. Davey ...Show All
John Wion Taking actions on rows of DataGridView
Hello, I have a problem, and I can't see to figure out how to solve it. I have a form, I have a DataGridView on it, and some buttons. Now I use some code for those buttons: Dim row As New patientsDSx.patients_1Row ' ERROR Dim id As Integer = Me .DataGridView1.CurrentCellAddress.Y row = Me .PatientsDSx.patients_1.FindByPatientID(id) row.Delete() Me .DataGridView1.Refresh() Me .DataGridView1.Update() Now the problem is tha ...Show All
Str4fe Can't create new project
Whenever I try to create a new project using Visual Basic Express, I get an error window stating: The filename, directory name, or volume labe syntax is incorrect. (Exception from HRESULT: 0x8007007B). I have uninstalled and reinstalled without success. Can anyone help Thanks! ...Show All
mobilemobile Compiling Single File
I'm trying to compile a single cpp file. I'm migrating a project from someone else's source to my way of doing things a few files at a time so I don't get lost. The source I'm currently working with is Borg 2.28 from http://caesum.com/download.php If you can compile on the command line, I can't imagine why you can't create an empty project, add the files and compile. What happens Creating a new pr ...Show All
jason_czb Where to declare variables?
I apologize if this has come up before, but I'm new to this forum. I have been programming for almost 20 years, in QuickBASIC, Visual Basic and now VB Express, but I don't do a lot of programming, and the stuff I write is very basic (no pun intended). My typical program consists of a few screens where the user enters data, hits a continue button, then that screen goes away and another screen comes up, either to enter more data or to displa ...Show All
Naoto Honda Window Service Problem With VB
Hi Im sorry. Lets Say i use this Window Service To Check A certain folder Which might be different on differnt pc. But It will always be the Folder Of my Web Application. Let say Folder of Webapplication is : WebApp In it got Webapp/Bin ,Webapp/Code,WebApp/DB,Webapp/Images,WebApp/Temp in this window service i want to check the Temp folder to see if anyfile is inside then proceed to my Sql Procedure. In WeB application i woul ...Show All
David Mac Getting Data from Excel Spreadsheet to Populate TextBox Controls on Form
I just coded a functionality in my program that with a click of a button pulls up Excel, takes all values as strings and populates the spreadsheet in a particular format, with column names, and even makes a line chart out of two column's data. This was pretty hard to find out how to do but after fits and starts it finally works great. My question now is... I'd like to go in the reverse direction - to open a particular spreadsheet (which will ...Show All
Matthew Hoover The UniqueIdentifier as an Index Field
I'm trying to creat a Form that can display and add records to a simple table with it's primary Key defined as a uniqueIdentifier type and the default value in that field is set to NewID(). I've created a Form, added a Dataset, Binding Control, and Binding Navigator, and 2 TextBoxes to display First and Last Name fields (unique field is not shown) I've set up all the data objects correctly to the point were the Form Builds without er ...Show All
dhesmer 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
cnceric PrintPreviewDialog problem
I asked this over in the Visual Basic General Forum but received no response so I'm trying here. I'd like to disable or even remove the Print button from the PrintPreviewDialog. Is it possible Or is it possible to capture the click event of the print button ...Show All
getrajnish Compile to Native
I am using VCEE and am trying to create a dll using /clr, can this be done I get an error... StationFormat.obj : fatal error LNK1306: DLL entry point "public: class System::String ^ __clrcall StationFormat::stnFrmt::toStnFrmt(double,int)" ( toStnFrmt@stnFrmt@StationFormat@@$$FQAMP$AAVString@System@@NH@Z) cannot be managed; compile to native Can I compile to native You can create both managed a ...Show All
Chaepp System.Drawing.Graphics
There you can draw rectangles, arcs, polygon, bezier,.... I tried all methods "draw", But i can't draw a single pixel. How do i ohhh sorry, may be I was not well clearly. I can draw everything, the line, the arche, retangle...., everything. But i can't draw a only pixel. Like a DOT ".". & ...Show All
woytek As to save before close
I want to have it so that if the file has been changed since the last change that if you go to close it or to clear the textbox that if changed it asks to save it or not Please read the posting about how to obtain an optimal response. http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=227937&SiteID=1 The emphasis here should be on learning what is being written and using the resources already at ha ...Show All
venutm argc, argv???
Hi, I have just started coding and am using MSVC++ express, I have spent a while trying to work out how you set argc and argv, when they are used as 'main' inputs to your program..i.e. int main( int argc, char * argv[]) If anyone knows how this is done I would be gratefull for any help Thanks in advance.. Tom Take a look at http://msdn.microsoft.com/library/default.asp url=/library/en-us/vccelng/htm/basic_21.asp f ...Show All
