| Thread | Last Post | Replies |
|
| Class Declaration Problem with Inherits and Implements | 06 Sep 2005 15:21 GMT | 7 |
Hi, I have the following class declaration and the ide is giving the following errors. Interface 'System.Web.UI.IPostBackDataHandler' is already implemented by
|
| directcast to a user Type | 06 Sep 2005 15:01 GMT | 2 |
Is it possible to do: dim SomeVar as Integer Dim theType As Type = SomeVar.GetType dim Test as Object
|
| Determine when an operation in other thread is done? | 06 Sep 2005 15:00 GMT | 3 |
I need to Send/Receive in Outlook from vb.net and have followed this code (It's c# but it works fine in VB.NET after translating too) http://support.microsoft.com/default.aspx?id=310251 Anyway... to summarize the code.. I loop thru the menu options in Outlook to
|
| How to control the cursor symbol during a DragDrop | 06 Sep 2005 14:55 GMT | 4 |
I have a Listbox application. I allow users to drag items from one spot in the listbox to another spot. I also allow them to drag to, say, WordPad In the DoDragDrop I use DragDropEffects.Copy so that when dragging to
|
| Creating multiple FileSystemWatchers in same application - how? | 06 Sep 2005 14:43 GMT | 1 |
I've made FileSystemWatcher application to copy files from one UNC-path (\\server\directory) into another when files appears into source path. I made it using link http://www.developerfusion.co.uk/show/3636/2/ and it's working fine.
|
| Software Protection / Licensing Systems for .NET | 06 Sep 2005 14:24 GMT | 10 |
I'm in the market for a new software licensing system to protect my shareware. Can anyone make some suggestions of protection/licensing systems (especially for .NET, but not exclusively)?
|
| Declare questions | 06 Sep 2005 13:37 GMT | 4 |
Public Overloads Declare Auto Function CreateDC Lib "gdi32" (ByVal lpDriverName As String, ByVal lpDeviceName As String, ByVal lpOutput As Integer, ByVal lpInitData As Integer) As IntPtr Public Overloads Declare Auto Function CreateDC Lib "gdi32" (ByVal
|
| ** 60 GIG Photo iPod, Why Pay for it? When u can get it FREE! 100% Legally! ** Super Easy Proof inside! | 06 Sep 2005 12:48 GMT | 1 |
Hey gang, A friend of mind sent me to this site to get his free ipod, and so i checked it out. I was a skeptic at first but after a couple months my buddy got his dang ipod and I was in complete an utter aww...
|
| Trapping the form's onclosing event? | 06 Sep 2005 12:46 GMT | 5 |
In my application I have code that will give the user a choice when he click's the close button on the ToolBar1. However, when he clicks the close button of the form, the form will shut down even if he chooses the cancel button of the messagebox that
|
| Regular Expression required | 06 Sep 2005 11:53 GMT | 2 |
RegEx heros, I want to validate a certain field such that it shouldn't contain the percentage character (%) or the asterisk character symbol (*). The specification is that:
|
| Upgrade to .net 2 | 06 Sep 2005 11:29 GMT | 5 |
I am working on a VB .net 1.1 application. When .Net 2.0 is released can my project be easily upgraded to it? Regards Nitin
|
| Late binding errors with Option Strict ? | 06 Sep 2005 11:26 GMT | 17 |
I have the following problem: my program works fine, but when I add option strict at the top of the form, the following sub fails with an error that option strict does not allow late binding. What should I do? Public Sub MyMnuHandler(ByVal sender As Object, ByVal e As System ...
|
| dynamic controlname txttest+i.text | 06 Sep 2005 10:53 GMT | 3 |
I want to change the text of a textbox with a loop like this: For t = 0 To txtTest1.text="hello" txtTest2.text="hello2"
|
| Treeview_scrollbar_help | 06 Sep 2005 10:42 GMT | 1 |
I am having a problem regarding use of a treeview. The problem is whether it is possible to set a default position to the scrollbar so that if any of the treenode contains the text bigger than the size specified for the treeview the scroll
|
| Combining multiple fonts in a display string | 06 Sep 2005 10:34 GMT | 2 |
I'm a newbie to VB .Net and am unable to locate an example of combine two different font types (Arial and Wingdings 3) in a display (text) string. Does anyone have an example of combining two font types together in a string that I could utilize? The text will be going into a ...
|