| Thread | Last Post | Replies |
|
| File Reference / Project Reference | 01 Nov 2006 16:25 GMT | 2 |
I am having an issue with my solution and hoping that you all can suggest a resolution. I have a common library that (A) that three other projects make reference of (B,C,D). Project B is the windows forms application that also references C and D. Additionally, C references D ...
|
| Have alignment different in different columns | 01 Nov 2006 15:56 GMT | 3 |
In VB.net (VS.2005) using the Microsoft datagrid, is there any way to have the alignment of the column headers different for each column? With SelectionMode = FullRowSelect. I can get the alignment of the data cells different for each column, by setting the
|
| Acccess to a file on desktop is denied | 01 Nov 2006 15:44 GMT | 4 |
I have an ASP application that takes a file and parses it. I have a fileUpload control on my ASP page. Here's the code that gets file details: Dim srFile As StreamReader
|
| class inside a class? | 01 Nov 2006 15:21 GMT | 6 |
Class A . Function A1() .
|
| Change color of HideSelection from Grey (Sorry if posted twice, first choked) | 01 Nov 2006 15:15 GMT | 1 |
Is there a way to change the HideSelection color in a treeview? I'm using the treeview as a replacement of a tab control. The grey background doesn't stand out well enough, when the treeview loses focus.
|
| Treeview doubleclick help | 01 Nov 2006 15:13 GMT | 4 |
I'm trying to implement a fairly simple Treeview procedure but running into problems. My Treeview has just two levels of nodes: top-level and one child level. I want a doube-click on the Treeview to do one of two things:
|
| Auto Gen Properties from fields | 01 Nov 2006 11:24 GMT | 1 |
Does anyone know is there is a way to automatically generate properties from the fields in a class in VB.NET 2003? So, I type in all of my private fields and now I want to populate the class with properties to match. Is there a code gen to do this or is there a macro
|
| How to capture Mouse clicks and Keystrokes in a VB app | 01 Nov 2006 05:24 GMT | 2 |
I need to build a very simple text editor. The requirement is that the input screen should be divided into 'm*n' cells ('m' rows, 'n' columns, with each cell of a fixed size). Whenever the user wants to input text, he will click on one of these cells, and then enter the
|
| VB6 Transfer w/ no CD | 01 Nov 2006 04:24 GMT | 4 |
I recently lost my VB6 Enterprise CD during a move to a new location. I have VB6 installed on a family computer and have not taken that computer with me. Is there any way to transfer the VB6 program from that computer to my new computer?
|
| Access SQL Server over Novell | 01 Nov 2006 04:19 GMT | 1 |
I am trying to access an MS SQL Server over a Novell network from a VB.net program and I can't get the connection string to work. It works on other clients that use Windows networks. Anyone know what I need to do differently for Novell.
|
| Iterate through File System | 01 Nov 2006 04:18 GMT | 2 |
Can anyone point me to an example that shows how to interate through the file system, at a given starting point, listing files, plus Subdirectories, then, all the files and subdirectories in them also?
|
| TCP Transfer issues | 01 Nov 2006 03:16 GMT | 3 |
I am writing two programs that are part of a Bulletin board system. The program works right, but when information is downloaded, the server program refuses to send more than 9 Kilobytes of data to the client. How can this be fixed?
|