| Thread | Last Post | Replies |
|
| ICollection(Of T) interface - Contains() method | 11 Mar 2008 15:50 GMT | 4 |
Hi. I have the class below that implements the ICollection(Of Object). My problem is that I can't seem to build an efficient Contains() method. My Contins() method logic requires an exception in order to identify that an item doesn't exist. Is there a better way to program ...
|
| RichTextBox.RTF not updating properly? Please help!! | 11 Mar 2008 14:59 GMT | 1 |
I have a little form that people can fill out to generate CD labels from an RTF template. The template basically contains variables that are replaced by the text typed into the form. I also have a "Preview" tab which will show a RichTextBoxcontaining
|
| Create a new task scheduler using ITaskService in Vista | 11 Mar 2008 14:22 GMT | 4 |
I want to create a new task scheduler using ITaskService in Vista, Microsoft provides a C code, now i know how to show the task scheduler, but do not know how to create a task, can anyone convert some codes to VB.NET? thank you.
|
| Reporting Engines | 11 Mar 2008 14:11 GMT | 3 |
Hey All, Does anyone know of any good reporting engines for .NET? We're currently evaluating Telerik, Reporting Services and Crystal Reports. We need to be able to have multiple input/output formats, drilldown
|
| How to change system clock on a remote computer? | 11 Mar 2008 09:56 GMT | 2 |
What I want to do is: 1, Get time from nist 2, Sync my system time with nist time 3, Sync all computers in the local network with my system.
|
| Best VB.NET approach to same box interprocess communication? | 11 Mar 2008 05:31 GMT | 4 |
I have a need to pass data between instances of a VB.NET application running on the same box. What is the best approach to creating this application as a VB.NET application? As a test I'd like to create a single application with two multi-line
|
| Having trouble populating listboxes | 11 Mar 2008 03:15 GMT | 6 |
I am having some issues with Listboxes Here is my code: Dim DSContent As New DataSet DSContent = L3GContent.GlobalDataSet
|
| Calculating age from DOB | 11 Mar 2008 03:12 GMT | 8 |
How can I calculate age from a given DOB? Thanks Regards
|
| "Invalid attempt to read when no data is present" -- VB2005 / SQL 2005 | 11 Mar 2008 02:48 GMT | 5 |
I am trying to connect to an instance of SQL Server 2005 (Express) from a project in VB2005. Forgive my ignorance - I know very little of SQL 2005 security (and not that much more of VB2005!) but I wonder if anyone can help.
|
| Lost MSDN Documentation on .NET Topics | 10 Mar 2008 23:01 GMT | 2 |
We do development on a range of software running from VB6 to VS2005 including VS2003, and are evaluating VS2008, so I have all four installed on my workstation. I recently installed SQL2005 and it wiped out all .NET related documentation on my workstation. When I open the
|
| DataSet.WriteXML | 10 Mar 2008 22:29 GMT | 5 |
I have an app that a tiny xml file for each transaction. These files are put in a pick-up folder for another app which takes the xml files out of the pick-up folder and processes them. My question is a simple (and perhaps stupid) one: when DataSet.WriteXML
|
| CodeDom and Addressof | 10 Mar 2008 21:52 GMT | 2 |
Hi everyone! Is there a way to generate the Addressof keyword in vb (or '&' in c#) using codedom? I haven't been able to figure it out. Thanks! -Zach
|
| Unprotect Excel Worksheet From VB 2008 | 10 Mar 2008 21:15 GMT | 3 |
I am using VS2008 and am creating an Exel 2003 project. The existing file that I am using has protected worksheets, but I cannot get it to compile. When I use the following code, I an error message that the sheet is protect even though I've entered the correct password.
|
| Reference VB6 to VB.NET DLL | 10 Mar 2008 19:03 GMT | 3 |
Does anybody know how to reference a VB6 project to a VB.NET DLL. Kind regards, JJ
|
| a class that cointains a collection of related objects.. | 10 Mar 2008 18:54 GMT | 5 |
I have a physical DB that includes two tables in a one to many relationship. When designing the business classes for this, I have a class for each of these tables - but I want the main class to include as one of it's properties the collection of the related classes (i.e. the ...
|