| Thread | Last Post | Replies |
|
| Can't get design view for form? | 30 Dec 2004 20:27 GMT | 8 |
I have a form with a Form1_Load() Subprocedure and no other code. For some reason, the design view does not come up. If I add a new form, the design view does come up. The form does appear when I execute the EXE. The design view for this form use to come up but I'm not sure ...
|
| Compress MSAccess DB from VB? | 30 Dec 2004 20:04 GMT | 2 |
Can I compress my MSAccess database from a VB.net program? If so, how? Simple terms and/or example, please. TIA, John
|
| Namespace variable | 30 Dec 2004 19:26 GMT | 3 |
Little confused... When I declare a namespace variable in module I can use it anywhere in the project. That's clear. I read a book in which the author said that namespace variables can be
|
| Using End() | 30 Dec 2004 19:21 GMT | 2 |
I'm relatively new to this group so I apologize if this topic has been tossed around before. I'm transitioning from VB6 to VB.net and I've been reading and working through examples in a Microsoft Press book. In all of the examples the author uses End() to exit the program. In VB6 ...
|
| memory leak vb.net | 30 Dec 2004 18:37 GMT | 1 |
I am new to vb.net. I read the vb.net has the garbage collection feature. I am developing a chat program. I was monitoring the memory used by the program. the program starts with 10mb of memory usage when it is on the system tray. when a form is created it jumps to 23 mb and
|
| How can I change listview gridlines color??? | 30 Dec 2004 18:28 GMT | 1 |
How can I change listview gridlines color???
|
| Calling functions with hardcoded fieldnames? | 30 Dec 2004 17:34 GMT | 3 |
I have a module which has a function that returns values from a table. e.g. GetFromUsersTable(userID,"UserName") GetFromUsersTable(userID,"UserDept")
|
| Visual Studio Installer files | 30 Dec 2004 17:14 GMT | 1 |
How do I install msi files on a client computer, via a web download? What do I need to do in visual studio to create something that the client can instlal msi files? Can someone point me in the right direction on how to do this? Thanks, Ike
|
| Array Heaven | 30 Dec 2004 17:05 GMT | 3 |
Hey Guys. i'd really appreciate your help with this. I've got a VB.net program due on tuesday and i've hit a brick wall... it's a program that helps keep track room reservations for a hotel I'm reading from a text file using streamreader (Import System.IO) and i'm having ...
|
| reference path of dll | 30 Dec 2004 16:46 GMT | 2 |
I have a dll that is used from word. I'd like to have an xml file with some config settings. This xml file I'd like to place in the same folder as the dll. How do I read the path of the dll form the dll so I can find the xml
|
| Need example binding UI to BL to DL | 30 Dec 2004 16:28 GMT | 3 |
Hey, everyone. I have an application that was written in VB6 that I have to rewrite in VB.NET 2003 and I am completely lost. I have tried finding answers to my questions in MSDN and the newsgroups, but I'm only finding bits and pieces that just don't add up for me because I ...
|
| Get an IP address | 30 Dec 2004 16:03 GMT | 2 |
I want to write a program that gets the leased IP address off of my DSL router and then tells a remote machine what that address is so that machine can find it. The remote machine on the web with a fixed IP will have a page with a link
|
| How to tell if an event is being consumed? | 30 Dec 2004 15:56 GMT | 5 |
I have an inherited datagrid which has a "double-click" even which returns the row that has been clicked on - this can be consumed by the form (etc) that hosts the control to open another window that shows more detailed information on that line.
|
| Play Sound of Embedded Resource | 30 Dec 2004 15:55 GMT | 1 |
I am lookin for a code sample of playind WAV file tha was attached to a project as a resource Thank you in advance, Shmuel
|
| monitoring remote applications, how? | 30 Dec 2004 15:52 GMT | 2 |
I have a number of applications written bothe in vb.net and vb6 tat are running unattended 24-7 on sveral different machines on a lan at a client site. The problem is that sometimes one of these apps stops working for various
|