Answer Questions
rfb .NET Framework 1.1
I have installed VB 2005 Express and .NET Framework 2.0. It did not update or overwrite .NET Framework 1.1. Can I remove 1.1. Frank i got Windows XP sp2 i've install Visual WD express so how i can configuer IIS5.5 to run ASP.net1.1 and ASP.net 2.0 side by side i can do it in Windows2003 by creat application pool for each one how ican do this withe iis5.5 Hi ...Show All
DoReMeFaSo ASCII to UTF-8 Should be Easy to help.
Ok so i have a chat client im making for ares(p2p client). It joins the chats fine and all that but for the unicode display in my rich text box ic ant figure out. Like if you send " " from ares you get this on the client. - "A!" And if you send like " " from ares you get this on the client. - "Uc" I was wondering how i can get the two characters to turn into what they are supposed to be. Thx :) I'm having a little difficu ...Show All
John330 Repeater Component for VB Studio Express
I am creating a Winforms application that tracks clients. I would like to display the clients in a way similar to Outlook Contacts Address Card view instead of using a grid view. Is there a component available for doing this. I think this is a Repeater control that I want but I am not sure. I am working with VB Studio Express Edition and .Net 2.0. The database is Sql Express. Any suggestions Thanks ...Show All
jennie44752 BindingSource Navigation
Hi, I've got a Winform with a number of controls that are directly bound to a bindingsource, I've also created a list box and a combo box that will be used for quick record selection. The problem is that both the list box and combo box, have a custom query source. What I would like to know is how to navigator to the selected record and how to change the other control to the same record. eg. If the user selects a record from the List Box, I want ...Show All
waltc Unhandled exception after modifying controls in designer
I converted a project form VB7. After a little tweaking it builds without any errors. The program runs fine and publishes without problem. Where the problem starts is if you change the font size or move a control on form with designer the program throws an unhandled exception when you debug. If you undo the changes in the designer it still throws the exception. I have to delete the form and load an unmodified backup copy to get program to work a ...Show All
InDelerium Problems debugging
I have a problem when I'm debugging a project. Error while trying to run project: Unable to start debugging. What can I do The project is a Windows Application. I have the initial form without any control on it, and when I click the Start Debugging button (or F5 key) the error apears. Thank you for your interest. hi, Is your problem solved Thank you, Bhanu. ...Show All
tarania Visual Web Dev. - Creating a database
I'm trying to figure out how to create an SQL Express database from within Visual Web Developer. The Data Explorer tab has a grayed-out entry for creating a new database, and Microsoft's VWD Express website explains that this can be done, but so far I haven't discovered how, even though I have installed both VWD express and SQL express, and they should be integrated together. Has anyone figured this out yet Since there is a grayed-out popup menu ...Show All
relax_ant GUI for SQL Express?
Hi, I've read that "a new, free management tool, SQL Server Express Manager, will be available for SQL Server Express". Where can I download it, I'm sure I saw a link for it yesterday but now I can't find it. If it's not released yet, how do you intend that we should use and test the database meanwhile Thanks! /MD Great, thanks! There is a newsgroup for ...Show All
AshSingh007 I need help
Hi my son Brent is wanting to learn how to program he is only 15 but knows alot about computers. What would be the best way and best programming laguage to learn. Also is there ne programming schooled that he could go to and how old do you have to be. Thnx Stacy I am professional game developer,and I will be pleased to teach game programming to your child this summer for free. mail me : directxguy@gmail.com ...Show All
LaurenEckert How do I...
Hi, How would I go about making a toolbar for Word, Excel and Outlook ect, Thanks Jeremy Hi Jeremy, If you mean a toolbar that looks like the Office toolbar, take a look at the ToolStrip control. If that's not what you are looking for, please explain exactly what you are hoping to do. Steve Hoag Visual Basic Express That what I based my toolbar on. It's a wonderful control. ...Show All
Tect-PeM VS.NET Style Tab Interface
Hi, How can I create a VS.NET style Tabs - similar to the one that allows us to switch between the Design view and the code window. Regards Partha You could probably achieve that effect using the TabControl and owner-drawing the tabs. See: http://msdn2.microsoft.com/en-us/library/yyfab68k(en-US,VS.80).aspx Steve Have you tried the Windows Forms TabControl Steve Hoag Visual Basic Express Well, I know I can use the TabControl, ...Show All
Andres Orozco Disappearing data
I am trying to get used to SQLServer having previously used both Access and MySQL. I downloaded August VB CTP and installed VB and the included SQLExpress. I can create databases, access eg Pubs and Northwind, and update these programmatically, but once I exit and restart the program my changes \ additions \ deletions are gone. If I edit the databases using the provided tools they stay edited, but through VB I can't change them. I have tried cha ...Show All
CFleming candidate function(s) not accessible
one of my farvorite Error messages, the one kind that doesn't give a hint why!! I wrote a user control, add a public function to it. Now I put the user control on another Form in a other project, compiles fine and shows the conrtol when startet. If i try to access(add the code to access these) these self added public function of that control, it say that: candidate function(s) not accessible. when compiling. Why is that so A ...Show All
fxtentacle DataGrid Questions in new Version
Why ist not works in VisualBasic 2005 Express to fill the DataGrid with the DataSet Example.... ds as DataSet DataGrid1.SetBindings(ds,"Test") And how it works now Anyone can help me ! ! Hi, Bindings in Datagrid should be this way: Dim ds as DataSet datagrid1.DataSource = ds cheers, Paul June A. Domag Hi, If your dataset already contains a datatable with a data, then it should show the contents of y ...Show All
larowe324 Cannot install Visual studio 2005
Hi all, I don't understand why I cannot install Visual Studio 2005 while my friend could using the same copy of exe file. I keep on getting " Error. Writing to file: Microsoft.VSDesigner.dll. Verify that you have access to that directory. " I am not sure what could be the reason. Could it be low memory Please help. Thanks in advance. Hi, Thanks again. Tried the above recommended solution but still can't get it runn ...Show All
