| Thread | Last Post | Replies |
|
| Counting the number of Event handlers | 24 Jun 2005 03:57 GMT | 5 |
Is it possible to find how many event handlers an event has at runtime? How about finding whether or not an event has event handlers? In C# you can compare the event with null to check if it has event handlers, but I can't find the equivalent in VB.
|
| Install program | 24 Jun 2005 02:34 GMT | 2 |
How to make setup file after complete the program ? Let's say , I already complete the program. I would like to make a disc for user to install program. ANyone can tell me that how to do it ? Thanks
|
| Thread and RaiseEvent for Established Connection to 2346 | 24 Jun 2005 00:10 GMT | 2 |
Hi guys, i Need fix this issue. My VB.Net is Anticheat Program, And Server Game is working in port 2346. I Need Thread looking when My computer Established Connection to Any IP in Port 2346 TCP. RaiseEvent need Return me, Local Port the my computer and my IP by Internet connected to ...
|
| Generic error message when installing MDAC drivers & .NET dependen | 24 Jun 2005 00:07 GMT | 2 |
I've got a client trying to install the VB.NET program I've written. It requires MDAC version 2.7 and .NET to run. It installed fine on other machines in this office, but during the installation process on one PC (Win XP Pro), after it says it's installed the MDAC drivers, the ...
|
| Reading a Block of Characters into a String | 23 Jun 2005 23:41 GMT | 2 |
I have huge image files, from which I need to read only the first 20,000 characters, looking for a particular substring. The closest I've come to being able to do that is with the StreamReader. But the ReadBlock only gives you a char array and the ReadToEnd, which does read into a ...
|
| Disable Menuitem on Parent form a child | 23 Jun 2005 23:04 GMT | 1 |
I seem to be having a problem accessing a menuitem on the MDIParent from a child form. From a login (frmSecurity -child form) screen, I need to hide a menuitem based on the users role. The problem is that I can't seem to get access to the menuitem. I can't get it with code like:
|
| aspose.license | 23 Jun 2005 22:16 GMT | 2 |
aspose.license anybody familiar with this product ? it's been retired but is stilllavailable. Looking for working example to find out how to use it.
|
| xmlserializer is not defined | 23 Jun 2005 22:05 GMT | 4 |
I have the following in my vb.net smartdevice project in visual studio 2003(application is for a smartphone 2003 device): Imports System.IO Imports System.Xml.Serialization
|
| Service restart itself? | 23 Jun 2005 21:09 GMT | 3 |
Is there an 'easy' way to have a service stop and restart itself? I currently have a seperate service running who's job is to watch the other service and restart it if there is a problem... can I eliminate that one and have the service restart itself?
|
| VB 6 Com Interop question | 23 Jun 2005 19:53 GMT | 6 |
I'm writing a DLL for which I want to expose a COM interface. I found the check box on the Configuration to do that. So I built the solution, got into my VB6 project, added the reference and started adding code, but there was no intellisense, no properties, nothing. What did I ...
|
| How to make constants available for the whole application? | 23 Jun 2005 19:14 GMT | 11 |
I need to make a set of constants to be available for the whole application. Public const is confined to the form from which constants are declared. Is there a way to declare once and all forms can access the constant values? Thanks
|
| Q: Path to Windows? | 23 Jun 2005 17:21 GMT | 3 |
Can anybody tell me how to find the path to the windows directory using vb.net e.g. If the windows folder is in c:\windows I want that, if it is d:\windows I need that. Thanks in advance
|
| Changing date format with Regex | 23 Jun 2005 15:36 GMT | 5 |
I have a function that returns the date in the following format: 6/22/2005 I need the format to be: 050622
|
| Frustrated with preventing user resizing datagrid columns, please | 23 Jun 2005 15:19 GMT | 2 |
I've tried everything that I know to prevent usre resizing datagrid columns, but nothing works. Following are the code that I used. Please tell me what's wrong with them. Thank you. P.S.: dg is datagrid
|
| Service and Application | 23 Jun 2005 15:01 GMT | 2 |
Situation Languages: Vb NET One Windows Service Project One Windows Application Project
|