| Thread | Last Post | Replies |
|
| Redirect Cygwin Bash StandardInput, StandardOutput and StandardError | 19 Dec 2005 18:56 GMT | 1 |
this is what I want to do in C#: 1) start a Cygwin Bash Shell 2) send the Shell a command, for example "ls -l" 3) capture all the output of the command
|
| .NET and COM | 19 Dec 2005 18:54 GMT | 3 |
On the one side a have a COM component which consists of 7 DLLs on the other side I have a C# app. The first 6 DLLs are C++ (MFC) code but the last DLL is written in C#. The entry point sits in the main DLL but depending on the needed instruments one of the AddOn-DLL's is loaded. ...
|
| Accessing indexer of base class with identical signature | 19 Dec 2005 18:51 GMT | 5 |
Is it possible to access an indexer of a base class with identical signature, e.g. class Class1 {
|
| min max of a form | 19 Dec 2005 18:33 GMT | 2 |
when we minimize a form and after that when we restore it ( by clicking on windows bar or by right click restore) where does the form's size and location information is saved? I need to use it to save it to registry. I know other ways to achive
|
| Common dialog items not displaying. | 19 Dec 2005 18:10 GMT | 1 |
Setup .NET Framework 1.1 Microsoft Windows XP (all service packs applied). VS.NET 2003
|
| Control.Add or Item.Add | 19 Dec 2005 17:54 GMT | 2 |
I am new to ASP.NET and am becoming frustrated. I am able to add items to a drop-down list box (SELECT) and the items remain across server calls. When I add controls to a DIV (or to the Form for that matter) they are not retained. When I add HTML from the server using the
|
| timer control | 19 Dec 2005 17:53 GMT | 6 |
I am working on a emulator and need to have time based events. I've tried to use the timer control and discovered that it runs waaaaaaay slow. I set the tick frequency to 1, then in the tick event I update a label on my form, nothing else. just counting in my head I have ...
|
| determine if a specific USB device is plugged in | 19 Dec 2005 17:50 GMT | 3 |
I want to check if a USB device is availble on a system. Is this possible? I see it in the Device Manager, so I think it must be possible "somehow" :)
|
| C# + PHP ? | 19 Dec 2005 17:31 GMT | 1 |
I have an N-tier application that I am in the process of developing. The desktop app (presentation/frontend) will run on the desktop, and it will periodically issue requests to an (additional) business logic tier on the serverside.
|
| returning dataset from stored procedure | 19 Dec 2005 17:21 GMT | 1 |
How do you return a dataset from a stored procedure so that you can iterate through the rows returned? Thanks in advance, Mike
|
| Anyone using WAMP - PHP & C++ ? | 19 Dec 2005 17:02 GMT | 3 |
I cant seem to locate any tutorials/references on using C# (clientside) and PHP on the server side. Anyone done this before?. Any useful books/sites recommended will be much appreciated.
|
| Realistic laptop specs for vs 2005. | 19 Dec 2005 16:52 GMT | 4 |
I am about to jump in to developing a heavy duty winforms app with a lot of 3rd party (DevExpress, Infragistics) controls in VS 2005. What are the realistic specs for a laptop, so that my development is speedy and I am not waiting around for the complex 3rd party controls to ...
|
| Marge RTF strings | 19 Dec 2005 16:41 GMT | 2 |
1- I am going to marge contents of 3 RichTextBox (RTF) to one RTF string. Do you know any componet to make it simple? 2- Do you know a good RTF Editor and also a HTML Editor component in C# . thanks.
|
| IE hook or some other method | 19 Dec 2005 15:51 GMT | 1 |
I am trying to get the source code of a webpage from an IE instance. Reason being that I need to parse it to fill in th form automatically...(An automated form filler that I am working on). Would I need to create a hook on IE or is there a simpler method? Any
|
| How to add line numbers to source code or text | 19 Dec 2005 14:54 GMT | 4 |
Any one knows how to do this? I am using VC7.1 on .Net 1.1 Thanks
|