| Thread | Last Post | Replies |
|
| Socket Blocked on Socket.Receive | 28 Dec 2004 00:09 GMT | 2 |
My socket application blocked at socket.receiver() after received all information from sender. Should socket.Receive() return 0 after no more data available? Note: My socket object was not close on both client/server side. My cached for further use.
|
| Using C++ API's in vb.net? | 27 Dec 2004 23:49 GMT | 9 |
Is it required to use Imports System.Runtime.InteropServices to run C++ API code? I ask because I thought I read somewhere that this was required. If it is not required
|
| Colour picker that offers Windows System colours? | 27 Dec 2004 22:00 GMT | 2 |
Is there a colour picker that will also offer Windows System colours, like Buttonface, Active Border, Window Text, etc?
|
| Intercept GDI calls in VB.Net? | 27 Dec 2004 21:53 GMT | 3 |
Is there a way to intercept all GDI calls to the screen in VB.Net? Looking for a remote viewing solution....
|
| How to Read an Outlook Email | 27 Dec 2004 20:47 GMT | 2 |
Hi! I hate to bother you all with this, but I don't know how best to approach a particular task. Here's the deal:
|
| Disposing of Objects. | 27 Dec 2004 19:52 GMT | 6 |
I have a global variable that is of type Image. I set this to different images in different routins using BitBlt to copy from the screen. If I dispose of the variable image after I'm thru with each image, not only the image is disposed but also the variable and I can't ...
|
| A Browser control? | 27 Dec 2004 19:51 GMT | 3 |
When I use the weBrowser control I don't get all the intellisence Why? webBrowser.Document.? I get It after webBrowser. But that all.
|
| Equivalent of VB5 'Seek' | 27 Dec 2004 19:07 GMT | 1 |
I'm finding the change from VB5 to VB.Net hard going! What would be the equivalent of Seek in .Net? I simply want to know if a particular value exists in mytable in mydataset - I don't need to display the dataset at all.
|
| animation control | 27 Dec 2004 18:47 GMT | 3 |
1) is there an animation control in vb.net that i can use on my winforms? 2) i'm looking for a - rolling dice , animation. any help?
|
| to herfried | 27 Dec 2004 18:45 GMT | 4 |
in class1 : i used public event Public Event onSeverMessage(ByVal szText As String) then in class 2 i called from class1 Private WithEvents _Connection As New Class1
|
| XSD schema to SQL server | 27 Dec 2004 17:15 GMT | 2 |
What is an easy way to save an XSD schema into SQL server database? I have a dataset which I have access to both its data and the schema. I read that from a CSV file. There are more than 50 fields. I would like to find an easy way to create and modify the tables in the SQL ...
|
| Random Numbers?! | 27 Dec 2004 17:00 GMT | 5 |
Is this the correct way to generate random number? Dim myRandomObject As Random myRandomObject = New Random myRandomObject.Next(1, 4)
|
| Reading MS Outlook e-mails | 27 Dec 2004 15:46 GMT | 1 |
Hi Friends, How can I read and delete outlook e-mails from vb.net. I'll appreciate your help. RC
|
| ErrorMessage when file is missing | 27 Dec 2004 13:20 GMT | 5 |
Dim Kildefil as object Kildefil = "H:\dbBil\dbBil.mdb" if not Dir(Kildefil)) Then else
|
| bmp handling | 27 Dec 2004 12:45 GMT | 2 |
hi , I am a Computer Engineering undergraduate and doing a project Chemical Pathology. I have to deal with bmp file. I have to identify some rectangle (not a sharp one) in a bitmap.
|