Answer Questions
Chris763324 SQL / Datagrid
Hello there, i’d like to know, in general, how would the code be to fill a datagrid ("datagridview1") with all datasets from a table ("Tbl_ausgaben") which is in the DB_AusgabenDataSet I think there must be sth like SQLConnection ... Could any1 give me an exemple code or a link which could help me Thank you very much! Bye, Mike Hi, Sorry for the late reply. If you're using FlexGrid control, this article may help http://msdn.mi ...Show All
Yury K TreeView question
Hi I have a project which works reasonably as expected - apart from one aspect. I have a TreeView which is populated with folders and files in a typical Windows Explorer sort of way. However, in the TreeView_ NodeMouseClick event handler, where it populates a Folder node with the files in that folder, I cannot find a way to stop it from adding a fresh batch of files to the node each time the node is clicked. eg when I first c ...Show All
Brian Harry Sifting through array for matches
Hello all, Sorry for such a beginner question, but I can't seem to work through this. I've thought about it for a while, and I just can't seem to figure out a solution. Sorry in advance: I've got an array with a bunch of names in it, and I want to sift through it to make sure that none of the names are the same, and if they are, then I want to take out one of the matches from that pair. So for instance, if i've got an array tha ...Show All
DaveSussman Adding a .DEF file to a DLL project
Hi, I've created a .DLL application project in Visual Studio 2005 Express in C++. I am now trying to add a .DEF file to the project. I presumed I could add such a file much in the same fashion you can add a .CPP file or a .H file to the project. However this does not seem to be the case. Can anyone help with this, I'm still feeling my way around the IDE after migrating from C++ V6. Thanks, Just create a text file. Save it with ...Show All
blanza File Properties
Here's one that took me ages to do with VB6, how do you get the file properties for a specific file. I don't mean the size, created dates, etc. The other properties like Author for example. I'll elaborate, i've made a routine that checks the registry to find where the favorites folder is, then i've got another routine collecting all the file paths of the favorites and storing them in an array, so far so good, the trouble is that I can only re ...Show All
Emilio A. S. .Net Framework 2.0 Beta and Starting VB
Hey Everyone, I'm just getting started in Visual Basic, and I'm starting out with the express edition betas, and I'm trying to do an app in it, but whenever I try to install my app on another pc that pc has to download the .net framework 2.0 beta which is a larger file then I'd like them to have to download if they want to use my application. Is there any way to get around this such as packaging the framework with my applicaiton, or use th ...Show All
JosW Install Problems
I removed previous versions of VS express editions as stated. I first tried to install VC++ with the library and sql. I first got the 2908 error then the detailed 1935 error. I left Microsoft .Net 1.1 and it's hotfix installed. What do I do to correct this Thank you for trying out the Visual Studio Express Editions. Could you try running the cleanup tool at http://go.microsoft.com/fwlink/ LinkID=4 ...Show All
Michael Patrick yadda yadda for Dummies -- getting data into my VB thang
I posted this here , but realized it may have been in the wrong place. WDIK yadda yadda for Dummies -- getting data into my project. OK, here's another newbie question. I run a third party app. I've been able to take data from that app, and by "pasting as link" into excel, manipulate the data (yes, "paste as link" was a new dis ...Show All
UncleSam beta2, new personal web starter
downloaded latest team system beta 2 today, created new personal web starter project, when i attempt to create an administrator account here: http://localhost:1689/asp.netwebadminfiles/security/users/addUser.aspx no mater what i type, it continues to say "please enter a different password". you are instructed to create an admin account for your personal web site by the new starter project. ideas ...Show All
Jelle van der Beek Uninstall problems
OS - Win2K SP4 I installed (successfully) VB Express, then downloaded SQL Express - noticed that I was supposed to uninstall all previous (express) products be installing SQL Express, so I uninstalled in the wrong order - 2.0 framework first. After that, I can't uninstall anything else, or reinstall anything. Am currently downloading the disc image to see if that will help. Thanks Steve - I had to install ...Show All
Jon Monahan Visual c# express forms editor not running
I have installed and uninstalled visual c# express 2005 three times (including SQL express and the add on programs). I can compile and application fine, but when I try to visually edit a form, it throws a nasty error about not having correct assemblies. What can I do I also have .NET 1.1, 1.1 patch and .NET 2.0 installed. I uninstalled .NET 2.0 and let visual c# reinstall it. What error is thrown I know how it feels to be frustrat ...Show All
arshad imam how do i tell if a text box contains only spaces?
I am just converting from VB 6 to Express, and alot of the coding is different, so I've been messing around with some basic programs to get the hang of it. I'm currently working on a Magic 8 Ball Program lol, but it is actually relatively in-depth (for a magic 8 ball program lol). but my question is, how can I tell if a text box contains only spaces, because if the user clicks the button, i don't want the button to function unless they have type ...Show All
aburri possible to use MSDE in visual basic express?
total newbie to vb express, can it be done using the data sources area or do i have to manually code connection strings I cant get sql express to install for whatever reason, so i thought id use msde instead. Is there an easy way to get vb express to connect to msde Yes you can use any type of database with the express editions, the only thing is that you have to do it manually through code as none of the wiza ...Show All
Bill Du INTERFACE
I am very clear on not running APIs from dot.net as it drastically decrease perfromance. I have therefore planned to create all device interfacing program in vc++, and UI in VS2005 c#. This will make UI developement easy. To create a VC++ app however i have a small constraint. I have 3 different type of device that are providing same Dial() method but with defferent device API at moment. The applicaion therefore must be pluggable, to other devic ...Show All
gchippie Flat File Database?
Hey! Is it possible to save data to a flat file and then retrieve it again later just a simple flat file database... or maybe data.dat file what ever a dat file is lol ty all -mark ok so i need to learn a bit on xml ugh lol I searched google on info on how to create a little database using xml but no go just confusing mess lol thanks cgraus appreciate urr help ...Show All
