Answer Questions
sboots Newly added user control can't be edited.
Hi! Since yesterday I get an error if I add a new user control to any of my projects. Even completely new ones. When I add a user control only the *.cs and the *.Designer.cs files are getting created. But no *.resx file. The control is being displayed but when I'm resizing it, after accessing my HDD, I get the message "Die Datei ist vorhanden." which translates to "The file exists.". I already tried to repair and deinstall/reinstall ...Show All
WBR .NET tag
I have installed "Microsoft Visual Studio 2005- 8.0.50727.42(rtm.050727-4200)" and this is what I see when I open the Help menu.In the installed produts,it shows"Microsoft Visual Basic,Microsoft Visual C#,...but at my friends place I see "Microsoft Visual Basic .NET ,Microsoft Visual C# .NET ,....."Why is it that he has got .net tags at the end as shown above but i don't and yes he is using VS 2003. I am also not able ...Show All
Xtramalt Database question
Hello, I have just started using Visual Basic Express 2005, and I am trying to make an application for my wife to use in her work as a teacher. I previously made it using a bunch of asp-pages on a local IIS server on our computer, but I got frustrated with the whole set-up and decided to make a windows application. Anyway. My question is related to getting data from the database. I have managed to bind one table to a listbox on the form, and I ...Show All
Walter Sagesser C# Express Edition Installation...
I installed .Net Framework 2.0 first and then when I installed C# 2005 Express Edition (using a CD with C# Installation), I got the following error message. Can anyone please help Error 1308. Source File not found C:\Document and Settings\..\Local Settings\Temp\SIT18204.tmp\eula.1033.txt and another message for the file customtext.1033.DLL in the same folder. Thanks. Please make ...Show All
Recursio downloading a webpage...
Hello, How do I download a small file from the web like if I need to download www.google.com then how would I do it and I think it can be in the temp directory... but it would be good if you can tell me both in temp and in desktop incase temp has some problems... Thank You! Keehun Nam http://www.vbdotnetheaven.com/Code/Jul2003/2107.asp This code snippet shows how. You can use Environment.SpecialFolder ( from memory ) to get the deskt ...Show All
LaBomba Where is the VSExpress Download at?
Ok, I'm looking at the page: http://msdn.microsoft.com/vstudio/express/ and have read the FAQ's saying it's free to download until 11/6/06. On the web page it reads: Download Size : 35-70 MB per Express Edition Price : Visual Studio Express Editions— Free for 1 year So, I clicked the Downloads link at the top and see the link to get a free copy of it. I click that link and it takes me back to http://msdn.microsof ...Show All
DPowers1 accessing attribute of the object in the objects' arrayList
I have arrayList of objects and want to assign a value to an attribute(string) of object which is in arrayList I tried for (int i=0; i < arrayListofObj.Count; i++) { arrayListofObj[ i].string= maskedTextBox8.Text; } But it doesn't work. thank you Hi, I am thinking your problem is fixed. So, i am marking this post as Answered. If you ...Show All
cbnicholson long interval between StreamReader/StreamWriter processes
Hello, in my program I am using StreamReaders and StreamWriters, and they work, but if I use the StreamReader or StreamWriter process, it takes long before I can use them again, so now my question is: can I make the process-intervals(sorry if this name doesn't exist) shorter Or should I use an other way to read and write files, and who can be used in faster time-intervals Grtz, Tom. @ Shakalama: Sorry, but I don't understand anything ...Show All
Philip Mont Flash in C#
Hi, I would like to know how can I put Flash Animations into a C# application , and the other problem is the I have to have the Flash Player for play the animation in the C# application Thanks The COM object is not registered. You may register it by typing regsvr32 *path to dll* in the cmd window, but it is likely that an unregistered control is part of a bigger problem, did you install anything or just download the dll Hey Th ...Show All
JBinGA Edit Start Pack Banners
Is it possible to edit the pictures in the banners of the startkits What Banners and which starter kits are you talking about. Yes you can edit those banners, but I would go the http://forums.asp.net and ask any questions regarding the club starter kit in the forums on that site. In that forums you will find other users who are developing systems using the starter kit that will be able to help you more. To edit the bann ...Show All
Bondforever Will Visual Basic Express coexist with Visual C++ 6.0?
Hi, I have Visual C++ 6.0 installed on my PC, can I install Visual Basic 2005 Express (beta) without affecting the Visual C++ installation Many thanks in advance Yes, you can install the express editions side by side other versions of visual studio. Do not install the beta version as it has expired! Install online or download the image. http://msdn.microsoft.com/vstudio/express/vb/ http://msdn ...Show All
lantern RichTextBox question
How can I get & set the scroll position of a RichTextBox ie. if I have a RTB with several hundred lines of text in it, I want to know where the vertical scroll bar is currently positioned & then be able to reposition the scroll bar, in particular I would like to position it to the end, so that the last lines of text are visible. How can I do this Thanks... Hi, I think that it shou ...Show All
Li Shao Build/Version text formatting?
I'm experimenting with splash screens. The default splash screen item from VB Express has a label for version information. What are the formatting options/syntax possibilities for that label when specifying the build information of your application I'm confused as to why the revision information is ignored. Look at the code for the splash screen: you can format anything any which way you like. The ...Show All
Graham Wright dumpbin.exe
Hi, I'm wondering if dumpbin.exe is available under C# 2005 express edition, and where can I find it thanks! dumpbin.exe is a part of the Visual C++ tools. The Express edition of Visual C++ includes it. Once you have installed Visual C++, it will be available in C:\Program Files\Microsoft Visual Studio 8\VC\bin. As far as I know, Visual C# ...Show All
glenntoy Is the express version the best visual studios C++ compiler?
Im asking because its free and im surprized that its free and Im wondering if the express version is kind of a demo version or something. Its a Cut down Version http://msdn.microsoft.com/vstudio/express/visualc/ Thankyou very much you guys! Thats very helpful. :) "And you are set for writeing in DevIL, FreeType 2, LUA, ODE, libjpeg, li ...Show All
