| Thread | Last Post | Replies |
|
| RFC - Request For Comments: Visual Programming on Tablet PC | 19 Jan 2006 21:09 GMT | 2 |
Powware Visual Programming is the world's first environment for creating software using the Powware Visual Programming Language on the Tablet PC. Be one of the first in the world to experience visual programming on the Tablet PC. Download a pre-release version and let us know what ...
|
| Crystal Rpts .NET 2003 - SetDataSource() and ReportSource unavaila | 19 Jan 2006 19:56 GMT | 3 |
Here's a sample of my code for the web form that will display the report: public class myClass: System.Web.UI.Page { protected CrystalDecisions.Web.CrystalReportViewer CrystalReportViewer1;
|
| >> Web Service vs MS Message Queue | 19 Jan 2006 19:39 GMT | 2 |
Hi, I'm new to dot Net. When would I use MS Message Queue rather than Web Service? The situation is this... The data source is a remote application. Periodically (perhaps once an hour) this application will send to our
|
| Windows App... processing completes before form is painted on scre | 19 Jan 2006 18:41 GMT | 4 |
Using VB .NET 2003, I have a windows application that performs a series of file actions (copy, move, delete) but the actions are completing before the window is painted on the screen... how can I force the form to be painted on the screen first,
|
| mod_rewrite | 19 Jan 2006 18:14 GMT | 1 |
Do dotnet have a module as apache's mod_rewrite?? if yes, will server performance downgrade?? Thanks in advanced.
|
| Design question - Inherit or not | 19 Jan 2006 17:07 GMT | 7 |
I have a database with two tables "Structure" and "Data". The Data table contains the data for my application, so no problem there. The Structure table effectively puts some organisation to the Data table. It contains a "tree structure" of records linked by parent/child/sibling ...
|
| Deployment nightmares with app.config | 19 Jan 2006 16:43 GMT | 2 |
Let's say you have a stand alone C# library project that is your datalayer. When this library compiles it will produce "My.DataLayer.dll" for example. In the project you use all the new whizbang DataSet generation tools to
|
| Desired 1ms timer that yields an undesired 10ms resolution | 19 Jan 2006 16:29 GMT | 1 |
I am developing a .net application using C# that requires a 1ms timer. I have tried creating said timer by creating a timer object (System.Timers.Timer) that is seeded with a 1ms interval. I have also tried creating a thread with a 1ms sleep time.
|
| VB 2005 User Control Issue | 19 Jan 2006 15:46 GMT | 4 |
I am writing a windows application using VS 2005. I have a user control that returns customer data. I have placed this customers user control on several forms in my application. In the OnLoad event of the customers user control I have a data
|
| Application.Exit() not exiting... | 19 Jan 2006 15:32 GMT | 5 |
I am having a curious problem... When 'Application.Exit()' command is executed in my program it does not end. I set a breakpoint in the 'Dispose' methid that never gets called (yes, I am in Debug mode) - what gives... this is certianly strange bahavior. The code
|
| Quirk with RadioButtons when Application.ThreadException is being used to handle Unexpected Exceptions | 19 Jan 2006 14:51 GMT | 2 |
I was wondering if anyone else had come across this "feature" of .NET and if they had any idea what might be causing it. I've been writing my first C# Windows application (so if there's anything so appalling in my code that it gives experienced developers a
|
| databind combobox to xml file with typed dataset | 19 Jan 2006 14:07 GMT | 2 |
I need to created a typed dataset for a xml flat file and bind that dataset to a combobox. I was able to do this in VS.Net 2003 easy enough, but can't get it to work in VS.Net 2005. I've come close, but can't seem to get the right steps down to make this happen.
|
| Windows form in a web form in.NET | 19 Jan 2006 10:52 GMT | 1 |
Thanx for ur help but still my problem has'nt solved.Actually i have a component for scanning images which is a windows application.I want to include this component in my ASP.NET project.So that this windows application can run on clint machine.
|
| Another newbie issue | 19 Jan 2006 10:00 GMT | 1 |
I want to thank Morten Wennevik for helping me work out an issue. Another issue has arisen. I have been able to assign a label a string value but the data displays in this manner: System.Windows.Forms.TextBox, Text: Paul
|
| Resetting the USB bus | 19 Jan 2006 05:37 GMT | 1 |
I am trying to Reset the USB bus. I have a system with various USB devices attached to it including video capture devices. Occasionally some of the USB devices either disappear or fail to operate. Restarting the computer or unplugging and replugging the
|