| Thread | Last Post | Replies |
|
| Pause code until file fully downloaded | 07 Apr 2005 22:26 GMT | 3 |
I have a situation where I need to scan a folder for downloaded files and then process those files. I have a file system watcher which is looking for the creation of a file but clearly I want wait until the file is completely downloaded before I start trying to use it. At present ...
|
| How to print form with page scaling? | 07 Apr 2005 21:52 GMT | 1 |
I'm having trouble when trying to print a form that is bigger than the paper size. I would like the program to programmacitly scale to fit to paper size and send the drawing to the printer. Any idea?
|
| zoom pictures | 07 Apr 2005 21:49 GMT | 2 |
I want to do simple image viewer. I want to provide zoom functionality. I have done this, by changing PictureBox control dimesions. But this solution isn't good. Can we put into picuterbox fragment of our picture and don't change
|
| How to make table inside datagrid resize? | 07 Apr 2005 19:37 GMT | 5 |
I have form with datagrid control. I bind dataview object to datasource property of the datagrid to populate it with data. My question is how can I make columns and rows of the table inside datagrid resize when form itself resizes. I set anchor property properly so datagrid
|
| 2GB memory limit | 07 Apr 2005 19:32 GMT | 8 |
Dear Sirs, I have developed a VB .Net windows application, but unfortunately when I this application tries to use more than 2GB memory it fails although there is available 4GB of memory on the machine. How may I allocate more virtual
|
| Mimic Notepad menuEditFind | 07 Apr 2005 19:04 GMT | 1 |
I am trying to mimic the behavior of notepad where the find form stays in front and active yet the text form actively highlights the search string. Right now I have to close the find form in order to see the highlighted text.
|
| Listview background image | 07 Apr 2005 18:38 GMT | 1 |
After doing google searches of the web and newsgroup postings, it would seem as though it would be really easy to add a background image to a listview using the provided responces everyone seems to give. Each responce is based off the same thing, using PInvoke and sendmessage ...
|
| How to attach to ParentForm.Closed? | 07 Apr 2005 16:05 GMT | 1 |
When is a good moment to attach to ParentForm.Closed event? I want to be notified when the form is closing, because I want to kill a worker thread in my control. But, I don't know when the ParentForm property has a valid value: if I put my control in a tab, ParentForm is null in ...
|
| ComboBoxes and the sorted property | 07 Apr 2005 15:59 GMT | 2 |
Discovered a fun one that I thought I should share, and hopefully catch Microsoft's attention to update some documentation. I'm a bit new to VB.NET, and was struggling with getting a combo box to work. I was attempting to take advantage of the cool way to load a combo box
|
| image list | 07 Apr 2005 15:11 GMT | 3 |
Is there a simple way to save a collection of Image objects in one file? thanks in advance Pascal
|
| Doing work after the window has displayed. | 07 Apr 2005 15:03 GMT | 2 |
I have a form, and I need to do some processing after the form has displayed. The processing could take a few moments and could result in a dialog box being displayed. The problem is, I can't seem to find the event (to insert my
|
| Automation - CPL files | 07 Apr 2005 14:03 GMT | 3 |
I'd like to develop a winform to launch CPL (control panel file) file and set some values on it. For example, %windir%\system32\inetcpl.cpl file (this file brings up IE "Internet Options" dialog) and I'd like to set some values on the dialog,
|
| Multirow listview (sort of) | 07 Apr 2005 10:40 GMT | 3 |
I have a problem with my windows form. I want to display items that doesn't fit on one row in a listview. I would like to find a control which enables me to add all my columns but one to the first row and the last column on the second row.
|
| How do I make my form bigger during runtime ? | 07 Apr 2005 08:27 GMT | 5 |
I´m tying to make my VB form bigger during runtime, but I can´t find out how to do. I would like the same function as the "replace" button has in the Find dialog in VB.NET.
|
| SOAP calls to a server from a Windows Forms app | 07 Apr 2005 08:27 GMT | 1 |
I'm building a COM object using C# and I need to communicate with a server via SOAP. Unfortunately, all of the samples that I've seen target ASP.Net, config files, etc.
|