| Thread | Last Post | Replies |
|
| .Net 2.0 C# GridView CheckBox question | 19 May 2007 09:10 GMT | 1 |
In the C#.Net 2.0, given that we don't have any data source bound to the GridView in the design time, is it possible to have CheckBox in a GridView? Thanks for help. Jason
|
| Moving Events for Organization | 19 May 2007 05:51 GMT | 4 |
I have a Form which has a great number of events. I thought I would organize the project by moving some of the code into multiple '.cs' files (since the Form.cs was getting huge). When I move them, it seems that Visual Studio can no longer find them when I open a Button object ...
|
| Is Ctrl key pressed? | 19 May 2007 05:42 GMT | 7 |
When processing datagrid's MouseDown event, I need to know if Ctrl key is currently pressed. Is there any way to check this? It would help if I had keyUp and KeyDown events for Ctrl key ... Thank you
|
| SOAP question | 19 May 2007 04:24 GMT | 2 |
I am new to webservices internals and I used the web service wizard to generate the webservice class and appropriate objects. After issueing a request, I noticed that the SOAP message goes like the
|
| Database Business Layer and Database Sync Design | 19 May 2007 03:17 GMT | 8 |
Hi, until recently i was quite happy to add data sources from mssql database in visual studio and drag the datasets directly onto the form this creating a directly editable form which worked well. However i have recently started a project which will require
|
| SharpZipLib | 19 May 2007 02:43 GMT | 2 |
I am using SharpZipLib to zip some files, and now I want to give the user the option of where to save the zip file. My problem is that I am not sure how to refer to the zip file in my code, when I refer to the zipfile name and allow the user to save the file, all I get is an empty
|
| Including Delegates in Interfaces | 18 May 2007 22:55 GMT | 6 |
I am declaring an interface and I want to make sure any classes that implement it implement a delegate. But I am getting a compliler error: Error 1 'UpdateHandler': interfaces cannot declare types How do I correctly include a delegate in an interface?
|
| Delegates and the Invoke method | 18 May 2007 22:54 GMT | 6 |
I'm teaching myself about delegates and the Invoke method, and I have a few newbie questions for the gurus out there: Here are some CSharp statements: 1. public delegate void MyDelegate (int k, string s)
|
| Help with Generic Method | 18 May 2007 22:01 GMT | 3 |
Hi all, below at the bottom are 2 nearly identical overloads for the same method. As you can see the algorithm is exactly the same. However try as I may I cannot seem too create a usefull Generic method, i.e. one that compiles. What I would like to be able to do is something ...
|
| Would you like to have access video tutorials totally free? | 18 May 2007 21:05 GMT | 2 |
Would you like to have access video tutorials totally free? Enter right now in www.mrbool.com and get to know our content on net totally for FREE! Here you find articles, tips and many video tutorials.
|
| Is there a way around the string length limitation for the BalloonTipText under a NotifyIcon component? | 18 May 2007 20:01 GMT | 1 |
I have a BalloonTipText property under a NotifyIcon component that exceeds, what appears to be, a 256 byte limitation. It just truncates it. Is there any way around this? Any help is appreciated.
|
| Suppress debugger messagebox for unhandled exceptions in console app | 18 May 2007 19:45 GMT | 3 |
Is there an app.config setting I can add or a System.Diagnostic.Process property I can tweak to cause someone else's CLR 2.0 console app to not show a base CLR dialog box offering to debug the app when an unhandled exception is reached? On production systems, I still get a dialog ...
|
| Report Geneartion | 18 May 2007 18:52 GMT | 1 |
I'm developing a CRUD based desktop application and I want to structure the design so that I don't need to modify the source code to add additional reports. I'm planning to use the version of Crystal Reports that comes with VS.Net 2005, but I'm a novice with this tool. Can ...
|
| HttpWebRequests and Redirect | 18 May 2007 18:50 GMT | 5 |
Hey Guys, This is really kicking my butt. It appears that the server is not getting my data that I am posting... Basically I am posting a little XML and getting back a response as to
|
| Catching System Event through .NET. | 18 May 2007 18:18 GMT | 1 |
Can anyone tell me how I can able to catch system event like delete, rename etc through .NET. This means suppose someone want to delete a file from file system and press Shift + Delete. I want this command (Delete) should be caught by application designed by me. So what I do
|