all groups > dotnet general > october 2005 > threads for monday october 31
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
How to execute a batch file without showing the execution?
Posted by den 2005 at 10/31/2005 5:11:01 PM
Hi Everybody,
Is anybody knows how to Hide Execution of batch file at background? I mean
without displaying the DOS Prompt window while batch file is being executed.
I used code below to execute batch file. Is there other ways to do this? I
need help. Thanks.
Code:
System.Diagnostics.... more >>
ListBox OwnerDrawVariable
Posted by Max at 10/31/2005 4:58:21 PM
Hello,
I have a multi line listbox which I paint using DrawItem and MeasureItem, the latter I use to compute the height of each entry.
The problem I have is that the horizontal scroll bar is not displayed when an entry has some long line of text in it. Can anyone
help?
Cheers,
Max.
... more >>
ListView - autosizing columns to fit data
Posted by ASGMikeG at 10/31/2005 4:13:04 PM
Hi,
Does anyone have a bit of code that will auto-size the columns on a ListView
to fit the column headers AND data in those columns ?
Regards
Michael... more >>
tabcontrol - cannot disable or hide tab pages
Posted by ASGMikeG at 10/31/2005 4:12:03 PM
Hi,
I'm upgrading an application from VB6 to .NET. It used tab controls in VB6
to achieve a tab dialogue / wizard type effect - navigating from one tab to
the next as the user filled in information.
When this has upgraded to .NET the user can suddenly click on the other tabs
without havin... more >>
Microsoft .NET Framework 2.0 Configuration applet
Posted by Greg Burns at 10/31/2005 4:05:43 PM
When I install .NET Framework Version 2.0 Redistributable I cannot find the
2.0 Confiuragation applet in control panel?!?
http://www.microsoft.com/downloads/details.aspx?FamilyID=0856eacb-4362-4b0d-8edd-aab15c5e04f5&DisplayLang=en
My machine has the applet after installing VS.NET 2005 RTM.
... more >>
Deploy .net 2.0
Posted by balmerch at 10/31/2005 4:04:02 PM
I have an application on our network for installing printers at any location
in our organization. So someone from town A can install printers from town B
across our VPN with a single click and no knowledge of printers, drivers,
etc. The issue I have is that .net 2.0 isn't on everyones computer... more >>
Reflection....
Posted by UJ at 10/31/2005 3:53:44 PM
Can somebody point me to an explanation of what Reflection is? I've tried
looking in the help and it's not very helpful.
TIA - Jeff.
... more >>
Bitmap.HorizontalResolution is read-only.
Posted by Olaf Baeyens at 10/31/2005 12:03:14 PM
To my big suprise HorizontalResolution and VerticalResolution iof the Bitmap
class are read-only!
Is there any reason to this? And How do I change them?
Bitmap bitmap = new Bitmap(imgPhoto.Width,imgPhoto.Height,FileFormat);
bitmap.HorizontalResolution=(float)Resolution.XPixelsInInch;
bitmap.V... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
ict file
Posted by netoec84 at 10/31/2005 11:56:12 AM
Hi, I create a custom control in c# for InfoPath, it works great but I copy a
ict file create for other control and it have a icon, I want to create the
string that represents my own icon... how can do it??? thanks
... more >>
Starting ASP.Net application problems
Posted by John at 10/31/2005 11:29:13 AM
I get the error below which appears randomly when I run my asp.net
application from inside VS. I have to click 'continue' a number of times
each time I run a debug cycle. Does anyone have the solution to remove this
problem? I have tried re-installing .Net framework and clearing the Temp
ASP... more >>
Press Release: InstallAware First (and Only) Installation Toolkit to Support .NET 2.0 Installations
Posted by InstallAware at 10/31/2005 10:00:18 AM
For Press Inquiries:
Sinan Karaca
InstallAware Software Corporation
336 Guerrero Street, San Francisco CA 94103
415 358 4094 (voice/fax)
sinank@installaware.com
http://www.installaware.com/
InstallAware First (and Only) Installation Toolkit to Support .NET 2.0
Installations
One click de... more >>
message filters
Posted by Neil Stevens at 10/31/2005 8:43:33 AM
Hi All,
I am in the process of creating a message filter for an application that i
am writing, this is really just a question for information on the LParam
value of the PreFilterMessage method.
Now, i know that this parameters value depends on the message, but is there
any information an... more >>
Do I need .Net Framework 1.1 Redistributable after 2.0?
Posted by PHiLiP at 10/31/2005 12:00:00 AM
Do I need to keep version 1.1 if I have the new 2.0 installed?
Setup doesn't look like it has uninstalled the old one, which suggests
2.0 is not a direct replacement. Am I correct?
... more >>
Attributes: I want my setter to be protected or private
Posted by Flipje at 10/31/2005 12:00:00 AM
In my view, there is a major drawback to using attributes: the getter and
the setter have identical protection levels. But I usually want the getter
to be public and the setter to be protected or even private.
Example: I would have liked this to be possible:
int Thingy
{
public get { r... more >>
memory requirement & .NET performance wonderment...
Posted by Lloyd Dupont at 10/31/2005 12:00:00 AM
I just stumbled on a forum were people were saying they were porting old
native C++ app to winform/C#/.NET
and they experienced:
- drop in performance
- huge memory consumption.
Someone was saying this:
========
Recently I ported to C# a small transmatch cirquit design C++ application I
wr... more >>
Upgrade Reasons
Posted by Glen W via DotNetMonster.com at 10/31/2005 12:00:00 AM
I need 10 reasons to give to my boss to convince him to upgrade to VS 2005.
So far I've got the 2 obvious ones: Generics and Refactoring, one makes code
safer the other makes writing code easier. I also like snippets and partial
classes.
Any other suggestions would be greatly appreciated.
... more >>
|