| Thread | Last Post | Replies |
|
| change colour of tab? | 30 Sep 2005 04:08 GMT | 1 |
I'd like to change the colour of my tabs. I can change my background colour of my tab control, but the actual tabs, with the text on them don't change colour. Am I missing something?
|
| Blue Squares on side of VSS.NET | 30 Sep 2005 03:43 GMT | 1 |
For some reason, blue squares with rounded corners started appearing on the left side of VS.NET -- in the same place were the brown circles that represent breakpoints are. What do these represent?
|
| ClickOnce Deployment Manifest issues | 30 Sep 2005 03:24 GMT | 1 |
 Signature Dany Couillard, ing.
|
| Screen capture does not work in Windows Service...? | 29 Sep 2005 22:51 GMT | 4 |
I have a little problem. I have a class that uses Windows API to capture a snapshot of the screen. I have this class in a library that I include in my projects. When I try to use this class in a windows service, the snapshot comes up as
|
| Is it possible ti inherit form 2 dll | 29 Sep 2005 22:03 GMT | 3 |
I am using 2 .dlls to create a 3 dll and I would like to expose all the methods and functions form dll1 and dll2 in my 3dll so it appears as if the methods sre in my 3dll. Currently I have Imports dll1
|
| Can a .net app have the same behaviour like an VB6 Activex.exe? | 29 Sep 2005 21:11 GMT | 2 |
I have an activex.exe with a public class, in order to be accessed by other apps. the activex.exe was upgraded to .net, and i'm unable to make other apps comunicate with the new version.
|
| OleDbCOmmand: Parameterized Queries | 29 Sep 2005 21:05 GMT | 1 |
I'm using the OleDbCommand object to build a parameterized query, and I'm curious if there's any way to retrieve the actual query, with the parameters?
|
| Crystal Reports | 29 Sep 2005 20:28 GMT | 3 |
Is anyone familiar with using Crystal Reports and coding all of the connection stuff without using their expert or wizard?
|
| Problems with System.Net.WebClient | 29 Sep 2005 19:01 GMT | 3 |
Hi! I have a program that excutes the following code: DirectoryInfo diretorio = new DirectoryInfo(@"C:\teste"); FileInfo[] arquivos = diretorio.GetFiles("*.xml");
|
| Pattern matching when Copying | 29 Sep 2005 18:55 GMT | 2 |
If I want to copy files using a pattern like: I want all files on a directory that start with 20050822 to be copied to a different directory. I can't get file.copy or copyfile to accept *.* pattern matching. Does anyone have the code to make this work? Thanx if you can
|
| Updating the AssemblyFileVersion | 29 Sep 2005 16:21 GMT | 1 |
I have a software procect that now has over 30 .Net assemblies and I need to maintain the AssemblyFileVersion for the builds. I know it is possible to write a little utility that rifles through all the AssemblyInfo.cs files and changes the value. Are there other
|
| Reference to a non-shared member requires an object reference | 29 Sep 2005 16:13 GMT | 3 |
Trying to compile this code: <System.ComponentModel.Browsable(false), _ System.ComponentModel.DesignerSerializationVisibilityAttribute(System.Compon entModel.DesignerSerializationVisibility.Content)> _
|
| if off subject, sorry, ?? | 29 Sep 2005 15:41 GMT | 1 |
I have a older Microsoft trackball that I would like to use., when I tried to install, I get a message that says, XP cannot work well with this older trackball software. So, my question. Is there a way to make Windows XP work with my
|
| Free .NEt IDE | 29 Sep 2005 15:38 GMT | 1 |
Someone know free .NET IDE? thanks
|
| App Deployment scenario | 29 Sep 2005 13:41 GMT | 2 |
I am building an app that will do online job applications. I am starting my UML modeling of the app and realized that one portion of the app will be only available internally, while the rest of the app will be external through our public website. What is the best method of
|