Answer Questions
slipjack one file editor
Recently, I installed Visual 2005 express, after migrating from VC++ Pro 6. for some strange reason, I can only open and edit one file at a time in the IDE, regardless of my settings (tabbed document or multiple documents). am I missing something Why can't I edit more than one file at a time Please help, Sincerely, z. z e n wrote: Recently, I installed Visual 2005 express, after migrating ...Show All
Phani_tpk Cant add Icon for Item in Listview
I want t be able to set Icons for each Item in my ListView. However I am not finding the property for the IconImage in Items in ListView. Please help. P.S. I have added the Images to my project, but still, nothing. Hello, Heres how you can choose icons for items in a listview... 1) make a new project 2) add a list view control to the form 3) set the "view" property of the listview to "Large Icon" or something that will show the icon. ...Show All
kennyp To define Place Base of Data
As I can change the place of the Base of data through code when the option is used Data, Add New Data Source... for instance of Nwind.mdb Can you rephrase the question I'm not clear on what exactly you are asking Thanks, Luke Hoban Visual C# IDE Program Manager Luke Hoban wrote: Can you rephrase the question I'm not clear on what exactly you are asking Thanks, Luke Hoban ...Show All
jumpingjahelziphat You are not alone
I would like to install .net beta 2. However I had previously installed beta 1, and worse, vbexpress beta 1. Then I must have really messed up and uninstalled those products in the wrong order. So now I cannot install beta 2. I found and ran the Beta 2 Cleanup Tool, and it successfully cleaned MSDN for me. I had already hand-cleaned the registry as best I could. However, the tool errors out when trying to clean vbexpress - the error ...Show All
HotQQ Manipulate other forms in a project
Hello! I have more than one form in my C# project. From one from I want to change the settings of another form in the project. Can anyone tell me how to do this Greetz, Martijn Hi, hi, you can use properties or constractor , but which setting do you want to change best regards ...Show All
JSAdams sql server express edition-problems making it work
I installed sql server express edition on to my workstation. When I issue the following command i get the following output: C:\Program Files\LogiXML IES Dev\Samples\NorthwindFoods\_Scripts>applynorthwindu pdates.bat localhost northwindfoods Starting NorthwindUpdates.sql [SQL Native Client]TCP Provider: No connection could be made because the target machine actively refused it. [SQL Native Client]Login timeout expired [SQL Native Client]An err ...Show All
Dan Delorey Visual C# 2005 Express Edition large download size 480 MB for 56k modem
Can I order CDs from Microsoft to install these Express Editions for a nominal fee ($ 10.00) I can't find this on the web site asp.net. Hi, you can get the Beta 2 Media here: http://msdn.microsoft.com/getthebetas/ Is there an issue with using the bootstrapper to install Visual C# Express If so, we want to hear about it. With the minimum options installed, you can get up and running with C# Express by only downloading 50 ...Show All
Rupesh Nair setup hangs at 100% CPU
Downloaded the img VWD Express edition and burnt on a CD. It has no problem installing onto a Windows 2000 Pro Computer. But using the same CD, when I tried to install on a Windows XP Pro labtop, it hangs at 100% CPU right after double clicking setup.exe. No popup window was displayed. It has hanging problem when installing .NET Framework 2.0 at regsvcs.exe. The laptop had VS2003, .NET Framework 1.1 installed and working fine ...Show All
B.H.V.Ramakrishna Connecting to an Access 2003 Database from VB 2005 Express
Hi ! I have a form with some textboxes and a button. I have an Access Database on my desktop. I want to write the values from my textboxes to a table in the database. I havesome code to do this, and it should work, but It throws an exception that is far too complicated for a Newbie like me to decifer. Here is the Excption (on top) with the code I'm using below that. Heeeeelllllp! P.S . The values in the "TextBoxes&qu ...Show All
Summoner MDI child and Parent.
Hello, i am trying to learn vb by myself. and i am going good also. i have one form which i have converted in to MDI parent from the properties. but i have few more forms, which i want them to open inside the parent form. now i dont know how to make them child form. can u show me Dear go to child form property and click mdichlid=true ur child form will be open in mdi form ...Show All
lazarosfan Text editor code
Can someone kindly point me to some sample code to build a simple text editor application I just need to do the basics ... reading files, editing, saving, etc. Many thanks... Here is an example that also includes source code highlighting . The code is in C# but you should be able to use one of the code converters to convert the code. There are several posts here that contain everything you w ...Show All
noop How to open, read, write, edit & close a XML document
I'm having difficulty finding a source that describes how to open, read, write, edit & close a XML document. I am attempting to develop a Windows application in VB Express and the XML file is stored locally. Here is a fragment of the XML file. <Bowlers> <Bowler> <ID>1</ID> <lName>Williams</lName> <fName>Glenn</fName> <totPins>6386</totPins> <totGames>56</ ...Show All
Cesar Estrada HotKeys :(
I've been googleing for a week and I can't find any tutorials for 2005. Can anyone help me Oh the qestion is about how to use hotkeys. The first hit has VB.NET code. For pinvoke stuff in general, www.pinvoke.net is a good site to know about. It keeps giving me undeclared errors and such. I'm so confused! Hi, Can you give us more details of the error descriptions so that we can help you out in a much better way... Th ...Show All
Guaw Want to confirm VB 2005 + SQL SERVER 2000 COMBINATION
How can i connect from VB 2005 Expresss Beta 2 to SQL Server 2000 database I try: ...... Dim connectStringBuilder As New SqlConnectionStringBuilder() connectStringBuilder.DataSource = "127.0.0.1" connectStringBuilder.InitialCatalog = "myDatabase" connectStringBuilder.IntegratedSecurity = True connectStringBuilder.UserInstance = True Dim myConnection As SqlConnection = New SqlConnection(connectStringBuilder.ConnectionString) myConnec ...Show All
tnyjr123456 Windows system registry string problems.
Hey all, I'm BRAND-NEW to Visual Basic, so please be gentle. I'm writing a small application which stores its values to the Windows Registry under HKEY_LOCAL_MACHINE. I can store True/False variables just fine, using code such as: My .Computer.Registry.SetValue(keySoftwareSettings, "DisableToolStripMenuItem.Enabled" , DisableToolStripMenuItem.Enabled) I can then retreive this variable upon load with: DisableToolStripM ...Show All
