| Thread | Last Post | Replies |
|
| Help with unc paths | 19 Nov 2007 18:14 GMT | 4 |
I am new to C# and am having a problem with my program. I have created a small test to try and find the problem but I can't seem to find it. The following code is my test. using System;
|
| Getting image from wewbsite | 19 Nov 2007 17:43 GMT | 14 |
Does anybody know how you can extract an image fron a webpage loaded into a webbrowser control and either save it to file OR save it in a database? Cheers, Johnny J.
|
| Recovery settings of a windows service | 19 Nov 2007 17:22 GMT | 1 |
I written one windows service and its working fine. I Need to check the recovery settings of that service from one windows application. How do I can get the recovery settings of(first failure, second failure and third failure) a service programatically. can any one
|
| best SDI methods | 19 Nov 2007 17:20 GMT | 2 |
I would like to have your advice regarding a simple SDI application. i have 3 forms : FMain, FMainHW and FMainSW. when my application run FMain display the main menu and interface of the SDI application.
|
| using windows icons in my winforms app | 19 Nov 2007 17:01 GMT | 2 |
How would I use the windows icons in my application. I would like a print preview icon (the typical one) but I cannot figure out where to go to get all of the windows icon images. Any help on this would be appreciated. Thanks
|
| Generics and inheritance | 19 Nov 2007 16:16 GMT | 8 |
Sorry if this is the wrong group, but I can think not of where else to post (excepting of course my cross group post to .NET Development/General) I have an inheritance hierarchy in place as follows ... PersonVisitor<T> <-- AlphabeticVisitor<T> <-- FamilyNameVisitor<T>
|
| extract method for better readability | 19 Nov 2007 16:11 GMT | 5 |
hey all, i have about a 40 or more lines in my switch statement and was just wondering if it was worth extracting out the individual case statement which would involve passing a Table object, 2 ints and a string?
|
| Where i can define global variable? | 19 Nov 2007 16:07 GMT | 2 |
i worked with VB6 then i changed to C#. i want define Variable thats i can accessed from any Form or Class in my project. in VB6 you can do that by define as "Global" in Module, but in C# i can't
|
| File.Exists() | 19 Nov 2007 16:01 GMT | 5 |
I'm trying to check whether a .lnk (LNK - Windows shortcut file) exists. I can successfully create the lnk file and then go browse to the folder and see the lnk file is there, but calling File.Exists("test.lnk") fails. How can I do this?
|
| Write AppSettings Keys Programmaticaly | 19 Nov 2007 15:23 GMT | 1 |
I am Developing a web application and reading connection strings from Web.Config file, How can I write appSettings keys programmaticaly via a web page ? Thanks
|
| Thread Loading Form | 19 Nov 2007 15:14 GMT | 1 |
I have a form with a loading bar as marquee so i don't need to play with the progress thing. It's just a form to show activity in other way. So what i need to do is start it at the beginning of the process which
|
| How to implement a 3 way Rocker Switch | 19 Nov 2007 15:08 GMT | 2 |
I have a button (System.Windows.Forms.Button) on a form (WinForm, C# Application). I would like to have a counter counting up (or down) as long as the user is pressing down the button, in other words I would like to implement a Rocker Switch – 3 ways.
|
| .NET XmlSerializer can serialize xs:documentation elements? | 19 Nov 2007 15:01 GMT | 1 |
Id like to know if .NET XmlSerializer can serialize "xs:documentation" elements. For example, consider the following code fragment written in C#: public class class1 : WebService
|
| Do something if the parameter name is someParam | 19 Nov 2007 12:46 GMT | 4 |
I m trying to do something (check values) if one of the parameter in a procedure is used, for example let say I have the following procedures: index(int a, string specialParam, ..)
|
| determine object's collection | 19 Nov 2007 11:32 GMT | 1 |
This may be a silly question, but anyway: If I have collection / list of objects: public class MyCollection : List<MyObject> {
|