| Thread | Last Post | Replies |
|
| panel scroll | 29 Jun 2004 18:38 GMT | 1 |
while i keep the scroll bar with mouse, and move it up or down, panel does not scroll meanwhile. is there property of panel for this?
|
| Upload Files to Web Server From Windows App | 29 Jun 2004 18:36 GMT | 1 |
I was wondering if it was possible in a windows app form to select a file from my local desktop and post it to a web server using a web service or the like. Any clues, or am I better off creating a web form for them to upload the file?
|
| Audio control | 29 Jun 2004 18:34 GMT | 1 |
I am looking for a control or Library that I can use develop a control, that will help me Record, Playback Audio .. just basic.. nothing fancy or completed.. Thanks
|
| Automatic build process + automatic NuNit (2 in 1 solution) | 29 Jun 2004 17:16 GMT | 1 |
Can someone tell me can I use MsBuild with NuNit today? Or is MsBuild only available for MSDN subscriptions ? Or what do you for an automatic build process + automatic NuNit testing. I looking for a 2 in 1 solution (build + NuNit)
|
| Cannot drag Windows.Forms controls onto designer | 29 Jun 2004 17:15 GMT | 1 |
I am using Whidbey Beta 2 (May) and I cannot drag any Windows.Forms controls onto the designer it tells me that "Make sure the assembly that contains the toolbox item is correctly installed..." If I open a existing project with controls it compiles and runs. The problem is ...
|
| DataGrid on DataViewManager, no AllowNew? | 29 Jun 2004 16:39 GMT | 1 |
I'm using a DataViewManager to sort the children of parent-child nested tables in a DataSet. The DataViewManager and DataGrid work very well doing every thing that is needed, except... The DataGrid needs to:
|
| TreeNodes | 29 Jun 2004 16:35 GMT | 3 |
Just started with the Windows Fomrm programming and I am running into somethings that I feel should be done in a better way than I am now doing them. TreeNodes: Is there an easy way to get the level of the node?
|
| WMI MSNdis_80211_ReceivedSignalStrength | 29 Jun 2004 15:02 GMT | 2 |
I am trying to query a WiFi card to get signal strength. I am looking at WMI as a solution however I cannot access the MSNdis_80211_ReceivedSignalStrength namespace on windows 2000 professional (SP3) machine. I have downloaded the WMI tools and cannot see this namespace in the ...
|
| Microsoft.Win32.SystemEvents.WindowThreadProc eating CPU | 29 Jun 2004 15:00 GMT | 3 |
Recently, we upgraded a .NET Windows client application to use the 1.1 Framework, along with some other changes. If we minimize the application, and let it sit idle, after an hour, the CPU utilization jumps from 0% to 100%, and continues to consume 100% indefinitely. Using the ...
|
| Is possible to load dll files dinamycly? | 29 Jun 2004 14:33 GMT | 2 |
(Type your message here) Hi I'm a beginner software developer, and I have a question about dynamic link library files (DLLs) on VB.NET, My question is this : If I have an app compiled and generated its .EXE version, Is possible to load dll files dinamycly on VB.NET?
|
| Forms Remoting | 29 Jun 2004 14:23 GMT | 1 |
In Windows Forms, I need to spin off a form (say a debugInfoWindow) which will not close even if the main form / application closes. This was achieved in VB6 by placing that form in an inproc server Exe and opening it with a load library / createobject. ( this also allowed data ...
|
| databinding in winforms to listbox | 29 Jun 2004 07:46 GMT | 2 |
I have been working with asp.net and have decieded to make the transition to winforms. At present the difference in databinding between the two enviroments is throwing me.
|
| datagrid | 29 Jun 2004 07:38 GMT | 1 |
What is wrong here? sometimes, it catches clicks but usually do not. private void dataGrid1_MouseDown(object sender, System.Windows.Forms.MouseEventArgs e)
|
| ComboBox Drop Up in Grid? | 29 Jun 2004 04:36 GMT | 5 |
I have a ComboBox inside my WinForms DataGrid. The grid has about 10 rows. The ComboBox has 100+ items in it. When I access the ComboBox on grid row 10, the list flies off the bottom of the form window and I can't see even the scrolling arrows on the ComboxBox.
|
| Strange behavior for listboxes and datagrids on Win98 | 29 Jun 2004 04:27 GMT | 1 |
I have a winforms app that has a number of listboxes and a datagrid that work just fine 99.99% of the time. However, when it is run on Windows 98, the listboxes display as if they each "collapsed" vertically (the width is fine but it displays as just a "line")
|