| Thread | Last Post | Replies |
|
| Building a UI into discrete components | 10 Jan 2005 22:00 GMT | 2 |
Hey all, How can I use a form that's contained in a different solution than the one I'm working on currently? It seems as though I can't build the form's project into a dll because it
|
| Using MySql Database with .NET ADO objects | 10 Jan 2005 21:56 GMT | 1 |
I am using the MySQL database from vb.net. I don't have any problems using the database from code with the MySQL ODBC 3.51 drivers. However, I have been unable to use the OdbcDataAdapter and other database object related wizards for establishing a connection through the GUI ...
|
| Architectural feedback | 10 Jan 2005 21:14 GMT | 14 |
I'm in the early stages of designing a system that we'll use in-house and am looking for opinions and suggestions for further reading on which directions to take. Background: Though we're a small company, I'd like to design this with the
|
| AddHandler question. | 10 Jan 2005 20:40 GMT | 2 |
I use the following code in the POPUP event of a contextmenu: mnuItem = New MenuItem mnuItem.Text = "Shelter" cmThs.MenuItems.Add(mnuItem)
|
| Form problem.. | 10 Jan 2005 20:39 GMT | 2 |
I have one form which is my main form and has 4 option buttons and two regular buttons, one for saving and the other for canceling the program. When the user select an option button, a new form is opened and he can fill in some fields by using a context menu (standard answers).
|
| Syntax/Mean of the following | 10 Jan 2005 19:41 GMT | 5 |
I have seen the following code, specifially an object or reference will be surrounded with square brackets and can not find any documentation to explain the syntax for the usage. Can someone tell me the reasoning behind this?
|
| vb.net dns and nslookup | 10 Jan 2005 18:53 GMT | 6 |
I need to resolve one domain , i have proved this: System.Net.Dns.GetHostByName("digitalprologic.com") but it returns an error. I have typed DOS nslookup -querytype=any digitalprologic.com and it exists
|
| keyboard shortcut for the events window | 10 Jan 2005 17:18 GMT | 1 |
Hi does ne1 know how could i make the events window appear using keyb like we have F4 for the properties window i need a shortcut for the events also can ne1 help me on this please
|
| FileSystemWatcher HELP!!! | 10 Jan 2005 17:15 GMT | 2 |
Hi! I keep running into really odd behaviour with this object and I've been working with it for over 2 moths now. I really need someone's help who has delt with it before. I'll list below the logic of what my application does. It would be even better if someone would be ...
|
| Visual C++ 7 or .NET | 10 Jan 2005 16:43 GMT | 1 |
Got a question, and not sure if this is the best newsgroup to ask, but if not can someone please direct me. I am trying to pick up a new language for me (C++). I have Visual Studio .NET 2003, and am a very proficient vb and vb.net developer. I am looking
|
| This is exactly what I mean..... | 10 Jan 2005 16:30 GMT | 5 |
All of that work you have been doing to learn .Net.....versions 1.0, 1.1 and now 2.0......well, get ready to toss it out and learn something entirely new for web UIs...... http://www.wininsider.com/news/comments.aspx?mid=1849
|
| Usercontrol Help | 10 Jan 2005 15:26 GMT | 1 |
I have a usercontrol that was developed in a project. I need to copy the exact class and call it something different so I can make some major enhancements to it. I don't want to change the existing control because it's being used right now and we make updates peridically.
|
| Deploy .Net library ???? | 10 Jan 2005 15:19 GMT | 11 |
I have build a dll using visual .Net I have an old application build with VB5 that I need to extend functionnalities with this created .Net DLL. How can I do to be able to access my .Net dll inside my VB5 project, as it
|
| Net Framework Installers | 10 Jan 2005 15:08 GMT | 5 |
I'm running Windows XP at the moment, and occasionally Windows ME. I've downloaded the following Net Framework installers, and I'd like to know which ones are necessary, and whether I'm overkilling by installing all four of them:
|
| Access denied while trying to change password in Active Directory | 10 Jan 2005 14:51 GMT | 3 |
Hi. I have some code that updates a user's account properties in Active Directory. The code also has a call that resets the account password (see code below). I put the code in a .dll and have a test vb.net app that calls it. It works fine from there. When I try to call the ...
|