| Thread | Last Post | Replies |
|
| newbie - dataset | 14 Nov 2006 20:51 GMT | 1 |
Would need some help to understand this. From what I have learned so far: 1) DataSet is a small database in memory. 2) I use the data adapter to "fill" a dataset.
|
| COM object that has been separated from its underlying RCW... | 14 Nov 2006 18:43 GMT | 4 |
Hi, On closing our App, we get following 'InvalidComObjectException': "COM object that has been separated from its underlying RCW cannot be used" The App has been upgraded from .Net1.1 to .Net2.0 a long time ago.
|
| New SQL Express 2005 ? | 14 Nov 2006 18:18 GMT | 4 |
Did anyone else get an email from Microsoft saying a new version of SQL 2005 Express is ready? It came from an email that was from @email.microsoft.ca which makes me think that the email is not a legit email.
|
| Label background | 14 Nov 2006 17:36 GMT | 1 |
vb.net 2005 is it possible to set a label's background color to transparant. I have several labels on a form , the form colour is set in a class and is a gradiant colour. Im trying to set the label background to 'transparant'
|
| Multithreaded application, thread not quiting. | 14 Nov 2006 16:57 GMT | 1 |
ok here it goes I must be doing something way off but it makes sense to me just not to VB.NET which would be a huge problem. Anyways I'll explain what I am doing than give code examples. basicly I've declared a thread in a module file where all my variables are declared for the
|
| How to retrieve the local admin group name? | 14 Nov 2006 15:30 GMT | 2 |
The question sounds simple, but appearantly it is not... How can I get the name of the local administrators group? The problem is, that with different Windows languages the name differs. In english the name is "Administrators", in german "Administratoren" in
|
| datagridView in windows form 2.0 creating problem. | 14 Nov 2006 12:10 GMT | 1 |
i am adding geeting values from popup and putting that selected value to last row (new row) of datagridview.but when i get value from popup the new row is not formed.So when ever i move out from this record without savving the record the values of the record get vanish.
|
| File Aging Program | 14 Nov 2006 06:23 GMT | 5 |
I am developing a file aging program that will eventually report on every folder that is in the root directory. I have a list of requested years, and counters set up to count every file within every subfolder to add up all the files from the specified year. I have the
|
| Preview CR | 14 Nov 2006 06:16 GMT | 1 |
When My application loading the Crystal report. It seems I can't use the vb.net application until the report is loaded. I can't run another form during report is loading. How can I solve this ??
|
| .NET Framework 2.0 & .NET Framework 1.1 | 14 Nov 2006 05:07 GMT | 2 |
i have an app written & compiled in .NET Framework 1.1. i don't have acess to it to recompile to .NET Framework 2.0. will it run just as well under .NET Framework 2.0, or am i better off installing .NET Framework 1.1?
|
| Database & Datagrid issues | 14 Nov 2006 05:01 GMT | 2 |
Hello I am having a problem with using the datagrid. I am attaching my data through a dataset via code to a datagridview.datasource. All if fine except if I make any changes to the datagrid the changes never
|
| Change Report Data Source | 14 Nov 2006 02:45 GMT | 2 |
I have report based on a datasource (a tableadapter) that supplies names, street addresses, cities, etc. to be displayed in a report viewer. Is there a way in code to modify this report to only show the information for a certain city provided by the user's entry in a text box?
|
| DataGridView | 14 Nov 2006 02:37 GMT | 1 |
Is it possible to load a DataGridView with a text file with the cells separated by commas? I do not have access to a program like Excel that can create a database. I am using Visual Basic 2005.
|
| VB.NET Express with SQL 2000 | 14 Nov 2006 02:24 GMT | 1 |
I am new to VB.NET. I am trying to connect to SQL 2000 Server but it appear to have problem. Does VB.NET compactible with SQL Server 2000? SF
|
| Rich Text Box Progress Display problems | 14 Nov 2006 00:49 GMT | 1 |
Hi. I have a class that call another class which handles progress messaging. The progress messaging class has an RTF that's supposed to display progress messages using the appendtext method. When I call the progress messaging class, the form pops up, but the rtf
|