Answer Questions
Neal Olsen Managing Related Data
Hi i'm new to VB Express and am finding it slow to get to grips with the database side of things. As an example, I have two tables - publishers and books and I have created a relationship between them. I have created a simple form to display and allow maintenance of the data. If I try and delete a publisher that has any related book entries then I correctly get an error message saying that I can not do this due to the foreign key constr ...Show All
marieMyers 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) I get that error when I run my app on other systems http://imagebin.org/5065 and I don't know why No, only managed application (build with the /CLR switch...see build log) will need the .net framework. ...Show All
Luchoborbo Console app on Win98
Hi all, I wrote a simple console app to write characters to a COM port; after I figured out how to deploy to a Win98 computer, the exe seems to start correctly, however CreateFile returns a null handle (I mean a 0 value, not INVALID_HANDLE_VALUE) and WriteFile returns FALSE; GetLastError returns 6 (invalid handle). Do you know if there is any compatibility issue Thanks in advance Paolo Yes, I ...Show All
Garick Can I connect to my SQL Server 2000 with VS Express
I seem to be having a difficult time connecting to my local SQL Server 2000 from VS 2005 Express. Can it be done If not, is there a way to import a table from SS2000 somehow Thanks. Yes, I have been using the wizard, and it just can't find any (local) SQL Servers. What I'll do is try it in code and see what happens. I think I'm just spinning my wheels using the Express version. Ever since it came out I ...Show All
George_egroeG Legal to distrubute ping.exe and tree.com with product for win98 that does not have it in system32 or system?
Is it legal to distrubute ping.exe and tree.com with product for win98 that does not have it in system32 or system from xp pro or home I'd say no. These are operating system files. I've never found any EULA or agreement that allows you to distribute OS files - and I've read quite a lot of EULAs lately. There is a redist.txt file which indicates which files you are allowed to distribute. Do you need to distribute ping or could you ...Show All
ahuddy Open form and run BindingSource Add new item
I want to have a button on a form that when clicked opens another form called "patients" with blank fields ready for a new patient to be added. YOu can do this on the patients form by clicking "add new" but I want to have a button on another form that when clicked jumps back to the patients form ready for a new patient to be added. Is this possible hi, this page has a nice tutorial http://msdn.microsoft.com/v ...Show All
IRL11 How to programmatically add a toolbar and button to Express C++?
Since add-ins don't appear to be presently supported in VC++ Express Beta 2, does anyone know how you can programmatically add a toolbar and put a toolbar button in that toolbar corresponding to an existing External Tool I used to do this with an add-in in VS.NET 2003, but cannot with VC++ Express Beta 2 because add-ins don't appear to be supported. Where is the information for new toolbars and the buttons they contain stored I can ...Show All
Stefan Knoche Help! Debug wont work!
I dont know what i did but debug wont work. It just loads the same thing over and over. Even if i put errors int he code it doesn't catch them it just starts some older version of it Like i can add a control to a form and it wont show in the debug but in the build it does In the build Menu check the configuration manager to make sure your project is in running in debug mode. ...Show All
rap213 Help plz
i select full trust and everything i could. It would work if the file was on the c drive but if the file stay on W drive for local network then it wouldn't work. Well, the software got install in c drive ...Show All
Surfsune Any .Net code can be used with VWD Express?
Hi- I am new to web development. I have been working with VS 2005 and SQL 2005 ever since it became publicly available for download and have worked my way through the beta and CTP versions. I understand that VWD Express is a lightweight version of the product, but I have never installed any of the express products. My question is this: Will code that I have written with VS.Net 2005 work with the express product In other wo ...Show All
GSL Creating .cpl files
How would i go about creating a .cpl file (which i will include with my app) Thx so how would i go about creating them I tried puttting an .cpl instead of an exe and that didn't work. .Also i find that .cpl's have different names to what they are on the control pannel. Hi Shak, It's a Control Panel Extention Most of the classes from the control panel are CPLs. hi, what is the .cpl f ...Show All
DaFlookie Free VB Book
http://msdn.microsoft.com/vstudio/express/register/ is a page on registration benefits that says to get " Microsoft Visual Basic 2005 Express Edition: Build a Program Now!" at the Registration Benefit Portal. How can I get the book How can I find the portal hi, i guess so best regards Now I answer my own question about getting the free stuff: after registering VB Studio Express. Login at ...Show All
dreadjr Add DirectX path?
Hi, Normally one would add (to VC++ Express) the include and library path for the DX SDK in tools->options->projects and solutions->vc++ directories. But that window shows nothing. I was told I need to edit the vcprojectengine.dll.express file located in vcinstalldir\vc\vcpackages. But I can not seem to get it to work. I'm not sure if I'm typing things wrong or what, but I can't seem to get it right. Can so ...Show All
ian Where is SHELL? Reporting in VB Express
G'Day, I can't seem to find this anywhere. I need to use shell (or an equivelant) to launch internet explorer, but can't seem to find it! The reason I need it is for data reporting. As VB Express doen't have reporting facilities, I'm generating a HTML file on the fly with data from a datagrid. I then need to fire up IE so the user can view and print the report. I'm also looking into an excellent idea provided by another ...Show All
brent.weber Include a None option in a databound DropDownList
Hi, I have a databound combobox showing as a DropDownList and this works fine except that once you have set a value you can not remove it, you can only pick another value from the list. I guess I need to include a Null or None value in the list but how do I go about this i'm still looking for a solution to this problem but for anyone that is interested I have worked around the issue for the moment by ad ...Show All
