Answer Questions
Flimflam VS2005 C++ Express - Can't link!
I installed C++ Express and Microsoft Platform SDK for Windows Server 2003 R2. I followed the instructions for changing the lib,bin,and include sdk directory. I tried to build an empty Win32 windows app. The compile goes find but the build has errors: Build Log Build started: Project: TEST, Configuration: Debug|Win32 Command Lines TEST : warning PRJ0041 : Cannot find mi ...Show All
kblaine what's wrong with this?
WebBrowser1.Url = textbox1.text in vb6 i think it would be ok, so what's the prob in the 2005 Express Edition thanks. Shaul. Blair Allen Stark wrote: Navigate gives you a bit more control. . . url string and target I was always under the impression that Url was read only . . . maybe that was locatiopn or older browers well im not the best man ...Show All
Matra Error result -1073741819 returned from 'C:\Program Files\Microsoft Visual Studio 8\VC\bin\mt.exe'.
I just sarted getting this error. I have no idea what is causing it. Embedding manifest... Project : error PRJ0002 : Error result -1073741819 returned from 'C:\Program Files\Microsoft Visual Studio 8\VC\bin\mt.exe'. Suggestions where to proceed, please. Thanks, RON C It looks like you are definning that symbol twice. Try to see where it is defined in your code. Thanks, Ayman Shoukry VC++ Team Ayman, ...Show All
Srivatsn N OTP: To check multiple Checkboxes in CheckboxList using values from Array.
Hi All, I have an array which contains values of the checkboxes that I would like to check in the CheckBoxList. However, when I do a loop only 1 checkbox is checked. Is it a coding error I am using Microsoft Visual Web Developer 2005 Express Edition and am coding in VB.Net. I would really appreciate it if you could help or assist me. Thank you so much. tb_lessons.Text contains a String for eg: 2,3,4 Here is my code: ...Show All
Benjamin Fallar III how to make stuff function?
i am VERY new to vsc++ express and i am just learning. how do i make things function after they are draged onto the form, in other words i make a file menu and all the commands are there but when you click on say, exit nothing happens. or i create a button and click nothing. how do i assign function to the things i create in my form any help would be great! i hope i was clear Hi Magrute I'd s ...Show All
givenscj Getting object from string
I dont know quite how to word this, but basicly for example i have a string named string that contains label1 , i want to somehow be able to do something like: { string }.Text = "hi"; and that will then act as: label1.Text = "hi"; and change label1s text to hi. Understand is this possible Hi there, Is "label1" a label control on a Windows Form (I am led to believe that it is, judging by the nam ...Show All
Nix_o_lay Old VC++ 6.0 projects and their dialogs.
Hey, I have installed the Express edition of VC++. I have a couple of old VC++6.0 projects I woudl like to convert such that I can maintain them using this new version of VC++. When converting it seems I do not have access to the old dialog forms. I.e. the graphical setup of my resources in the different dialogs. Do I have to buy the full version to get access to this I wonder I can ofcause the the resoucefile in text format. but editing it grap ...Show All
emilevdberg Visual Studio Express SDK Question
Hi, I'm running Windows XP Professional and have just installed Visual C++ Express 2005. The next step is to download an SDK. The download page says to download the files most appropriate to you: PSDK-amd64.exe 1319 KB PSDK-ia64.exe 1418 KB PSDK-x86.exe 1294 KB Are these all for Windows XP I'm not sure what they mean by download the files most appropriate to you. Hi there: I tried to i ...Show All
Nadeem_IQBAL_NL CString Conversion problem
Hey All - I am trying to convert CString to char *. But i am finding problems purticular to VS 2005. { ----- funct(L"6001");//function call.. _----- } int funct(CString str) { char *ch = str.GetBuffer(0); i = atoi(ch); return i; } it gives me a error saying cannot conver wchar_t to char *. I tried to type cast it like char *ch =(char *) str.GetBuffer(0); but after assigning ... ch has jus "6" and not "6001". ...Show All
CSharpCoder "Unable to cast COM object of type 'System.__ComObject'
I get this error when trying to create a new data source in Visual Studio 2005 Express and SQL Server 2005 Express. Does anyone know how to fix this "Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.VisualStudio.OLE.Interop.IServiceProvider'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{6D5140C1-7436-11CE-8034-00AA006009FA}' failed du ...Show All
mrplatypus VB6 to 2005 Control Arrays
Can someone please tell me a little bit more about Control Arrays after upgrading VB6 to 2005 There are 7 images which use the same click sequence, and they are all named Card. The following is a sample of the code: VB6: Private Sub Card_Click(Index As Integer) If Card(Index).Picture = Image2.Picture Then Safenum = Safenum + 100 Card(Index).Picture = Pile(1).Picture Call Nextmove Call Enemymove Exit Sub End If End Sub VB 2005 ...Show All
David B. Just downloaded VBExpress Edition and have a question.
I downloaded VBExpress Edition last night, registered it and this morning I recieved an email thanking me and giving me a link to download FREE photos, icons and stuff. email - " Registration Benefits We are pleased to provide the following registration benefits for registered customers: Stock photography — Download 250 royalty-free images from Corbis for inclusion in your applications Icons — Download a collection of professio ...Show All
JayPatel2001 Connecting to access mdb file problem.
I am having some trouble connecting to my Access Database from Visual Studio Express 2005. I can add a connection if it is a sql database, but when i change the Datasource to the access option and hit ok i get a window that allows me to change my Connection string, and thats it. If i cancel it exits the wizard. Also the only data provider i have is .net framework provider for ole db. Should i have a second provider The other softw ...Show All
Pete Verrone HELP PLEASE
I AM BUILDING A SIMPLE PROGRAM BUT I GET A PROBLEM THIS IS THE CODE #include <iostream> main() ( std::cout << "Hello World!" << std::endl; ) When i press buil solution it show me this message 1>------ Build started: Project: hello, Configuration: Debug Win32 ------ 1>Compiling... 1>hugo.cpp 1>c:\documents and settings\hpolanco\my documents\visual studio 2005\projects\h ...Show All
genyded SQL and VB
Hello I was wanderin say you create an app that has a sql database ... when you publish it and send it to a friend do they need to have sql database to connect to like i do in VB yea im a complet noob sorry and any sql intros would be great.. ty ty ty ty Hey cgraus...... I agree with everything you say...... A Quote From Bronco Billy A couple of Posts above...... "The link is a c ...Show All
