Answer Questions
Jay Madore Error 1304. Error writing to file: Microsoft.VisualStudio.Shell.dll
Hi, I am getting this error during Visual C# Express installation Am I missing something before installation Thanks I would make sure that you are installing the system under the local admin or one of the power users, this will make sure that you have the correct access to install the software. yes, i am installing it under the local admin Have a look at ...Show All
Konstantin Kosinsky plotting graphs
I'm not able to use afxdisp.h as it gives lots of errors with windows standard.. & thus cant use COleSafeArray for creating array to plot graphs. & not able to use mschart can someone please help me out.. how to plot XY grahps.. using simple form application in vc++ thanks & regards -- vishal Are you using VC++ express edition If so you cannot use VC++ Express with COleSafeArray, since that is part of MFC. And MFC is not a ...Show All
Latham [VC++ 2005 Express] Cannot debug
Hello, I've just installed VC++ 2005 Express after uninstalling VC++ 2005 beta 2 and went to do the usual "Hello World" console prog in basic ISO C++ to test functionallities I started the project from scratch by choosing "Empty Project". It happens I cannot debug the program. Visual C++ issues the following dialog box : Debugging Information for "ConsoleProject3.exe" cannot be found or does not match. Binary was not built with debug informatio ...Show All
keystone_kapers Help to Convert ASCII to UTF-8 - Should be Simple
how can i convert like " A! " to " " and like " Uc" to " " And so on.. Its like turning it into ascii instead of what its supposed to be What's your datatype nvm i found the answer. Public Function utf8_decode(ByVal indata As String) As String Dim buffer() As Byte = Encoding.UTF8.GetBytes(indata) Return Encoding.Default.GetString(buffer) End Function Pub ...Show All
SVMike stacking text in a text box
hi in my form i have two text boxes, the first is where you enter the message and the second is where the message is displayed but i want it so when you send a new message it doesn't erase the las one out of the display box and stacks it I looked it up for you and the should be "ControlChars.CrLf" instead of "Characters.CrLf". Both the "vbCR" as well as the "ControlChars.CrLf& ...Show All
Ray_GTI-R how to add new line in messagebox
in vb.net, " &vbnewline& " is used to add a new line in the messagebox.show(); e.g. messagebox.show("this is first line" & vbnewline & "this is second line"); how to do it in c#.net plz help That is a bad way of doing it it's not legible and is a poor way! The proper way of performing these actions is as follows: String msg = String .Format( "Wellcome {0} to our service ...Show All
Abs777 How to get "Sender" to open a specific Form
I have menu items that need to open different forms. In the application the number of menu items is rather long. I have attempted to create a single event handler that handles the click event for all menu items. In the code sample shown, I have implemented the function using Select Case statements. Private Sub TasksMenuItems( ByVal sender As System.Object, _ ByVal e As System.EventArgs) Handles _ SignUpToolStripMenuItem.Click, ...Show All
Brack0893 String transfer
I know that many have asked this question, but as i searched i just couldn't get answer to this so i'm asking it in my own thread. I have two forms, in form1 i have a textbox where certain person should enter his/her name, what i want is that the name that certain person entered is transfered into form2 so i could use that name in form2 to be shown in the MessageBox. One other thing, how can i transfer integer from form to form, so if i ha ...Show All
Venkat708 Express Edition promotion period...
I want to ask something about Visual Basic 2005 Express Edition. It said that after 7 November 2005, the Express Edition entering promotion period, so it's free for 1 year, and it also said that it will be cost US$49 after the promotion period. I have downloaded Visual Basic 2005 Express Edition ISO file in 15 December 2005 and registered it in 9 January 2006. I'm still using that product until now. I'm a student, and I'm so satisfied using t ...Show All
Glen Gordon sql commands in visual basic express 2005
hi im trying to use a delete command to delete data from table1 if its in table2 my command is delete table1 from table1, table2 where table1.test = table2.test please help i keep getting delete is not declared so i tryed this Dim delete As New SqlCommand() delete table1 from table1, table2 where table1.test = table2.test now i get delete isnt an expression please help willing to change anything to get this to work ok i got that c ...Show All
Neil Daniell .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
Krobar from microcontroler to PC
I’m interested too make a graphical application to connect microcontroler thro com port (rs 232) and PC I have heard that we can find in the Professional and Enterprise version of Visual Basic control MSComm. Doses it express edition beta 2 have it too Thank you. I do believe that the .NET framework now includes a serial port class. Check this out: http://msdn2.microsoft.com/li ...Show All
jtdesa Windows Form Aplication
hello if I create a new project-> windows form aplication-> build aplication.... the program will run on my system, but not on other system with same OS(windows XP SP2) MarianL wrote: hello if I create a new project-> windows form aplication-> build aplication.... the program will run on my system, but not on other system with same OS(windows XP SP2) The target machine needs to have t ...Show All
Konstantinos55265 Where is the DLL ?
Hi I craeated a C# web site using Visual Web Developer Express. I know it might sound like a stupid question, but where are the DLL files created by the build Should I create a seperate setup project for my web in order to create the dlls I added a Bin folder to the web site, but I can't find any dll there. How do I create an actual web site out of my code (assuming I have a URL and an external server) Thanks, A.G ...Show All
Issa salama How is cl.exe provided? Where should one get it from?
By reading the information on MSDN site I got the feeling that Platform SDK can be used as stand alone platform to compile and link programs. I am old UNIX programmer migrating to Windows, so I wanted to start with command line approach. I never used IDE’s (I planned to learn them later). But it seems that I have misunderstood something. For example, cl.exe is completely missing in the Platform SDK. I have seen that some cl.exe are d ...Show All
