Answer Questions
Buddy Where I can find link to download VS2005 Express?
I tried to find link to download Visual Studio 2005 Express. I coulnt find it.. Where I can find link to download VS2005 Express Thanks I know this sounds dumb but How do you configure ASP.NET app I did copy app on public sever but it wont work. That is why I was looking for some kinda deployment type application. Yes, you can, but an ASP.NET app just lives on a server. Is ...Show All
Viral How to delete all rows in databound datagridview?
I am trying to clear all rows in a databound datagridview. Tried Me .AppointmentsBindingSource.Clear() but got "Cannot clear this list." Full exception below Any help appreciated. GS Exception was unhandled Message="Cannot clear this list." Source="System.Data" StackTrace: at System.Data.DataView.System.Collections.IList.Clear() at Syste ...Show All
Apu Visual Web Dev...problem, where am I going wrong? Please help!
hello. If someone could please help with image boxes that would be great, the problem is the jpg is visable on my construction IDE but when I start debugging on the local host it does'nt appear. It's driving me crazy. I've added the item through new item --> resource file. and is visable in the app resources file and I've linked it through the properties image url. Please could some provide a checklist for inserting images onto my we ...Show All
Peta Bowyer Where's the Icon Designer?
Is the Icon Designer (trumpeted in the Introduction to VB2005 book) unavailable in VB Express I can't find it anywhere :-(> Alternatively, where can I get hold of the standard Windows icons for opening files, printing etc Hi pete I am new to vb and I am glad I can be of help...... If you download ( Liberty Basic ) trial version......it includes an icon editor which does not expire after trial period ...Show All
CSMonkey Why am i not been asked to activate the Express Editions?
I downlaoded the offline versions (the CD images and full installs). I registered, which i assume is optional (to get the books, icons etc), but there seems to be nothing asking me to activate. Is this because i downloaded the full CD images Cheers. The CD image versions do not require activation. I did not install the final version yet so I am not sure, but shouldn't ...Show All
OsirisX82 Can Visual Web Developer 2005 be used to create pages other than .aspx?
Hi, all... I'm not sure if this is the right place to ask, since this forum apparently is only about installing and registering express editions, but I couldn't find any other place to ask. So...I'm considering installing and using Visual Web Developer 2005 Expess, but wanted to know if it would allow the creation of pages other than .aspx... Will it allow creation of any othe type Thanks, Rick ...Show All
adonndel Activate worksheet in Excel
I'm having a little trouble hitting the right syntax for switching to a different worksheet in Excel from VB 2005. This is what I've tried: MySheet = MyWorkbook.Worksheets( "Sheet2" ) MyRng = MyWorkbook.ActiveSheet.range( "A4" ) I don't think the first line works. I'm seeing the value in Sheet2!A4 that I am expecting. Not sure what you mean by "switching". If you need t ...Show All
Rhubarb An Easy Question...Required Text Boxes
I need to validate that a textbox contains a value. As it currently stands, if I run the program & click "calculate", the software errors out because there is not a value in a textbox. So, how do I essentially require that information be entered into a text box Thanks, Brian Handle the Leave event of the textbox, and in that event, check that you have the value you want and if not, call ...Show All
Quazarman keyboard special character keys invoke wrong characters
I may be in the wrong topics forum for this question. While cleaning up a friend's Compaq Presario 5070, I wrote a note using notepad; the keyboard letters worked fine but the special characters did not. ie: left square bracket gave me a double circumflex accent instead ( [ = ^^ ); acute accent gave me a latin small letter C with cedilla ( ' = c ); a solidus gave me a small letter e with grave ( / = e ). Could this be your software working Is ...Show All
Phil Miller Blue Rectangle in Breakpoint Margin
What does the Blue Rectangle in Breakpoint Margin indicate My guess is that you accidentally set them yourself - pressing Ctrl + K twice toggles bookmarks on or off. Steve Hoag Visual Basic Express Ok... I've discovered that the blue rectangles are bookmarks. Only thing is I did not put them there... they are only on lines with TabControl code on them... and only in the code of one form (ie, I hav ...Show All
KC k_cheung How Do I Deploy with CD
My project to be deployed (called "MIF" here) has forms and Excel files; no SQL. I’ll copy the Excel files to the CD and my app has a button for the user to copy the files from CD to C drive. In the How Do I… Deployment page, “Visual Basic Express Edition includes tools for deploying your program using a method known as ClickOnce publishing. It makes deployment easy .” (italics mine) I have a few questions. ...Show All
MT100 Multiple Data Files (SQL Express) can be used in one application ?
Hi to all of you, In VB.NET 2002 I was using Multiple MS Access files to store data. Is it possible with VB.NET express 2005 and SQL Express 2005 Parminder This is a limitation of Visual Basic Express. SQL Server Express is similar to the old MSDE - it has certain limitations compared to the full version of SQL Server 2005. See http://msdn.microsoft.com/vstudio/express/sql/ for more information. As ...Show All
Neil Kirby Visual Web Developer - how to run sql scripts?
Hello, I'm using Visual Web Developer, and thru the Data Explorer tab, I have created a database with some tables in it. I have alot of data to insert into a table, and I would like to read in an sql script (text file)- that has alot of INSERT statements in it- so that I can upload data to my table without having to laboriously sit in front of my computer and type in the data. I have searched thru all of the pop-up menu options in the Data Explo ...Show All
MarTim VC++ Express Win32 Application without Platform SDK
Good afternoon... When I select New Project in VC++ Express I given a template choice of Win32 Console Application. My question is, what is a Win32 Console application without the Platform SDK installed Is this just a Standard C/C++ library application If not, what is it Thanks That's right - it is simply a standard C++ application that runs from the command line. If you aren't going to do Windows development, you can ...Show All
BeOne Visual Basic Express 2005 activation
I don't have Internet access in the computer where I have installed VB2005 express, any one knows how can I get an activation key offline Hi, On your VisualBasic 2005 express, just go to Help and Register, it will open a new browser window where you can copy the URL of the registration (the link), copy it and save it to a disk, then try to access the copied URL whenever you're in a computer with internet access just before the ...Show All
