| | Rating Thread /
Thread Starter | Last Post  | Replies | Views |
|  | Anybody knows how to uninstall it? nothing in the 'add or remove' in control
panel. Thanks. After I have installed Window Desktop Search, whenever...
DK
|
07-11-2006 06:23 AM
DK | 1 | 35 |
|  | On 11/7/2006 4:41 PM, Martin Caldwell wrote:
One way is to try running the application as a system service. Programs
such as FireDaemon can do...
Small Potato
|
07-11-2006 05:11 AM
Small Potato | 0 | 17 |
|  | there are programs that let you run an application as a service...
there there is a type of service that works even if you are not logged on...
so...
John Jay Smith
|
07-11-2006 04:56 AM
John Jay Smith | 0 | 18 |
|  | Basic Syntax:
I have a formula that needs to return "N/A" or a date.
So the formula returns string
where I am stuck is
what is the equivalent of (MS...
jonefer
|
07-11-2006 04:21 AM
jonefer | 0 | 18 |
|  | Hi,
I have a serious problem with visual studio 2005.
When two users open the same project, the second is veeeery slow.. the
environment opens...
Leo De Candia
|
07-11-2006 04:19 AM
Leo De Candia | 0 | 18 |
|  | When developing web services, I have to add a web reference to the
service that resides on my local machine. All fine and good, and when I
deploy...
Yoni
|
07-11-2006 03:37 AM
Yoni | 0 | 17 |
|  | Hi all,
Could any one help me out that how can I ship additional components
with my .net 1.1 windows application. The components will only...
ramesh
|
07-11-2006 02:35 AM
ramesh | 2 | 19 |
|  | Hi all,
I get the following linker error when compiling a project written in
VS2003. net
How do I solve this ?
Here are two more errors :
AT
|
07-11-2006 01:20 AM
AT | 2 | 24 |
|  | Hi, I've seen on some applications like emule, options on limiting the
amount of outgoing and incoming bandwith the application uses. How can
I...
DCaballero
|
07-11-2006 01:17 AM
Carl Daniel [VC++ MVP] | 5 | 16 |
|  | Goran,
It seems to be an hobby from developers to tell what others said.
I said in the entire thread that if there was a result it should...
Julie
|
07-10-2006 06:31 PM
Ciaran | 48 | 90 |
|  | Seeking suggestions for components to use in the development of an
auto-dialer that can also play audio files. Ideally it will be able to tell
the...
wally
|
07-10-2006 06:00 PM
Dick Grier | 2 | 14 |
|  | The only examples I have seen on how to check if a file is locked is to
try to open it a catch an exception.
MS has stated that you should never use...
cmay
|
07-10-2006 05:40 PM
Julie | 5 | 17 |
|  | If I change just one content file in my app, the client machine still
downloads the entire package when updating. How can I make it only
download...
AT
|
07-10-2006 05:25 PM
AT | 0 | 15 |
|  | Hi,
Is there a way to programmatically start/stop IIS App Pool remotely on a
different machine ?
Thanks!
Navin
Navin Mishra
|
07-10-2006 04:50 PM
Navin Mishra | 0 | 12 |
|  | When I run my program, I open a picturebox with a photo loaded in to it using
the code:
PictureBox1.Image = Image.FromFile(strPath & strImage).
I...
Mark
|
07-10-2006 04:24 PM
Barry Kelly | 4 | 16 |
|  | Does anyone know if there is some way to specify a RELATIVE path to an .MDF
file for testing with the Team Unit Testing stuff in Visual Studio...
porko
|
07-10-2006 02:30 PM
porko | 0 | 11 |
|  | Will there be a .NET 2005 version of the User Interface Process application
block released any time soon? Version 2 of the current rendition of...
Nick T
|
07-10-2006 02:16 PM
Nick T | 0 | 9 |
|  | Hi,
I'm not sure if I've posted this on the correct forum, but I couldn't see
anywhere else that related to this specific problem.
We have...
Andy Rush
|
07-10-2006 02:08 PM
Andy Rush | 0 | 15 |
|  | I found a FAQ on the MS website that states "No licensing restrictions for
applications built using the Express Editions" but my boss wants...
Chuck B
|
07-10-2006 01:39 PM
Marina Levit [MVP] | 5 | 15 |
|  | VB2005
in an app i have a variable defined as a Guid.
This variable is populated from a sql server database.
If i look at it using myGuid.ToString i...
guy
|
07-10-2006 12:12 PM
guy | 4 | 20 |
|  | Dave,
In my test app I am not setting the SO_OOBINLINE socket option. Because of
this, the byte indicated by the urgent pointer field in the packet...
N. Spiker
|
07-10-2006 10:11 AM
N. Spiker | 1 | 11 |
|  | Hi - I have a wizard which has about 4 RadioList controls on it, all of which
are populated from a data object. As far as best practices go, would...
Morgan
|
07-10-2006 08:53 AM
AT | 4 | 12 |
|  | Normmally we can show the user what happening in
background. For example we can give the Refresh() method.
I want use same thing in ASP.Net
mohanmca (AT) yahoo (DOT) com
|
07-10-2006 07:51 AM
ValliM | 3 | 11 |
|  | Hi
I'm working on an application that contains classes for licensing,
authentication etc, including all the algorithms of encryption/decryption
etc....
Usman
|
07-10-2006 05:41 AM
C-Services Holland b.v. | 14 | 24 |
|  | Hi all,
I'm using C# and an Access database.
Trying to load a crystal report to the viewer control.
And I keep getting the "Login database" dialog...
Danny
|
07-10-2006 04:04 AM
Danny | 0 | 15 |
|  | hi all,
I need your help with the following scenario:
I am using VS 2005 and SQL server DB, my form has 3 textboxes
txtTotalAmount,...
netasp
|
07-10-2006 03:50 AM
AT | 3 | 11 |
|  | Dear all,
I have a windows application which is based on plug-ins concept. What I mean
that that is that the main application extends it's...
serge calderara
|
07-10-2006 03:20 AM
serge calderara | 0 | 8 |
|  | I'm facing a problem in calling a signed .Net class library (c#) from
VB6 exe.
I have a VB6 exe calling .net assembly. The call to .Net dll works...
pranesh.nayak (AT) gmail (DOT) com
|
07-10-2006 02:23 AM
pranesh.nayak (AT) gmail (DOT) com | 0 | 12 |
|  | localization of lang. using resource files resides in the global resources
folder (App_GlobalResources).
Currently In my application, I need to have...
vivek
|
07-10-2006 01:58 AM
vivek | 0 | 16 |
|  | I am running VS.net 2005 Express and Sql Server 2005 Express. The DB
and VS are both on the same PC.
I cannot connect to a database from within...
AT
|
07-09-2006 04:22 PM
AT | 0 | 15 |
|  | Hi,
how can i reference the build numbers for the application publication, to
display in about box
--
_________________________
Adam...
Adam Simmonds (SimAda00)
|
07-09-2006 03:27 PM
Michael Nemtsev | 3 | 10 |
|  | If I want to search for a character within a sring, I normally use
x = myString.IndexOf("T")
However, what if I want to look for a quotation mark...
AT
|
07-09-2006 10:23 AM
guy | 3 | 10 |
|  | Hi
If I'm developing a console application, I'd rather not have to go to
the project settings and edit the command line arguments each time and
then...
AT
|
07-09-2006 10:20 AM
V | 1 | 14 |
|  | Is this forum for ASP.NET questions? Or is there another forum for that?
dancer
|
07-09-2006 09:17 AM
Somebody | 32 | 41 |
|  | What happened to my thread? It is no where to be found. Does somebody
delete a thread after a certain number of replies? It was started in June.
Somebody
|
07-09-2006 09:00 AM
Somebody | 0 | 13 |
|  | I just made big mistake on my c# source code.
I did undo check-out my files accidently.
The only things I have are the DLL files.
Other source files...
Back 9
|
07-09-2006 07:29 AM
DelphiMan | 2 | 9 |
|  | Hi
I am pretty new to prgramming and i'm having a spot of trouble with one
of my programs, i would like to, when a condition occurs chnge the...
Robert
|
07-09-2006 05:15 AM
Morten Wennevik | 1 | 24 |
|  | Hi,
I am writing a software under .NET, what I need is a way to use my
assemblies from within unamanaged c++ or VB6 projects. Is there a way
that can...
Kamen
|
07-08-2006 06:26 PM
Barry Kelly | 3 | 14 |
|  | Im using a datagrid object to view data,
Is it possible to extend selected row and show other details at the extended
part
of the row?
If the answer...
aaa
|
07-08-2006 11:39 AM
Cowboy \(Gregory A. Beamer\) | 1 | 14 |
|  | What event is triggered in ASP.Net when you close the browser ? What
event is normally used to trigger clean up stuff when going from one
form to...
AT
|
07-08-2006 09:18 AM
Kevin Spencer | 1 | 9 |
|  | Have vs.net 2005 loaded and am trying to install service pack 1 for 2.0
and
get the following error. What do I have to un-install to install...
AT
|
07-08-2006 08:20 AM
Matthijs ter Woord | 5 | 10 |
|  | Hi:
Does anyone know of a utility to count the lines of code in a given
solution?
I'm using VS2005, just in case this makes any...
Martin Hart
|
07-08-2006 06:37 AM
Steve Barnett | 4 | 12 |
|  | Hi, this is my first time here, but I was looking for something that
may help me, and still, I haven't found something to use.
I'm using a website...
armando perez
|
07-07-2006 07:39 PM
armando perez | 3 | 14 |
|  | Is there any information out there about developing IE7 addons?
Jon Turlington
|
07-07-2006 07:18 PM
Jon Turlington | 0 | 9 |
|  | Hi,
I am writing a software under .NET, what I need is a way to use my
assemblies from within unamanaged c++ or VB6 projects. Is there a way
that can...
AT
|
07-07-2006 06:08 PM
AT | 0 | 14 |
|  | Hi
In the "good old" Classic ASP days, I used to stream records from a SQL
Server database out to the user's browser in CSV format by using...
AT
|
07-07-2006 04:44 PM
AT | 0 | 14 |
|  | With .net having been around for a while now, does anyone know what the
uptake of major software houses is in using .net for Windows...
Jim
|
07-07-2006 01:36 PM
Franklin M. Gauer III | 9 | 10 |
|  | Hi, hope I'm posting to the right forum.
I'm using C# under .NET 1.1, Windows XP SP2
I have a form and I've overridden WndProc to print to a text...
lisseut
|
07-07-2006 10:26 AM
lisseut | 0 | 15 |
|  | Is it possible to for a custom control to have 2 properties bound to 2
different fields from the same ADO.NET datasource. I noticed when...
codoherty
|
07-07-2006 09:39 AM
Joanna Carter [TeamB] | 6 | 9 |
|  | Hello,
I am learning .NET 2.0. I need to write an assembly to be added to SQL
Server 2005 database DemoSQLServer, with stored procedures....
R.A.M.
|
07-07-2006 09:21 AM
R.A.M. | 0 | 11 |