| Thread | Last Post | Replies |
|
| Directory.Getfiles issue | 28 Oct 2004 18:42 GMT | 2 |
I have a directory of 27 files. The files end in either 1.txt, 2.txt, 3.txt, or 4.txt. If I say: For Each filename As String In
|
| flat button | 28 Oct 2004 18:30 GMT | 1 |
I would like to know where can i find the button control with these features : - flat like in VS.NET on toolbar - including image + text as caption.
|
| How can I make a form stay on top of my other forms? | 28 Oct 2004 18:26 GMT | 4 |
How can I make my form stay on top of all the other forms in my application? I don't want the form to stay on top in Windows as a whole, just be on top of all the other forms in the given application instance. Thanks,
|
| Using Enter key to Tab between fields | 28 Oct 2004 18:11 GMT | 2 |
Having taken the plunge to update from VB4 to Visual Basic.NET, I'm having trouble with some syntax. Specifically, I used to use the Keypress event to send a Tab when the Enter key was pressed:
|
| specific control I can't find anymore! | 28 Oct 2004 17:34 GMT | 2 |
I just started working heavily with vb.net/.net in general a few months ago.. .. at some point I acquired a control that I thought was pretty nifty.. it was a gradient background control, drop on your form and it painted a nice relaxing control blue Windows-style gradient..
|
| Problem with SHFileOperation | 28 Oct 2004 17:17 GMT | 2 |
I have a simple function to copy a file. If I call this with the following paramerters... psFrom = C:\12345678901234567890.abc psTo = C:\12345678901234567890.xyz.abc
|
| Bringing a child form to the front | 28 Oct 2004 17:05 GMT | 3 |
I have the application's form (MainForm) along with a 2nd form (Form2). If the user minimizes MainForm, I also minimize Form2. And when the user restores the application, I also restore Form2. But, Form2 is ending up behind MainForm. Anyone have an idea of how can I set/keep ...
|
| Events | 28 Oct 2004 16:57 GMT | 3 |
I have a sub which execute when a specidied event is fired. Is there a way to enable this sub when it is needed, and disable it when not? TIA
|
| Urgent Plz....... | 28 Oct 2004 16:54 GMT | 3 |
I've one list box where am displaying files of a particular folder only. what i want is along with the files i have to display the command buttons in the list box. for eg i've a folder by name ABC in this folder i've 10 files
|
| Licensing vb.Net project | 28 Oct 2004 16:49 GMT | 9 |
I have looked through similar posts and have found Ken Tucker giving the reply about looking at article http://windowsforms.net/articles/Licensing.aspx This appears to be for controls and components and though I don't find it easy to understand it seems like it's appropiate for ...
|
| icon stupid | 28 Oct 2004 16:44 GMT | 4 |
Hola grupo, antes que nada gracias. ?Porque no veo los iconos que asigne mediante imagelist a una toolbar?Cuando estoy probando la aplicaci?n en mi ordenador no hay problema, pero cuando instalo la aplicaci?n en otro ordenador anda perfecta pero no me muestra los iconos que tienen ...
|
| Trap Paste event | 28 Oct 2004 16:36 GMT | 2 |
When a user types Ctrl.+V in one form, I would like to trap the event and do something else. Is this possible? Matthew
|
| Using Web Browser in Windows Forms | 28 Oct 2004 16:31 GMT | 1 |
I'm using web browser to view web page in vb form......I wanna read how much <div> is in the page ( it should be 3), but can't work it.....In javascript it's gonna be something like this....... (browser-object.contentDocument.documentElement.childNodes.item(1).childNodes).....I
|
| Emailing in VB.NET | 28 Oct 2004 15:57 GMT | 1 |
I need to be able to open the users default mail client and insert an attachment and the recipients email address automaticly I have come across the following code and wish to know the following. 1. Will it work on all operating systems, if not which ones will it have a
|
| flexibel sorting collection | 28 Oct 2004 15:50 GMT | 3 |
I have a collection of objects and i would like to add a flexibel sorting functionality I am looking for a colliection that gives my the following functionality a - have enumaration to loop through all objects {for each}
|