| Thread | Last Post | Replies |
|
| Using .NET with VBA | 29 Nov 2004 14:33 GMT | 3 |
If I create a .NET dll and compile it with the option "Register forCOM interop" I have no problem to us that dll in Office with VBA. The problem is that I do not want to register the dll on the client. I want to have the dll and the corresponding tlb on a shared network. Is it ...
|
| Propertygrid, associate property name with textual name possible? | 29 Nov 2004 14:22 GMT | 5 |
The propertygrid is a great control, but I would like to show a more descriptive text for the properties in the control. I tried to find a solution within the system.componentmodel but did not succeed. As far as I know I can only show the user the property name I use in my
|
| Threading and Database connection problems | 29 Nov 2004 13:22 GMT | 4 |
I have multiple threads in my application, each which open a connection to a database as follows: Sub ReaderThread() Dim cmd As New OleDbCommand
|
| Question about certain delare | 29 Nov 2004 12:48 GMT | 9 |
I need to call CreateEvent, but I am getting a runtime error An unhandled exception of type 'System.DllNotFoundException' occurred in aa.exe Additional information: Unable to load DLL (kernel32.lib).
|
| UK Currency Symbol and Text File Stream Problems | 29 Nov 2004 12:10 GMT | 2 |
In a console app I have the following code: Sub Main() Dim p_CustomerLine As String Dim stream As IO.StreamReader = IO.File.OpenText("c:\test.txt")
|
| How to trap DBNull? | 29 Nov 2004 12:08 GMT | 6 |
I have a date field in a temp table as part of a DataSet. In some records the value is DBNull. how can I trap the error with if dtTemp("When") = ??? Then..... Thanks,
|
| Thread process with arguments | 29 Nov 2004 12:05 GMT | 7 |
I used thread to start a process which needs one or more arguments, my question is who to call the function from a thead? My codes are following: Private Sub myProcess(ByVal max as integer) Dim i As Integer
|
| What is the best way to handle a single event that might occur in multiple controls of the same type. | 29 Nov 2004 11:41 GMT | 10 |
I am struggling with VB.NET's lack of indexing on controls. I have a form with 23 text boxes and I want to be able to drag some items in a list to any one of those text boxes. In VB6 I would have made a control array of text boxes and put my dragenter and dragdrop stuff in a ...
|
| Voice recognising support | 29 Nov 2004 11:25 GMT | 2 |
I want to design an appilication using .NET my application should open word document and what ever i speak using micro phones automatically text should enter into the word document.
|
| dowload visual basic 6.0 | 29 Nov 2004 10:59 GMT | 2 |
sorry, but my english are very bad... how lto dowload visual basic 6.0 from internet?
|
| Two instances | 29 Nov 2004 10:54 GMT | 20 |
I have one object defined in a class called Class1 and these lines of code: Dim C1 as New Class1 ... some code to define the properties of C1
|
| Unable to find an entry point | 29 Nov 2004 10:53 GMT | 5 |
i made a dll named rtbdts.dll and call it from vb.net through dllimport <DllImport("C:\misc\rtbdll\rtbdts.dll")> Public Shared Function Init() As String End Function
|
| Unable to find an entry point | 29 Nov 2004 10:45 GMT | 1 |
Pratibha, I earlier asked you if you would look to your date and time and the settings about this, you start giving me the idea that you are doing what is named newsgroup "Top Posting". Something a lot of people do not like and (should
|
| Possible to "scape" a website? | 29 Nov 2004 10:40 GMT | 1 |
I need to collect data from a website, everyday. I get an email everyday with 6 to 10 links that is can pick form to get to them. I need to automate as much as possible. My ideas so far: use an Outlook2000 macro to automatically open the email ...
|
| OT: Post development issues | 29 Nov 2004 10:36 GMT | 17 |
Is it just me or is every shareware distributor under the miss apprehension that they are doing you some huge favour by dedicating a few bytes on their web server to having a page describing your latest hard efforts?
|