all groups > dotnet general > july 2005 > threads for monday july 4
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
Cannot debug suddenly
Posted by Christopher Burns at 7/4/2005 1:07:01 PM
Hi all,
I have a problem that occurred out of the blue. I was able to work just
fine, debug apps, etc. and now, all of a sudden, I cannot debug.
I get a dialog box saying:
"Error while trying to run project: Unable to start debugging on the web
server.
Click help for more information... more >>
How to get the Icon for a file type?
Posted by DraguVaso at 7/4/2005 10:42:03 AM
Hi,
In my application I need to list some files (a little bit like in windows
explorer), and I wan't to show next to each file the right Icon, as used in
windows explorer. how can i find which Icon is used for each file-type, and
use that icon to be shown in my application?
Thanks a lot in ... more >>
Problems with ISnumeric
Posted by FHR at 7/4/2005 9:26:01 AM
Hi,
i have a problem with this function,
i have installed in my computer the framework (v1.1.4322) and Isnunmeric set
to false the next operation:
isnumeric ("1")
in another computers that works fine but in my computer i have that results.
Code was "compiled" in another machine and i only ... more >>
.Net Framework crossplatform
Posted by Alx at 7/4/2005 9:04:02 AM
Hello everybody...
I got a question about porting my application to other operating systems.
I'm very comfortable writing applications with VS.NET 2003 (VS .NET 2005
looks even much better), but the enterprise I work in has some computers
running Linux. So my question is: is there a project ... more >>
Inheritance
Posted by Dick at 7/4/2005 5:52:04 AM
I want to make a base class such that it can only be inheritted by derived
classes that exist in the same project as the base class. But I want the
classes (at least the derived classes) to be public. Can this be done?... more >>
Excel add-in
Posted by schouwla NO[at]SPAM yahoo.com at 7/4/2005 2:36:42 AM
I am a dotnet newbie..
Does anyone have experience with building an Excel add-in using dotnet?
NOW:
Currently I have programmed a VBA add-in that calls some C++ functions
in a dll.
The VBA code calls another VBA add-in for getting out market data (not
programmed by me).
POSSIBLE FUTURE ... more >>
Executing EXE
Posted by Yoshitha at 7/4/2005 12:00:00 AM
Hi
I wrote the following code to run the exe file in my web application
System.Diagnostics.Process.Start("E:\Projects\Encrypt-Decrypt\bin\WindowsApp
lication1.exe")
and it is running successfully in windows 2000 professional , but the same
code is not working in windows server 2003.
can... more >>
CrystalReportViewer Search text in subreport
Posted by Clare s Wheeler at 7/4/2005 12:00:00 AM
Hi
I have some reports that are built using subreports, but from the user's
perspective it just looks like one report.
>Is there a way to allow a user to search for text anywhere in the report
(ie: even the subreport sections) when the ReportViewer is just showing the
MainReport?
>Can th... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
XP style controls in W2000
Posted by DraguVaso at 7/4/2005 12:00:00 AM
Hi,
How Can I have in my VB.NET-application XP-like Controls, when it is
deployed on Windows 2000? I don't think a manifest file will work than? Or I
didn't manage to get it work?
Any help would be really appreciated.
Thanks a lot in advance,
Pieter
... more >>
|