| Thread | Last Post | Replies |
|
| Help With Variable Scope! | 09 Sep 2007 19:24 GMT | 11 |
Been a few weeks since i've asked a noob question :) At the moment I'm writing my First Form application compared to the few console bits and pieces that ive been working on. And due to me reading a few new books etc i've started cleaning up my code and sticking the engine
|
| How to work with Header files(.h) and lib files in C | 09 Sep 2007 19:21 GMT | 3 |
Hi!all. As part of the course project in the university, students have been given task to develop a front-end for SMILE( an API written in C++ for network modelling). Upon extracting the setup, it gives a collection of " Header files and Lib files" written in c++.
|
| load all HTML into string.... | 09 Sep 2007 18:37 GMT | 3 |
hey, I want to get the entire contents of an HTML page, and put all the html code it returns in a string. so that I can parse that string for data, how would I go about doing this? would I need to use a web browser control ? any help/advise ? thanks.
|
| Detecting signals from multiple mouse-based hardware | 09 Sep 2007 18:26 GMT | 1 |
Dear Group, I have got two mice connected to one PC (notebook). In example I click parallel left button on mouse A and left button on mouse B. Is it possible, programmatically detect which on which mouse
|
| Class library and dotfuscator | 09 Sep 2007 17:05 GMT | 2 |
Hi group, I have a class library containing a Windows form. I create a dll from this project and use it in my application like so: Assembly asm =
|
| Thread.Sleep(0) | 09 Sep 2007 16:59 GMT | 4 |
This is from MSDN online (http://msdn2.microsoft.com/en-us/library/d00bd51t.aspx): "Specify zero (0) to indicate that this thread should be suspended to allow other waiting threads to execute."
|
| Exception SmtpClient | 09 Sep 2007 15:44 GMT | 7 |
I have a problem sending mails with the SmtpClient class. It's strange - after I boot the pc and start the program I can send mails many times. After I close the program and start it again it sometimes works too, but often does not. If it does not, he will never - until the next ...
|
| Connection String and application settings (Windows Forms)? | 09 Sep 2007 15:42 GMT | 2 |
I don't get it. I'm using a typed dataset with table adapters and all that stuff. I have the database server running locally on my development system. Now: when creating a tableadapter I'm asked for the connection and the
|
| Benefits using Properties? | 09 Sep 2007 14:55 GMT | 5 |
I programmed JAVA for a while and starting C#, and was experimenting with "Properties". Question I have, is what is the benefit? JAVA does not have the concept
|
| Keyboard shortcuts | 09 Sep 2007 13:23 GMT | 3 |
I have windows app that I have a windows keyboard shortcut for. I am finding that the shortcut is not all that responsive. ie it takes sometimes more than a 5 seconds for form to appear or longer.
|
| Pattern Matcher Again | 09 Sep 2007 03:27 GMT | 3 |
This message is a continuation of my previous post "Pattern Match" Doug - Thank you for your help. Doug Semler was able to solve my problem to some point but I still need some help.
|
| n-Tier doubt!! | 09 Sep 2007 02:03 GMT | 4 |
I'm with a lot of questions about how to design a n-Tier, how to do the code how to organize, and all the samples that i find, are with only one table, one class with DataAcess, i need something more "Complex"..
|
| Arrays by ref (yes, yet another ?) | 09 Sep 2007 01:12 GMT | 2 |
I see that array names are pointers and that a given array, say A[,], can be altered within a sub when passed as an argument; whether it be by (ref double[,] A) or by (double[,] A). I do not clearly understand when to use (ref double[,] A) but I believe it
|
| Ajax in GridView | 09 Sep 2007 00:54 GMT | 2 |
I am looking for a way to use Ajax inside gridview. I am not talking about putting a gridview inside an updatepanel and refresh the gridview, I want to use Ajax on per row basis, when user clicks on a dropdownlist on row number x, only row x will be refreshed. Can somebody give ...
|
| Configuration for a DLL? | 09 Sep 2007 00:52 GMT | 2 |
What is your suggestion to deal best with .Net 2.0 configuration for a DLL assembly (outside every application)? The DLL should handle the configuration itself. Thanks for your effort!
|