Answer Questions
TheRolle Blue Screen
I have just installed the Visual C# 2005 Express Edition, and as i started to use it, all of a sudden i would get a memory error BLUE SCREEN, and my computer would restart. These errors will occure for no aparent reason. I do not know why, if anyone can help, i would be very grateful! Thank you for your time. ALL FIXED. I read in another forum that someone else was having the same ...Show All
weichung Unable to insert or update into SQL2005Express from C# 2005
I have been going at this for several hours now and have run out of options. My end result is I want to add to a table... shouldn't be too hard. Here is some of my code (it's on a laptop right now not connected to the internet so I had to type it). class DataManager { private static SqlConnection myConnection; private static SqlDataAdapter workcenterAdapter; private st ...Show All
Keith Hill Error 1335. The cabinet vbsetup1.cab required for this installation is corrupt...
I downloaded de ISO image for VB 2005 and got this error when installing. I only install VB not MSDN or SQL Express. I am using Daemon Tools because I don't have CD burner on my machine. I tried to install from a folder. No luck. Any suggestions Maybe your download is corrupted. On the page where you download the image they also have the CRC that you can check. http://msdn.microsoft.com/vstudio/expres ...Show All
cambler win32 application
i have read abt this frm the forum and followed steps given in the following link : http://lab.msdn.microsoft.com/express/visualc/usingpsdk/default.aspx but still i am getting the following error: 1>c:\documents and settings\administrator\my documents\visual studio 2005\projects\test\test\stdafx.h(28) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory i am missing something . plz help You mean there ...Show All
Christian Jensen A small complaint from nobody
I have long been a Visual Basic coder. I read C++ quite well but really struggle to write it. Primarily because nearly every "example" I try to compile, will not. This makes it nearly impossible to understand how things are put together. Most of the time I can't figure out if I am formating my code the wrong way or just don't have one of the many compiler or references set correctly. So if anyone at Microsoft is paying attention, or ...Show All
Michael-R read write serial port
I have found several classes online that say they make using the serial ports easy. I am never able to get any of them to compile. Is there a bare bones example of how to read/write to a serial port all bundled in a project for Visual C++ Express Edition Stop the presses!! I revisited your TCHAR post. I had tried this already but I must have done something wrong. I can now get this to compile under a window ...Show All
blaydes99 crude benchmarks
Folks: I did some crude benchmarks (moving around arrays of integers, generating random numbers w/ .Next() and .NextDouble(), no I/O) and found that for visual express beta 2, my c++ and c# code were much slower than my python code (w/ psyco). I cannot believe this is true, but it may be there are issues with the beta and compiler options that I'm being stupid about. I did (for c++) use the release option -- is there anything else g ...Show All
scriptjunk3 Cannot open file.
Okay I click new project , then I click windowed application and then finish. all works fine then I push F5 to build. I get the following information in a dialoge box. ------ Build started: Project: zane, Configuration: Debug Win32 ------ Compiling... stdafx.cpp c:\program files\microsoft platform sdk for windows server 2003 r2\include\windows.h(157) : fatal error C1083: Cannot open include file: 'excpt.h': No such file or directory Project : wa ...Show All
Louis Phillipee Shortcut Keys
How can a make a shortcut key combination ( ie ctrl+shift+q) open a form Was the tutorial here not what you were looking for Could you clarify what you just said Assuming you mean at runtime... just for note though... traditionally a shortcut key is a keystroke that works inside of the app... like alt-f bringing up the file menu... what you are looking for is a keystroke that would be able to tri ...Show All
Teo Lachev Add Record
I'm able to display data from my database with this code but can't add a new record. What am I doing wrong Dim MyConn As New OleDb.OleDbConnection( "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=|DataDirectory|\db.mdb" ) Dim MyComm As OleDb.OleDbCommand Dim strSQL As String MyConn.Open() strSQL = "INSERT INTO [Names] (LastName, FirstName) VALUES ('" & LastNameTextBox.Text & &qu ...Show All
Mark Arteaga_MVP How to set a DEBUG compiler constant?
The "Advanced Compiler Options" button on the compiler page for the Project Properties pages doesn't seem to be there, so I can't figure out how to set a compiler constant to control conditional compilation for debug vs. release versions. I've turned on the "Show Advanced Configurations" setting, which helped with configuration management, but still can't find any way to set a compiler constant relative to the build config ...Show All
Tanveer Malik error during installation
Hi, I receive the following error when I try to install the express edition: Error 1935. An error occurred during the installation of assembly 'Microsoft.VisualStudio.Configuration, Version="2.0.0.0", etc. I had the beta version of Visual Web developor installed, but I have since uninstalled all versions of vs, the framework, and sql server. Does anyone have any other ideas Thanks. Ple ...Show All
Tamoxifeno Not able to create or open a project
Hello, I just installed Visual C# Express, but I'm neither able to open nor create a new project. When I try to create a new project, the VC# shows the following error in german language (because the version is running on a german winxp sp2)! 'Die Syntax fur den Dateinamen, Verzeichnisnamen oder die Datentragebezeichnung ist falsch. (Exception from HRESULT: 0x8007007B)' This means something seems to be wrong with the filename, folder or vol ...Show All
RuiFavas BindingSource.Filter Problem
I am new to Visual Basic programming and I am having trouble filtering a column in a DataGridView. The code I am using is the following: Dim sText As String sText = Me .ComboBox_Set.Text List_Screen.Player_InfoDataGridView.DataSource.Filter = "Make2 = '" &sText& "'" I have seen an example of this that supposedly works, but it's not for a String, but an Integer. When I type this code, an error mes ...Show All
ForHeFirstLovedMe Can I Create an Access DataBase Without Access?
I don't own Access and this is for Learning Purposes.... Can I create an Access DataBase with my own Schema(I guess that's the word) with VBE or any Other Way I downloaded Northwind.... Can I change Northwind schema without Access Thanks Thanks... But why Wouldn't one just buy access instead of doing all this coding I just wanted to compare the strengths and weakness's of a VB Server Express database VS an ...Show All
