| Thread | Last Post | Replies |
|
| RaiseEvent not working without VS installed | 30 Aug 2005 10:02 GMT | 1 |
I'm having some weird behaviour in a .NET application i'm developing. I'll try to explain: I've created a Class that wraps an asynchronous socket. When connect callback is called, i raise a class event :
|
| How to create a popup menu with icons | 30 Aug 2005 07:18 GMT | 2 |
I wonder if exists any way of creating a popup menu (ContextMenu) where every option has an own icon. Thanks!
|
| Blank text dialogs during deployment | 30 Aug 2005 06:55 GMT | 1 |
I HAVE done this before, but can't figure this out. It's not critical, just an annoyance. Added RTF files to a standard deployment project, then "Read Me" and "License Agreement" dialogs and set their file properties.... but
|
| Member declaration | 30 Aug 2005 06:15 GMT | 1 |
If a class member is declared as Public Shared Function foo(ByRef a As aObject, ByRef b As Integer) As Integer are references a and b at risk of collision (overwrites) even though
|
| sum of elements of integer array | 29 Aug 2005 22:04 GMT | 1 |
Is there a concise way to sum the elements of an integer array? If the length of an array is long, what is the best coding way to sum a range of the elements of the array? Thanks for any help!
|
| ToolStripComboBox DataBind | 29 Aug 2005 21:53 GMT | 3 |
Is there any way to databind a ToolStripComboBox? I have a form where I'd like a databound combobox to be the parameter selection of a DataGridView. This combobox comes from a table with your basic two column id and description fields. I'm interested in displaying the
|
| VB.Net Application with no forms. | 29 Aug 2005 19:11 GMT | 1 |
I am trying to write an application that has no forms so I can make it launch a webpage and not have to rely on the Favicon for it's icon. Can someone point me to the direction for the application running without having to use a form?
|
| Empty fields in databinding | 29 Aug 2005 18:54 GMT | 4 |
I have date/time fields in database access table and i would like to be able to have the choice to be empty when i click the submit button in my vb.net form. In the click event of the submit button i have the following code:
|
| Function expecting System.Guid - invalid cast problem | 29 Aug 2005 18:30 GMT | 2 |
I'm trying to utilize the WSUS API to create my own custom reporting agents. I'm using iUpdateServer.GetComputerTargetGroup, which is defined as follows:
|
| DirectoryServices: Remove user object property | 29 Aug 2005 18:00 GMT | 3 |
The CommitChanges method returns an error after earlier property .Remove methods are successfull. The error is: "The attribute syntax specified to the directory service is invalid."
|
| Broken References when uninstalling VB .NET 2003 Project | 29 Aug 2005 17:23 GMT | 1 |
I apologize a second time if this is the third posting. I have had trouble getting my new passport account started. I have a VB6 application that I have converted to Visual Basic .NET 2003 (don't know if this is relevant). I have recently added a setup project to
|
| activeX dll | 29 Aug 2005 16:14 GMT | 1 |
i've developed a user control using C# and turned it into a dll so that i can use it on the web on an html page. however i need to put that dll in a cab file so that it registers itself correctly on client's PCs. each time i try to register it using regsvr32 it comes up with the ...
|
| License check? | 29 Aug 2005 16:14 GMT | 1 |
I have a program that I want to provide for install using a Windows Installer. It is written in C# and has a support class for checking validity of licenses, based on a license file. It is easy enough to use this when the program is installed, but how do
|
| FSO | 29 Aug 2005 15:38 GMT | 1 |
Are there any good references out there for FSO coding in .NET? I have limited experience with .NET so I would be looking for some code examples as well. I would like to view a directory and dynamically populate a web page with a link to every file in the directory.
|
| Word BeforePrint Event is not raised | 29 Aug 2005 15:26 GMT | 3 |
I'm working on a Word 2003 mail merge component for a windows client. My problem is that the BeforePrint Event ist not raised if the user is printing directly out of word, but if I'm running the PrintOut command in the code it is working!
|