Forum: VB.NET Jan 16th, 2009 |
| Replies: 2 Views: 1,605 |
Forum: VB.NET Jan 15th, 2009 |
| Replies: 2 Views: 1,605 I want to show some information to the user in a nonmodal form. Basically just like a message box (doesn't even need buttons) except nonmodal (and doesn't beep). I could probably create a form from... |
Forum: VB.NET Jan 6th, 2009 |
| Replies: 7 Views: 588 Okay thanks for the advice... sounds like I need to learn a little bit more about datasets. |
Forum: VB.NET Jan 6th, 2009 |
| Replies: 7 Views: 588 I think I understand.
One thing is that I was never actually loading the database into the dataset, only vice versa. This is because my program only adds to the database, and never needs to read... |
Forum: VB.NET Jan 6th, 2009 |
| Replies: 7 Views: 588 I'm not sure I understand the response, but I don't think I explained my problem very clearly, so I'll start over:
I am trying to add new entries to the SQL Server database from a dataset. The... |
Forum: VB.NET Jan 5th, 2009 |
| Replies: 7 Views: 588 I'm new to datasets, and trying to update a SQL Server database with one. I'm having trouble understanding how to correctly write the dataset info to the server db and preserve the relationship... |
Forum: VB.NET Dec 10th, 2008 |
| Replies: 3 Views: 481 Thanks. I took a look and it would probably do the trick (and then some). Depending on whether I can find an available tool in Visual Studio (which is looking unlikely) and, of course, if my boss... |
Forum: VB.NET Dec 9th, 2008 |
| Replies: 3 Views: 481 I need to display a DAG (directed acyclic graph), which is basically a Treeview, except children can have multiple parents. Any clue on a control or method to implement this in Visual Basic 2008? |
Forum: VB.NET Nov 26th, 2008 |
| Replies: 2 Views: 1,301 |
Forum: VB.NET Nov 26th, 2008 |
| Replies: 2 Views: 1,301 I'm not quite sure how to tackle this problem. I have a form that displays the properties of a class. I have events for all the properties so the form gets updated automatically when the properties... |
Forum: VB.NET Nov 18th, 2008 |
| Replies: 0 Views: 519 I'm trying to write a program in VB2008 that uses a 2003 Excel spreadsheet as the interface. To help with this I am trying to pass data to and from macros inside the spreadsheet. I call a macro... |
Forum: VB.NET Aug 28th, 2008 |
| Replies: 4 Views: 1,993 That's exactly the type of issue that I'm worried about. I'm guessing there are lots of little limitations that could show up at the most inopportune moments. |
Forum: VB.NET Aug 28th, 2008 |
| Replies: 4 Views: 1,993 I'm about to write a new program in Visual Basic. I have Visual Studio 6.0, but it's limitations are starting to become a problem and I'm wondering about trying Visual Studio 2008 Express... |