| Thread | Last Post | Replies |
|
| Runtime webcontrol | 13 Sep 2005 15:43 GMT | 1 |
I want to create a datagrid at runtime and fill with dataset Any Help please ?
|
| How to convert a date represented as a long in database | 13 Sep 2005 15:24 GMT | 6 |
Hope everybody is having an OK monday?!!? Quick question, I have a database in which the dates are stored as longs. I think the original program was VB and the dates were just cast to long before being saved to the database.
|
| How To Determine When a Page Is Done Loading in WebBrowser Control | 13 Sep 2005 15:17 GMT | 5 |
Hi I'm want to catch the event where WebBrowser Control finish loading a page after navigate. The problem with document_complete event is that if the site is multi-framed
|
| Regarding NullReferenceException!!!! | 13 Sep 2005 15:12 GMT | 7 |
Hai all, I have a statusbar control in one form but when i am assigning text from another form it is giving NullReferenceException.How can solve this problem??? Thanx in advance... Looking forward for the reply...
|
| Unassigned error in Catch | 13 Sep 2005 15:03 GMT | 3 |
I have a streamwriter that I set up outside of my try/catch area, but I am getting an error that it is not assignedin the Catch area: Use of unassigned local variable 'objStreamWriter' The code is essentially:
|
| html to image | 13 Sep 2005 14:37 GMT | 6 |
My goal is to convert html elements to bitmap. So the first step would be to parse the html. System.Windows.Forms.WebBrowser even has a method called DrawToBitmap, which makes the whole thing much easier.
|
| Sharing database connection/access between projects/assemblies | 13 Sep 2005 14:29 GMT | 1 |
I have a solution that contains 2 projects. Each of these projects access the same database. I was wondering if it is possible to define a database class and connection in one project and share them with the other? Thanks In Advance
|
| Can use use value to find key (HashTable) | 13 Sep 2005 14:20 GMT | 7 |
I have a hash table like: Hashtable myHT = new Hashtable(); myHT.Add("First", "Hello"); myHT.Add("Second", "World");
|
| Threads. | 13 Sep 2005 14:11 GMT | 3 |
How to abort or make sure the child threads are aborted before aborting the parent thread? Thanks
|
| Licence help ? | 13 Sep 2005 14:11 GMT | 1 |
I have net. SDK with compiler a have free IDE , platform is for free, is it possible to write and sell for many my programms. No licence needed etc.etc.. ? Tahks..
|
| Timer Elapsed event does not fire | 13 Sep 2005 14:02 GMT | 2 |
I am having trouble creating a windows service with a timer. Everything seems to go ok but the elapsed event does not fire.Can anyone shed any light on this, may be something simple as I am new to this. Full code below :
|
| Odd questions among 2 forms | 13 Sep 2005 14:01 GMT | 3 |
This has bothered me for a while. In Form1: private void btnToForm2_Click(object sender, System.EventArgs e) {
|
| Timer Reset | 13 Sep 2005 13:36 GMT | 3 |
i'm using a timer like this: System.Timers.Timer myTimer= new System.Timers.Timer(60000); in some conditions i want my timer to be reset... so if something happen i know i want the timer to start counting again from zero...
|
| Parent reference (cross link) problem | 13 Sep 2005 13:27 GMT | 2 |
It's a little hard for me to explain my problem, but i'll try. I have an application in which i have a ManagerClass, many ClientClass-es ans some ControlClass. The ManagerClass creates one or more instances of ClientClass.
|
| Changing Web pages | 13 Sep 2005 13:13 GMT | 6 |
I have an app that i am developing, it access a website via HttpWebRequest and HttpWebResponse classes (eg http://thaynann.com/images/) and at the moment i am able to save all the image files from this page (by grabbing their URLs and calling WebClient.DownloadData() and save ...
|