| Thread | Last Post | Replies |
|
| Ctrl-F -Current Project ?? | 09 Nov 2006 19:47 GMT | 1 |
Does the search via the 'current project' not work in dotnet? Seems to still only search the currently opened document. dang! Is there a way around this?
|
| Same AssemblyName | 09 Nov 2006 17:20 GMT | 4 |
hi.. Is there any way that I can make two assemblies have the same name? I mean the same AssemblyName not Display Name. thanks
|
| Multi Developer Guidelines/Best Practices | 09 Nov 2006 17:01 GMT | 1 |
Our shop has 6 .Net developers, most of our work to date has been one developer on a project at a time, occasionally 2 for brief periods of time. We have souce control (SourceGear) and love what it does for us. We have a mixture of C# and Vb code (some prefer one versus the other,
|
| About Image editing | 09 Nov 2006 16:46 GMT | 1 |
Hi friends, I want to edit image. Means i have images & i m opening tht images in browser so on tht image i want to mark some part of tht image so tht i can hide tht specific part of image. I have searched a lot but i m not
|
| vb.net retriew web page results | 09 Nov 2006 16:37 GMT | 1 |
Hey guys - hope this one is simple Need an app that will take a list of web site addresses (in our intranet) and return the results of the web page..
|
| using reflection to discover a nested structure | 09 Nov 2006 14:01 GMT | 9 |
All, Can anyone supply an example or reference to an example of using reflection to determine the data types and array lengths contained in a nested stucture in C#? Actually, it is a structure that I use to communicate
|
| Help Tool | 09 Nov 2006 11:19 GMT | 1 |
We have a windows based application and currently have our help file as a .CHM file. We intend to use some other tool that will: 1) be able to upload the help manual on our web site 2) be able to fully integrate with VS 2005 so that the help can be
|
| help missing files | 09 Nov 2006 11:14 GMT | 1 |
I have files that i stored in my documnents that were created on word and now they are missing i have tried everything for some reason when you go to bring up the file it says it is a read only file and i am unable to get into that file. i have tried everything even a system ...
|
| How can I open a console window and run a command line? | 09 Nov 2006 11:11 GMT | 1 |
I would appreciate if someone helps me. I am reading a book called MS visual c++ .net step by step. I am using Visual C++ .net version 2003. I am trying to learn reading from file using system::io. I have been asked to build the application, open a
|
| Command line with imput file in Process | 09 Nov 2006 06:32 GMT | 1 |
I’m starting a software from command line like this: Program.exe < ParamFile.txt How can I start something like this with System.Diagnostics.Process? Regards,
|
| Daylight Savings in 2007 | 09 Nov 2006 06:01 GMT | 10 |
There are changes to Daylight Savings Time in 2007. I have found a posting on Microsoft.com (http://www.microsoft.com/windows/timezone/dst2007.mspx) saying that there will be patches for the Operating Systems in mid-November this year. Does anyone know what is planned for the ...
|
| Compiling a Class Library project into multiple assemblies | 09 Nov 2006 01:38 GMT | 3 |
I'm working on developing a large Class Library project that is slowly becoming a shared "framework" library amongst multiple applications. As this shared library grows, I need to start thinking about ways to split this library up.
|
| MySql and OleDB | 09 Nov 2006 01:17 GMT | 1 |
After extensive searching I have come to an apparent dead end. I need to access a MySql database from C#. ODBC makes this very easy however not every customer is running MySql so I want to create a reusable OleDb layer that can be used with Sql Server, Oracle, MySql. I found ...
|
| [Q] Cast remote object to a local object | 08 Nov 2006 23:34 GMT | 3 |
hi. guys, I have two AppDomains, AppDomain0 and AppDomain1. In AppDomain1, I got a class implements an interface IInterface0. In AppDomain0, I also define a IInterface0, the code of two interfaces are exactly same.
|
| Regedit in vb 2005 | 08 Nov 2006 22:11 GMT | 2 |
hi im using vb 2005 and am trying to export a reg key, code: procID = Shell("c:\windows\system32\regedt32.exe /e:a c:\\" & Sub_Key & ".reg HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shared Tools\MSConfig\startupreg\" & Sub_Key, AppWinStyle.NormalFocus, True, 100000)
|