| Thread | Last Post | Replies |
|
| Printing - Right Justified | 12 Dec 2004 12:25 GMT | 1 |
Hi All ... I'm trying to print some text (for an automated letter) right justified using the printdocument classes. I know how to determine the left and right margins, but how do I set the
|
| setting a winforms combobox datasource at runtime | 12 Dec 2004 04:36 GMT | 1 |
Hi i want to know how to do this: i have a combobox in my app that is allready binded to a datatable and has it properties valuemember and displaymember now i want at runtime to assign to it another table...
|
| Transferring Information from One Program to another | 12 Dec 2004 02:07 GMT | 3 |
Is there any way to transfer information (User Name, ID) from a program that logs users into a system to other programs?
|
| Inserting Check mark into RichTexBox | 12 Dec 2004 00:29 GMT | 3 |
Sorry for the silly question: How do I insert Check Mark into RichTextBox? I can’t find the ascii code for it. Thanks Alex
|
| Snap-In GUI Example? | 11 Dec 2004 23:42 GMT | 6 |
Anybody seen an example of a snap-in GUI done in VB.Net?
|
| Convert VB.Net to C# Question | 11 Dec 2004 23:31 GMT | 2 |
How can I convert the code below (VB.Net) to C#? Dim c As New ArrayList Return CType(c.ToArray(GetType(HistoryInfo)), HistoryInfo()) Where "HistoryInfo" is a common class.
|
| VB.Net 2003 Won't Debug on a Laptop | 11 Dec 2004 20:09 GMT | 2 |
When I run VB.Net at work while connect to our LAN then everthing works OK. But when I run VB.Net at home on a VAIO and run a project by selecting Debug>Start the whole IDE freezes up. If I select Start Without Debugging then every thing is OK.
|
| oledb, Insert and retrieve record | 11 Dec 2004 20:03 GMT | 2 |
I want to insert records into a 'company' and a 'locations' table. They are linked. So I need to insert into company table first, then retrieve this record to get it's index, so that I can insert into Locations. What is the best method to retrieve the record I have just inserted ...
|
| DAO or oleDB | 11 Dec 2004 19:18 GMT | 4 |
I would like to know which technology is the fastest one for reading a MS Access DB. In the past i used a lot of time DAO and I'm used to noz, however, I've read that OleDB is faster tha DAO...
|
| Writing wizards... | 11 Dec 2004 18:43 GMT | 3 |
I want to write a wizard. Does anyone have any good examples that I can look at? Thanks, Tom
|
| C# string to VB conversion. | 11 Dec 2004 18:40 GMT | 3 |
I have the following C# string that I need to use in a regular expression for VB. Does anyone know how I might convert this? "\<td(\s+(?<Attribute>(?<key>[A-Za-z0-9]+)\s*=\s*""(?<value>[^""]*)""))+\>(?<Message>[A-Za-z0-9 <>,:?.]*)\</td\>" Thank you.
|
| About SelectedIndexChanged | 11 Dec 2004 18:36 GMT | 10 |
There are some items in ListView1, but error will occur in the code below, why? Thank you. **************************************************************** Private Sub ListView1_SelectedIndexChanged(ByVal sender As Object, ByVal e
|
| Rotated Label | 11 Dec 2004 18:27 GMT | 2 |
I need a rotated label sometimes 90? sometimes 45? who can help Jan
|
| Bubbling properties in User Controls..... | 11 Dec 2004 17:59 GMT | 3 |
If I create a usercontrol that is a tab with a webbrowser control on it, by default the new control exposes no properties of the tab or webbrowser control. What is the easiest way to bubble the public properties, methods and
|
| Question: 'System.Web.Mail' namespace not found | 11 Dec 2004 17:12 GMT | 6 |
I'm trying to send an email from my VB.NET application. From the examples I've seen everyone imports 'System.Web.Mail' first. But, when I type 'import System.Web.Mail' the editor says it can't find the namespace. The message is: "Namespace or type 'mail' for the Imports
|