| Thread | Last Post | Replies |
|
| Automated File Copying | 28 Aug 2006 18:22 GMT | 6 |
I am trying to make a small program that will copy the contents of one folder into another folder automatically. This is for backup and i want to just be able to run the program and have all the files be copied. Didn't know if there was some API or some easy lines of code
|
| How can I use a dll with several programs? | 28 Aug 2006 17:57 GMT | 27 |
I have this problem: I wrote some DLLs with VB.Net 2003 which I use with my programs. But I want to avoid that I have to go down to "DLL hell" and to copy all used dlls into each program directory.
|
| modular programming??? | 28 Aug 2006 17:42 GMT | 3 |
Here is what I am talking about... I have an app that extracts data from a customer database and imports it to database2 The 2nd app extracts data from database2 and imports to database3
|
| What exactly does this message mean? | 28 Aug 2006 16:37 GMT | 7 |
I have VS2005 installed on my destop and on my laptop. I created this app with my desktop and i don't get this. Run the IDE on my laptop and this is what I get? Access of shared member, constant member, enum member or nested type through
|
| Component Registering | 28 Aug 2006 16:33 GMT | 3 |
Is there a function in my VB ocx that gets called when someone tries to register it? Lou
|
| books for vb.net | 28 Aug 2006 16:21 GMT | 5 |
I am a new member for this group. Which is the reference book for VB.NET? Can i get any book or links ie., free downloadable to get the book? plzzzz reply me..
|
| Listview - get value multiple columns | 28 Aug 2006 16:12 GMT | 5 |
Does anyone know how to get a value of a second column of a selected item in Listview. I've create a listview and added this code Listview.Items.Clear()
|
| Problem in .Net programming | 28 Aug 2006 15:22 GMT | 4 |
I am going to change the coding from ASP & VB6 to ASP.Net and VB.Net. However, there is no data retrieved after I changed the coding. Is there anything wrong? Thanks
|
| in VB, String '=' is two orders of magnitude slower than .Equals! | 28 Aug 2006 15:15 GMT | 5 |
Just stumbled accross this article, thought it would be interesting to share. Paul http://www.thecodingmonkey.net/PermaLink.aspx?guid=112144590767701842
|
| Are codes ran in try blocks expensive? | 28 Aug 2006 15:11 GMT | 3 |
I'm not too familiar with how exception works in .NET but I've read from somewhere that in C++, code that are ran in try blocks are expensive: http://gamearchitect.net/Articles/ExceptionsAndErrorCodes.html
|
| Setting Regisrty Permission | 28 Aug 2006 15:03 GMT | 7 |
I need to be able to programmincally set (USER) permissions on a registry key. I've read the Knowledge Base articles and they all point to a couple of articles that seem to have been pulled form the knowledge base. (What's up with that?) I've so tried numerous samples from ...
|
| how to make a mouseup event called only once during a double click event? | 28 Aug 2006 14:58 GMT | 3 |
how to make a mouseup event called only once during a double click event? here double click is made on a tree node in a tree control. I have the code inside mouseup event....in runtime the mouseup is
|
| Listview - How to check ifi something is selected ? | 28 Aug 2006 12:46 GMT | 3 |
Does anyone know how do I check if something is selected or not in a listview ? Thanx John
|
| convert function from VB.6 to VB.NET | 28 Aug 2006 08:08 GMT | 4 |
Please, can someone help me to translate this single function to VB.NET ? ' DECLARATIONS Private Const BMP_MAGIC_COOKIE As Short = 19778 Private Structure BITMAPFILEHEADER '14 bytes
|
| How to find out current Screen resolution? | 28 Aug 2006 06:47 GMT | 4 |
I'm creating WinForm app. I would like to set the form position according to current Screen resolution. So how could I find the current resolution? Thanks...
|