| Thread | Last Post | Replies |
|
| Add an image to an imageList from a ressource | 06 Jun 2007 09:03 GMT | 2 |
I want to add an image in an imageList. I use the VS designer to create my imageList. When I try to add an image to it, VS open the Windows Explorer... and I want to use an image in my ressource file.
|
| How to clone an object ? | 06 Jun 2007 06:39 GMT | 2 |
Hello, friends, In c#.net, I need to clone an object passed into a method, private object generateCollection(object userInfo) {
|
| scanner memorex 6142u with vista | 06 Jun 2007 05:00 GMT | 4 |
Anyone have any ideas on how to get my scanner to work with vista. New computer which has Vista and now my scanner and sidewinder precision both don't work - yes they work on the other computer, but of course I want those on this unit. Any ideas Tried install and it does not ...
|
| Regex Favorite parser | 06 Jun 2007 03:52 GMT | 1 |
I am creating some program which should get URL param from IE favorites files. And I need create correct Regex for this. Now I have this string WorkString =
|
| autoscaling of winforms | 05 Jun 2007 18:29 GMT | 1 |
i'm a newbie to winforms.... i've designed few forms... but when the resolution is changed to lowest number.. i'm not able to see certain buttons on my form...
|
| Dynamic compilation | 05 Jun 2007 18:08 GMT | 1 |
I have a big problem. In fact, I have a program coded in C#. In this one, I generate a vb.net assembly. Everything is ok. It works well. But now, my problem is the following. I want to export the .net object in1 created in the code I want to
|
| Debug this if you can. | 05 Jun 2007 17:05 GMT | 13 |
I have a class A derived from interface B. I create object of A (using reflection) and then i try to cast the object A to type B, object objA = MyReflectionFunction("classA");
|
| How do I Close XmlDataDocument? | 05 Jun 2007 16:54 GMT | 2 |
I am using the following code to open an XML document: Dim datadoc As New System.Xml.XmlDataDocument datadoc.DataSet.ReadXml(New StreamReader(sFileName), XmlReadMode.InferSchema) When I am through using the XML file I want to rename it to another folder
|
| finding files in a directory | 05 Jun 2007 16:26 GMT | 2 |
how to get the number of files in a directory...including the files in the subdirectories... is there any default method of Directory class.. please help out
|
| caspol.exe from .NET 2.0 on Vista - access denied | 05 Jun 2007 16:24 GMT | 5 |
I've installed Vista Business on a virtual machine, created a user "test" during installation. This user is in the Administrators role, I can see it in Computer / Manage / Local Users and Groups. My problem is next. When I run a .NET 2.0 configuration command
|
| help on regex | 05 Jun 2007 16:24 GMT | 1 |
i want a reg exp for the below format.. 1.0.00.0000 i tried as follows \d\.\d\.\d{2}\.\d{4}
|
| Problems with managed classes | 05 Jun 2007 13:45 GMT | 1 |
I've got two classes, ObjClass1 and ObjClass2. I need them to both know about one another but I can't include the header twice because of a "type redefinition" even though it's the same file. Ex: -----ObjClass1.h-----
|
| ClickOnce Outside form a restricted Web site | 05 Jun 2007 11:23 GMT | 1 |
We have an application that we distribute internally, with in our domain. We would like to distribute it to a select group of users that will log into a Web site. I find very little information on using the ClickOnce technology when on needs to log into the publishing URL.
|
| intercept form closing | 05 Jun 2007 09:09 GMT | 8 |
What I need is to intercept MDI Parent form closing. As for now, MDI Parent form closing event is rased only after all child forms are closed. And I can't cancel this operation. If user had accidentaly clicked form X
|
| VS 2005 post Build event problem | 05 Jun 2007 08:53 GMT | 6 |
I'm working on Windows 2003 Server SP2 X64 edition to create SharePoint extentions. After each rebuild, I have to recycle app pool that use the extention I've build, that's why I wanted to add the following line in post build events :
|