Answer Questions
GrahamCownie Error: No Symbols are loaded for any call stack frame. The source code cannot be displayed.
Hi, I am a student working on a DirectX 3D game. I usually work with Visual Studio .Net 2003 but thought I'd try to switch to C++ Express 2005 for the improved compiler - and that the IDE seems to run faster on my PC.. However when I try to step through the code as soon as I hit the 'Break All' button I receive an error message - "No Symbols are loaded for any call stack frame. The source code cannot be displayed." I've tri ...Show All
learning_in_texas Using multiple data bound items
Hello! Im very new to programing in VB. I have a database with info about some persons. I've managed to let the user select the name from the listbox and other info apeears on the form. Now I want to build in a search. I want to let the user to select gander, hair color, eyecolor etc. But if i use data bound items on gander I get gander info of every person (of course :P). So how to get in the gander combo box only 2 options (male/female) and ge ...Show All
Yoshifumi INOUE Tab pages- enabling and disabling (or mimicing as seen in C# thread)
I had a search for this and found something about mimicing the enabling and disabling of tabpages but unfortunately couldn't convert it from C# (im a beginner and only with vb). I have a shared variable called op as a string. It has three states, "Add", "Edit" and "Delete". When i open the form (with three different buttons) it changes the variable as required. I have three tabpages add, edit and delete and i wan ...Show All
enkay 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
ilia7 Serializing DataGridView (or DataSet) to disk file instead of using external database like SQL Server 2005.
Hi everyone! I am coming from web developing scripting and I am quite a novice in Visual C#. I am thinking to develop an application that would use a form with DataGridView control(s). I don't want to use an external database program, such as SQL Server to store/manage my data. Instead I want the database engine be part of the application executable and I want it to be able to serialize data to/from the hard drive as a bin ...Show All
iamspo ip change notify
How can i get notify by e-mail when my IP change, sending me a message telling the new ip Thanks from now, Miranda Handle the System.Net.NetworkInformation. NetworkChange .NetworkAddressChanged event. I miss the word sorry, i'm not a english speaker. When i said lazy i would like to say that i'm a new programmer, a noob I'm a little bit lazy, can u explain it to me ...Show All
Dr Cube Process continues to run after Application.Exit()
When the user clicks on my Exit menu command I call Close() followed by Application.Exit(). The GUI goes away as expected but the process is still listed in Task Manager. What do I need to do to really terminate the process Do you have any non background threads running When creating a thread that you don’t want to manually have to clean up when the app exits, it is a good idea to set it’s IsBackground property to true so that it will ...Show All
dereck57 Couple of questions about positioning Windows Forms etc in C#
One is directly about form positioning and the other is about hiding it. 1. I want my startup form (MainForm) to start above the system tray/clock area, rather than in the middle of the screen etc (i.e at the bottom right of the screen). How is this done - i'm sure there is a way to retrieve the screen dimensions and set it from that. 2. I want the form to be hidden upon startup (visible = false). How do i achieve this please It's acessible fro ...Show All
k a u s h i Learning VB and .NET
Hello... I've invested in Books 24/7 to have access to a lot of IT books to learn various things. I really want to get a good grasp on VB.NET 2005 and ASP.NET 2.0. I have VB.NET 2005 Express and VWD Express and I know enough to be dangerous. But I feel that without practical examples, I am spinning my wheels. Also, the books that I try to use to learn the languages. They end up going off on tangents that I don't want to go on. I like the format ...Show All
gsquaredb Problem building MediaShare Messenger Starter Kit
Hi all, When I try to build MediaShare Messenger, the build process stops with this error: .\app.rc(10) : fatal error RC1015: cannot open include file 'afxres.h'. Indeed, this file doesn't even exist on my hard drive, so I guess it wasn't included with ISO image from which I installed VC++. That's strange, because MediaShare Messenger is listed as a starter kit for VC++ 2005 Express Edition , so I was sure it would compile without probl ...Show All
Mok4402 unable to run setup/install
i have a problem.just completed downloading the vb2005 express edition (vb.img around 486 mb). it took almost 20 days to downlod.now the frustrating part. I cant install it(cant run the setup.exe file).whenever i try to run it a dos prompt window opens and closes and then nothing. what should i do i dont want to download this huge file again. In many cases that I have seen, this happens because there is corrupt ...Show All
Leonardo Rodriguez insert filename into SQL Table
Hi I'm just not getting this but how can you insert the filename into a table. I managed to upload a file from website to my hard drive but now what to save the filename to a field in the database. Can someone please help Here's the code for aspx file and following the code for aspx.vb file: <% @ Page Language ="VB" MasterPageFile ="~/MasterPage.master" AutoEventWireup ="false" CodeFil ...Show All
nanakamado No key
I need elp to try adnd get my key working but when i try its says wrong key any idea The activation key for your Express product is presented on a Web page after it is confirmed that you have a valid e-mail associated with your Passport account. Please go to "Activate Product" on the Help menu in the application, click on the Register link, and repeat the registration process. After your e-mail address is confirmed, ...Show All
VistaMadNut C Question
i was wondering is it c99 compatible if not is there a way to convert it to c99 if so how cause i heard vsc++ is only c90 compatible and i don't want c90 only c99 Here is a link about adding additional libraries, you can not just add but change the whole path that points to the libraries. http://msdn2.microsoft.com/en-us/library/ba1z7822.aspx As I said, I am not sure how this works with other compiler an ...Show All
Gary A. Bushey attempting to create a COM object.
I am trying to create a dll to be used for sourcesafe 2005 automation. From the help there appears to be to ways to create a com object. First open a COM template. This option is not one of the available templates when i choose to add new item, after opening the class library project. The other option is to choose the Register for COM Interop check box on the compile tab. I do not have this box either. When i go to the build i also do n ...Show All
