Forum: VB.NET Jul 8th, 2005 |
| Replies: 7 Views: 20,174 This is the error I get:
An unhandled exception of type 'System.Runtime.InteropServices.COMException' occurred in system.windows.forms.dll
Additional information: Class not registered
And this... |
Forum: VB.NET Jun 24th, 2005 |
| Replies: 5 Views: 7,985 I figured it out (kind of on my own) but thanks for the help. |
Forum: VB.NET Jun 2nd, 2005 |
| Replies: 5 Views: 7,985 how can I select which data I want on a report from code in vb.net? I've been trying to use a dataset but that isnt working. |
Forum: VB.NET Mar 23rd, 2005 |
| Replies: 5 Views: 5,292 Currently it is referencing 10 but I'll check to see if that is the problem. Thanks. |
Forum: VB.NET Mar 23rd, 2005 |
| Replies: 5 Views: 5,292 Yes I have a reference to word. I found out that this line works under service pack 2 but not under service pack 3 which is what I am currently using. Any reason why it would work under sp2 but not... |
Forum: VB.NET Mar 21st, 2005 |
| Replies: 5 Views: 5,292 wrdMailMerge.Destination = Word.WdMailMergeDestination.wdSendToPrinter
This line of code gives an error saying requested object is not available
Does anyone know why? If so can you point me in... |
Forum: VB.NET Mar 4th, 2005 |
| Replies: 4 Views: 21,787 does anyone know how to subtract a certain number of days from a given date?
thanks in advance for your help.
Nevermind I figured it out with the help of the help index. |
Forum: Visual Basic 4 / 5 / 6 Feb 25th, 2005 |
| Replies: 3 Views: 11,859 I was wondering if anyone knows how to get text from a cell in a datagrid into a message box or text box? Thanks in advance. |