| Thread | Last Post | Replies |
|
| I Need Some help ! | 07 Nov 2007 06:47 GMT | 2 |
Hi, I need an open source program under ".Net" languages, the program called "work flow management". I wonder if any one could help me handle this exception! If anyone could guide me please contact me . thanks .
|
| size question, | 07 Nov 2007 05:43 GMT | 1 |
I have a form with two controls on it. One is just a panel where I will put buttons and slider controls eventually. The other is a custom control which draws some output. I have docked the panel to the left of the form, and I dock the custom control to "fill".
|
| Modal forms | 07 Nov 2007 04:18 GMT | 8 |
Is this possible? I have 3 forms frmGrandparent, frmParent & frmChild. Can frmGrandparent do a frmParent.ShowDialog() and then (while frmParent is open) do a frmChild.ShowDialog(). At the end of the day frmChild should be the topmost form and the focus should be on it.
|
| Howto : Callstack at runtime? | 07 Nov 2007 03:56 GMT | 3 |
Hello NG, is it possible to get - and if yes how - the call stack at runtime? I am debugging a multithreaded application, an it looks like I have a synchronization problem.
|
| Tell me where to go. | 07 Nov 2007 03:24 GMT | 3 |
Feel free to tell me where to go if I am off topic, or even you think my plea so pathetic as to make me unredeemable. ;>) My background is test software, instrument drivers, C/C++, assembly, Tcl/tk, python, primarily Unix, a very little VS C++. Nowadays I see
|
| is it possible to mark my CLR function as UNSAFE in code or visual studio anywhere so that wehn vs deploys, it creates unsafe assembly? (instead of me having to manualy deploy in tsql!) | 07 Nov 2007 02:50 GMT | 1 |
is it possible to mark my CLR function as UNSAFE in code or visual studio anywhere so that wehn vs deploys, it creates unsafe assembly? (instead of me having to manualy deploy in tsql!)
|
| Petzold Assumed I Could Figure It Out -- I Am Stumped | 07 Nov 2007 02:10 GMT | 12 |
First, my thanks in advance to those who can help explain away this mystery line of code. Petzold is a great teacher and I appreciate his work; however, his explanation about an extra line of code needed when a class is
|
| Passing parameters to Crystal reports | 07 Nov 2007 00:42 GMT | 5 |
To create a Crystal Reports I use a ReportViewer. How can I pass parameters to the report which is based on a stored procedure. Please provide some code.
|
| How to Write a UDL File | 07 Nov 2007 00:02 GMT | 3 |
I have been searching for hours and can find no help on this. I need to programmatically write a UDL file for a only Delphi Application to use (my program is a launcher). I was able to do this in Delphi but for the life of me I cant do it in c# -
|
| Arraylist of arrays | 06 Nov 2007 23:30 GMT | 3 |
I have to create a arraylist of arrays. So, at the end, I have to convert this arraylist in a two dimmensional array. I wrote something like this. ArrayList myAL = new ArrayList();
|
| PInvoke GlobalGetAtomName | 06 Nov 2007 23:22 GMT | 7 |
I'm having problem calling the Win32 function GlobalGetAtomName from C#. I'm getting a debugger popup telling me that the called function has unbalanced the stack. I'm hoping someone here can see what I'm doing wrong.
|
| Creating a virtual directory in windows explorer | 06 Nov 2007 22:33 GMT | 6 |
Hello Friends, Help requried for creating a virtual drive in windows explorer using C# which will work for both 32 bit and 64 bit machine(XP and Vista). Means just want to show a xtra drive in windows explorer.
|
| char to string fails | 06 Nov 2007 21:50 GMT | 3 |
char[] ch = new char[1]; ch[0]="-"; FileStream fp=new FileStream("z:\\" + "math" + ch[0].ToString() + "optpivot",FileMode.Open,FileAccess.Read);
|
| WPF and Standard Output redirection - Weird Error | 06 Nov 2007 21:39 GMT | 7 |
I wanted to develop a WPF application to capture the output of a command line program and display it in a GUI. However I get a weird error in the following code: System.Diagnostics.Process pfadminProc = new
|
| Drawing shapes in visio using c# | 06 Nov 2007 19:50 GMT | 1 |
I googled enough to the extent of going crazy. I want to draw shapes of ellipse(node), arrowhead with their events being available, so i can drag and drop them. I have downloaded the Visio SDK 2007. The documentation is too
|