Answer Questions
Zuni About Reference
I create a windows application.and a class named Yunsuan,there's a method in class yunsuan,and it needs reference value of form1.textbox.text. how do i reference form1.textbox.text in a method of class i tried to use "public System.Windows.Forms.TextBox txtResult;",but it doesn't work in Class Yunsuan. for example: form1: textbox1.text="great"; class yunsuan: public static void test() { if (textbox1.test=="") { ...Show All
roadmaster Error .exe is missing question
I'm geting the error messege "Video Studio cannot start debugging because the debug target 'C:\\documents and settings\name\local setings\application data\temporary projects\ConsoleApplication1\bin\debug\consoleapplication1.exe is missing. Please build the project and retry or set the outpath and assembly name properties appropiately to point at the direct location for the target assembly." when i try to run a simple hello world progra ...Show All
rmund11 VS C++ and CLR
Does programs, compiled with VS c++ need .Net Framework I know that c# needs, but how about C++ I thought that the question is whether managed C++ applications require framework. Of course MFC and Win32 willl run without framework. Sorry if it was confusing. Max Hi, Yes they do need framefork. Max Why is the framework required I thought that win32 or MFC apps were native and did no ...Show All
RyanB88 Basic question about install - can 2005 version of Express C# & SQL Server 2005
Can 2005 version of Visual Studio Express C# & SQL Server 2005 be installed on a PC that has other versions of Visual Studio & SQL Server They are not beta versions of 2005 versions, but prior production versions. Yes. You may run into issues with open a source, project or solution file and the IDE you want not handling it, but it is all very possible and is exactly how I've got my system at home con ...Show All
Sugoiram Is The OOP Microsoft.VisualBasic.IIf Equivalent To the Procedural If Then?
Is the OOP Statement Microsoft.VisualBasic.IIf equivalent To the Procedural Statement If Then Thanks Private Sub Button1_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim a As Integer = 0 Dim b As Integer = 1 Dim c As String = "True" Dim d As String = "False" Microsoft.VisualBasic.IIf(a < b, c, d) MessageBox.Show(c) MessageBox.S ...Show All
IRL11 Upgrade SQL 2000 database to SQL Express?
I have a small SQL 2000 database that I wish to migrate to SQL Express to test etc. What is the easiest way to go about this please Excuse the newbie question please... Cheers Craig I have done this several times and the upgrade worked with out a problem. What you will have to do though is to grab one of the management tools or learn to use the command line tools. Once the tools are under stood the upgr ...Show All
Raj0001 No My Namespace
How do i tell compiler not to create My namespace I know it can be done by defining a certain symbol using /define option of command-line compiler, don't remember the name of the symbol. I'm talking about command-line compiler, I am not using any IDE hi, as far as i know its not option in express edition Got it, vbc /define:_MYTYPE=\"Empty\" foo.vb ...Show All
Hawk390 using string as an array
I am trying to use a string as an array. int x, size; String^ mystring = textbox1->Text; do { cout<<mystring[x]; }while(mystring[x]< ...Show All
Kunal priyadarshi Platform SDK not working w/ VC++ Express 2
Greetings- I've had VC++ Express beta2 for awhile now. I tried installing the platform SDKand followed these instructions: http://lab.msdn.microsoft.com /express/visualc/usingpsdk /default.aspx in order to update the locations on the header files and libraries, etc. But my programs that need to access (for instance) windows.h still cannot seem to find them. Is there some other trick I'm missing Thanks, Philip ...Show All
Lusty_Learner Full Install Images
hi, thank you MS for giving the XPress for free! is there any MS site from which i can order the XPress CDs/DVDs, becuase i can't download 500 MB X 3 = 1.5 GB FOR VB, C#, VWD does the full installation include MSDN http://msdn.microsoft.com/vstudio/express/support/install/ thanks, AB Hi chint, Downloading the CD image or using the web installer is the only way that you can take advantage of the one year ...Show All
Allen Li binding a dataset to a datagridview control
New to VS 2005. Set up a form with a datagrid and text field. Trying to enter search data in the text field and have the grid populate with information from a table in Sql Express. I'm having difficulty understanding the database table, dataset, TableAdaptor and BindingSource relationship. Sample code would be very helpful Thanks hi, nothing can be better than to read a book about ADO.net, add a datag ...Show All
mikirere Two templates missing
I submitted a question in the Visual Basic General area that I should have been here. In case it has not been seen I am resubmitting it here. I have Microsoft Visual Basic 2005 Express Edition Beta 2. According to a magazine screen shot there should be five icons in the New Project dialogue under the heading Templates: Visual Studio installed templates I have three icons at this location & they are: Class Library, My Movie Collecti ...Show All
ezcode localization
Hi to all, In the form's properties ,I changed Localizible->True And language->telugu when i changed the above two properties,visual studio will add the corresponding resource files.But resource file form1.te.resx is not added.why Please help me how to generate those resource files I create a new windows application in C# Express. I will by default use american english for all my resources. I get a Form1 dire ...Show All
Kev-ster Sentence recognition.
The idea is that we are making a piece of work for two of my scholar subjects. My friend and me thougt it would be nice to make a A.I. that can recognize sentence and can process them. The problem is: I dont know how to make a programm analyse a sentence. Please help, Douwe You mean what we are trying ain't done yet That would be fun, but it makes it far more difficult, when noone has ever done this before. We'll keep trying!! Yod ...Show All
Gert-Jan van der Kamp MIcrosoft Visual C++ Runtime Library
I am getting this error when trying to open my newly installed quickbooks: Runtime Error! abnormal program termintaion Any Ideas on why this might be Thank you Chris Error was due to either the msvcp80.dll or msvcr80.dll not being in the windows>system32 folder. Copied these files from another directory, within windows, to this location. Problem solved! ...Show All
