| Thread | Last Post | Replies |
|
| gooood | 30 Apr 2007 23:40 GMT | 1 |
1) If you are looking for the truth to soothe and please your self, just click on this link. 2) If you are looking for the secrt of the family happiness, just click on this link
|
| Get IDispatch from DLL? | 30 Apr 2007 22:12 GMT | 4 |
I've got an out-of-process COM server (EXE) that I want to be able to control from Visual Basic. I can already control it from a C/C++ app without any issues. Under VBA in MS Access 2000, which I think is similar to VB6, I'm able to get things to work, but now under VB 2005
|
| DragDrop Question | 30 Apr 2007 20:14 GMT | 10 |
My question is on DragDrop, How would I implement a Drag from listview and Drop on Desktop or any other folder on the computer. The listview contains list of files, so basically I should be able to drop
|
| Create a connection object (sql/oledb/odbc) based on connection method/string. | 30 Apr 2007 17:55 GMT | 2 |
Hi... I am a newbie VB.NET developer and i am looking at working with ADO.NET rather than ADO. In one of our native VB application with ADO, we used to create 1 connection object and that would help us to
|
| Insert to access database via vb.net 2003 | 30 Apr 2007 17:38 GMT | 3 |
I have been trying for the last couple of weeks to insert a new record to a database. I have been able to update the existing records but when I try to insert it does nothing, not even give me an error code. Below is a sample of what I've tried lately:
|
| Can someone help me with this menu? | 30 Apr 2007 16:31 GMT | 2 |
I'm fairly new at this and trying to create a dynamic menu. I use the function getMANames to put all the submenu item names into an array. I am confident this sub is working properly. When I look in debug mode the object insertJobMenu is reporting the
|
| Export procedure entry point in a dll | 30 Apr 2007 15:08 GMT | 1 |
I'm developing a dll with VB.NET and Visual Studio 2005 to be used as a plugin in Skype. I'm supposed to make my dll export the entry point of a procedure called DllInitSkypePluginB. Anyone now how to export an entry point of a procedure in a VB.NET dll?
|
| Window that shows up and disappears no matter what | 30 Apr 2007 14:34 GMT | 1 |
The application is hidden and at times it must show a form that should appear at the top of all other windows and its text box should have the focus no matter where the focus was prior to the window becoming visible. Once the text has been entered, the form should become ...
|
| Combobox .change event stops work after a while?? | 30 Apr 2007 12:37 GMT | 3 |
I am building a large application where we use the combobox feature a lot. Its an office addin for office XP. I am using Visual studio 2003 VB.
|
| COM problem | 30 Apr 2007 12:29 GMT | 5 |
I try declare Dim db as New BtDatabase() and execute metod db.open(par1,par2,par3)
|
| Forms | 30 Apr 2007 12:28 GMT | 3 |
I am writing some VB express code to collect data for a gas safety certificate. Data that needs to be collected include name and address, plus Boiler Perfomace and safety information. And the end of this data collection I need to print out a certificate that looks a little
|
| Users in a domain | 30 Apr 2007 12:15 GMT | 2 |
1) How do I get a list of all users in a domain? I've searched the web, but any sample I've found seems to use VB 2003 or earlier. Is there any samples that user 2005, and make full use of the My functions?
|
| try catch question | 30 Apr 2007 10:20 GMT | 12 |
I know this will sound like a really stupid question, but here goes. I am in the middle of debugging someone else's code and am getting more confused by the second. Does the try catch require an "end Try"? There are try's and catches everywhere, but no end trys.
|
| Copying/Cloning a control | 30 Apr 2007 09:31 GMT | 4 |
I want to implement an 'generic' undo by placing a copy of a control in a stack using System.Collections.Generic.Stack. Basically this way I don't need to know if a user has edited text in tree, added or deleted a node etc, added items to a list box etc etc. I just push the ...
|
| Deployment Architecture/Attach SQL MDF | 30 Apr 2007 08:03 GMT | 3 |
I have 2 installers for my VB.NET app, one for the client app (exe, dlls, config etc.), one for server components (shared data files, sql express db). I have a few questions relating to the architecture of the deployment: 1. For the server install, I will be providing the ...
|