| Thread | Last Post | Replies |
|
| File Sharing / access | 15 Sep 2005 17:19 GMT | 3 |
Is there a way to find out if a file, say a TXT file, is already open by another user/application in VB.net? I tryed to look at "Stream", "FileInfo" but without success. I need to know because in my app I move file from 1 place to another but if
|
| Controlarrays | 15 Sep 2005 17:10 GMT | 1 |
I finally worked my way through several examples of making control arrays. I am now able to make as many lables as I need and have them show up on a form. I am having trouble however, making the lables show up in a groupbox which
|
| Launch Acrobat Reader from VB.NET | 15 Sep 2005 17:01 GMT | 1 |
I would like to open a pdf file using acrobat reader form a vb.net application. Is there a vb method to do this or do I need to run a shell command? If I need to run a shell command how do determine the executable path for
|
| Force Dropdown of a DateTimePicker | 15 Sep 2005 16:31 GMT | 4 |
I'd like to know if there's any way to force a DateTimePicker to dropdown, something like PerformClick() in a button... I'd like to force this dropdown from the click event in other button apart from the datetimepicker.
|
| ToolStrip DropDown question | 15 Sep 2005 16:14 GMT | 1 |
I'm using the new ToolStrip control in a project and I'm running into a problem that I'm hoping someone can help me with. I am building the toolstrip in code by adding buttons, seperators, and dropdown buttons (which have MenuItems added to it). The ToolStrip gets built
|
| User controls in VB.NET | 15 Sep 2005 16:05 GMT | 1 |
I need a help regarding use of a user defined control in VB.NET. I could able to prepare a user control and add it to my project toolbox but the problem is how to pass the data from the application to the events on the user control.
|
| Clear Multiple controls at the same time | 15 Sep 2005 15:47 GMT | 7 |
I heard I could clear (or move spaces) to all controls at ones without having to call each one of them. If someone remembers how to do that, I will apreciate your help. My scenario is a form where I have multiples groupboxes, and in each of
|
| Opening Web page from application | 15 Sep 2005 13:56 GMT | 4 |
I have looked all over and maybe just missed how to do this, but I just want to check that an internet connection is available and if it is open the browser and display a page that I direct the user to. In vb6 you could use Set Browser =
|
| ListView Sorting | 15 Sep 2005 13:21 GMT | 1 |
How do I sort ListViews in vb.net? In VB6, I would have set the sortkey = columnheader, then set ListView1.Sorting But, theres no sortkey in the vb.net version.
|
| Writing on USB Flash Memory | 15 Sep 2005 12:30 GMT | 5 |
In our application we have to copy some files onto USB flash memory. I am not sure on how to achieve this? Any pointers or help would be appreciated. Regards
|
| Use FindWindowEx() to find Controls? | 15 Sep 2005 12:29 GMT | 7 |
Do I use FindWindowEx() to find control ( a button.. ) within a Window or is that only to find child Windows after using FindWindows() best regards /Lars
|
| Path Question | 15 Sep 2005 12:23 GMT | 3 |
How would I get the path of my program? Thanks Diarmuid
|
| making image and picturebox transparent | 15 Sep 2005 12:11 GMT | 1 |
in my app i must have several pictureboxes over the others. Some pictureboxes just have a couple of lines or rectangles, and absolutly nothing more but the image is an .BMP. So, my problem is that i need to see whats beind those pictureboxes and at the same time showing, the ...
|
| Method Parameters | 15 Sep 2005 11:38 GMT | 3 |
I was wondering if there was a way to create a method that would accept an unlimited number of objects in its parameters without specifying ahead of time how many objects may be passed. One time I might want to pass just one object, another time 5 or ten. But I don't want to ...
|
| Redirect to ASP iFrame page | 15 Sep 2005 10:58 GMT | 4 |
I have an ASP page that has an aspx page within an iFram on this asp page. Once the user has filled in the form (within the aspx page) I need to redirect the user back to the orginating page (an asp page) within the iframe.
|