| Thread | Last Post | Replies |
|
| Autoscroll madness | 24 Jan 2008 16:40 GMT | 1 |
This is a problem from 23 Jan 2002 ==================================================== Pierre Shirvan I have a form with a Panel with the autoscroll property set to true and
|
| DownloadFileAsync via Command line | 24 Jan 2008 12:37 GMT | 6 |
Ok, I’m using the method DownloadFileAsync to download a large file and I also use the DownloadProgressChanged event to show users how far along they are in downloading the file. I put this into a WinForms application, make a call to the download file method (behind a button ...
|
| events from child to parent form. | 24 Jan 2008 11:27 GMT | 2 |
I have a user control which is dynamically added to a Form object (mdi child). and mdi child parent is mdi main. usercontrol->mdi child -> mdi form. i want to raise event in "usercontrol" and notify to the "mdiform" as shown
|
| Hiding Tabsheet Tabs? | 24 Jan 2008 06:32 GMT | 1 |
I want to build a form that will function as a wizard. I want to use a tab control and two buttons for Back and Next. Pressing the Back and Next buttons will switch the active tabsheet. But I can't figure out how to hide the tabsheet tabs. There
|
| Button event handler | 23 Jan 2008 14:21 GMT | 4 |
I need to dunamically create buttons on a windows forms depending on the data that is requested. How can I create an event handler on the fly for this buttons?
|
| Accelerators | 23 Jan 2008 12:01 GMT | 7 |
How do you create Accelerator behavior for a Windows Form exe with a menu (i.e. <ALT> + O to call an Open File method). The property on the Menu Item doesn't seem to do anything except display some text indicating an accelerator is present. There is no way to connect the key ...
|
| Anchoring question | 22 Jan 2008 23:33 GMT | 2 |
I need to add some textboxes to a form, programmatically Dim ctl As New System.Windows.Forms.TextBox ctl.Top = iTop Me.Controls.Add(ctl)
|
| Display Priview PictureBox from web cam but how to capture image and save in DataBase ? | 22 Jan 2008 17:32 GMT | 1 |
I try this link http://weblogs.asp.net/nleghari/articles/webcam.aspx following code I try: this.picCapture.Image.Save("test", System.Drawing.Imaging.ImageFormat.Jpeg);
|
| Enable one Active window at a time | 22 Jan 2008 15:07 GMT | 2 |
We are working on a Health Contact Center Application in which a patient is able to contact using either Chat Application or Phone Call with the Doctors. When the doctor is contacted using either of these means, a popup
|
| Deployment and InstallerClass | 22 Jan 2008 01:25 GMT | 1 |
I don't know if this is the appropriate newsgroup, but not sure which one would be. I have a custom dialog that I added to the UI of the deployment package. That dialog asks for special installation options.
|
| How do I know over what element of ListBox is cursor? | 21 Jan 2008 21:37 GMT | 1 |
How do I know over what element of ListBox is cursor? http://www.alvas.net - Audio tools for C# and VB.Net developers
|
| DatagridView | 21 Jan 2008 19:51 GMT | 2 |
I have a dataset with one table, which I build from scratch (not using SQL server). It displays fine on the web with a datagrid. I use the same dataset and apply it to a DataGridView in a windowsform. My
|
| Is tag property ByRef or ByVal? | 21 Jan 2008 19:46 GMT | 6 |
I have project where I am assigning forms to Tag of different form (therefore creating some kind of relationship)... My problem is quite simple - when one of forms is disposed, tag still contains that object.
|
| SVN Class for .NET | 21 Jan 2008 19:03 GMT | 1 |
I think many of you are using subversion, however do you have some projects that directly involves subversion (e.g. checkout from your application)?? I was looking for some components, however I was not successfull and I
|
| Passing an object back to a form | 21 Jan 2008 08:26 GMT | 10 |
I am developing an application in VS2005, using VB.NET. Suppose that I have a class, called Widget, which contains, among other things, a List(Of WidgetDetail), where WidgetDetail is another class.
|