| Thread | Last Post | Replies |
|
| Listbox DragnDrop | 11 Jul 2005 17:44 GMT | 3 |
Has anyone got some sample code to do drag and drop from one listbox to another listbox using VB.Net 2005. The below code works for draging and droping one at a time, but not for multiselected items. I tried setting up an array to capture the selected items and then move them with ...
|
| Good book to start learning VB.Net | 11 Jul 2005 17:27 GMT | 5 |
I hail from Java Programmers tribe and would like to jumpstart in th world of .Net or VB.Net. Could any of you GURUs tell me where to start ? Book or Onlin tutorial?
|
| Application Name and version | 11 Jul 2005 17:23 GMT | 7 |
Whats the eqivilent to: App.EXEName App.Magor App.Minor
|
| VB 2005 DUN | 11 Jul 2005 16:58 GMT | 2 |
Does the 'My' Object have a class which you can configure a DUN Connection an dial out ? How would configure a DUN connection to dial out without writing custom code?
|
| Multidimensional Arraylist | 11 Jul 2005 16:22 GMT | 1 |
I have a situation where I need to use a multidimenstional Array in a dynamic environment. i need to be able to iterate through the loop easily and I dont know the dimensions so i was trying to find a way to use an arraylist.
|
| Rich Text Box Problem | 11 Jul 2005 16:19 GMT | 1 |
Ok I have a Rich Text Box and I am using a barcode scanner to make entries to the Rich Text Box and it works, however here is the problem ... I need to insert an "Enter" between each entry. This is what I get now:
|
| Where to find the download with progressbar samples? | 11 Jul 2005 15:47 GMT | 2 |
I want to code a http download with progressbar using vb.net, where to find some samples? Thank you
|
| Intellisense question | 11 Jul 2005 15:28 GMT | 6 |
How can I create a method and attach a description to it so that if someone instantiates my object and references the object.method a description of the method shows up.... just like the vb methods do? I have tried things like
|
| Is this possible with "Process"? | 11 Jul 2005 15:28 GMT | 4 |
I am using a "Process" to open a .pdf file in Acrobat Reader, like this: Dim proc As New Process With proc.StartInfo
|
| Scrolling text from right to left in a text box. Best Proceedure. | 11 Jul 2005 14:23 GMT | 1 |
What is the best way to scroll text across a textbox. I want my dynamic text to enter from the right and scroll to the left. Any sample code would be appreciated.
|
| Event Handlers - how many and what are they? | 11 Jul 2005 13:15 GMT | 2 |
If I have an event in VB.Net, can I find out how many handlers there are for that event, and even better, what they are? And even better, can I remove all event handlers without knowing what they are. In C#, I know this can be done.
|
| Threading problem. | 11 Jul 2005 13:14 GMT | 6 |
I am having problem at a time of handling threading. I am having application containing thread. In thread procedure i ma using recursive function. This recursive function is adding some entries in my temprary file.
|
| Add-in | 11 Jul 2005 12:29 GMT | 3 |
I have a couple of add-ins that use. I have noticed that if I have 2 sessions of VS going that the second session doesn't have the add-ins. I also have some add-ins listed in the add-in manager that I don't have anymore...is there a way to remove them from the manager.
|
| Anyone know how to change color for a 3D button like this button control does? | 11 Jul 2005 11:21 GMT | 2 |
Anyone know how to change color for a 3D button like this button control does? http://www.econtechvn.com/en/aquabutton_detail.htm I see it is really cool. But, don't know how to do that.
|
| Structure to ByteArray Problems | 11 Jul 2005 11:19 GMT | 2 |
I am having problems converting from a Structure to a ByteArray. The main problem being that the structure contains a variable length array, which cannot be defined within the structure definition. A example of my code is shown below and when this is run, an error is produced
|