| Thread | Last Post | Replies |
|
| FIBONACCI | 27 Nov 2006 17:39 GMT | 2 |
Can anyone tell about how to create a FIBONACCI series in VB.Net and C# Thanks in Advance, Veeru
|
| problem with building Sample WCF from microft: Method Not Allowed | 27 Nov 2006 17:34 GMT | 1 |
Each time I run any sample I get the following error for WCF. The remote server returned an unexpected response: (405) Method Not Allowed.
 Signature Mike
|
| How to save user options and settings to a file, like we used to do with INI files? | 27 Nov 2006 17:07 GMT | 4 |
I have an application that can't use the registry to save various user options and application settings. My first thought was to simply use an application configuration file but this approach seems flawed. The app config file appears to be updated with values while the ...
|
| reading data from web server | 27 Nov 2006 16:45 GMT | 2 |
I have a web page where users enter some data. I would like to read that data into grid? How to connect to my web server? Hrcko
|
| Closing down a hierarchy of modal windows nicely | 27 Nov 2006 16:42 GMT | 23 |
Im sorry, I dont know the correct description for a hierarchy of parent and child forms. I have a main form that opens a child form modally. This child form in turn opens it's own child form modally.
|
| Expanding Arrays | 27 Nov 2006 16:17 GMT | 5 |
All Can someone tell me why the following is considered bad coding practice, please? int n = 0;
|
| RS232 & AVR-Board button | 27 Nov 2006 14:48 GMT | 3 |
I'm programming C to an AVR-Board and would like to activate a register on the board with an C# application. Instead of pressing the button (PINA.4 or address 0x19 bit 4) , i would like to press a button i C# instead. I got a serial connection to the board and experimented a bit ...
|
| How to Update Disconnected Dataset through Stored Procedure | 27 Nov 2006 14:38 GMT | 2 |
i am beginer in the worls of Asp.net and C#.net I have one problem that I have stored my changes of data into dataset using disconnected dataset and after completion of all changes i want to
|
| byte[] to string conversion ... | 27 Nov 2006 14:28 GMT | 5 |
This is the code snippet that I've come up to convert a byte[] to string. Is there a best practiced method for such a conversion? - Jamie public static string ByteArrayToString(byte[] array)
|
| 'Refactor' has disappeared | 27 Nov 2006 14:23 GMT | 2 |
I've been using VS2005 for a mixed C# / C++ project. Somewhere along the line it seems that 'refactor' on the context menu disappeared for C++ projects. I do believe that this was working at one time. Is this a known bug?
|
| Adding UserControl | 27 Nov 2006 14:02 GMT | 4 |
i have a problem with adding usercontrols to a panel. I use a panel to add up to 20 usercontrols to a panel that has autoscrol enabled. The number of usercontrols to add, and the data that is passed to the
|
| Dynamic Checkbox Control?? | 27 Nov 2006 13:59 GMT | 5 |
I need change the state of a checkboxbutton of a list of buttons. I use the folowing code to create buttons: for (z=1; z<=10; z++) {
|
| Playsound loop not working | 27 Nov 2006 13:54 GMT | 3 |
I need to play a .wav file over and over again. I am using the following code. [DllImport("winmm.dll")] private static extern bool PlaySound( string lpszName, int hModule, int
|
| Problem in LoadPlugins in Application | 27 Nov 2006 13:31 GMT | 1 |
Hai all, i am developing an applciation which loads all configuation plugins in MainForm when clicks on corresponding plugin button. let me explain :
|
| WYSIWYG rich text box for C# forms? | 27 Nov 2006 13:14 GMT | 6 |
Any WYSIWYG text box controls out there for NON-HTML, NON-WEB text boxes? One that stores the text in XML format would be cool. Thanks cbmeeks
|