all groups > dotnet general > august 2006 > threads for tuesday august 1
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
VB.NET String Manipulation similar to RegularExpresion
Posted by Niyazi at 8/1/2006 11:57:01 PM
Hi,
Does anyone knows any good code for string manipulation similar to
RegularExpresion?
I might get a value as string in a different format. Example:
20/02/2006 or 20,02,2006 or 20.02.2006 etc...
And I want to replace the /,.etc character with - (as 20-02-2006)
The VB.NE... more >>
looking for a good thesaurus tool
Posted by moondaddy at 8/1/2006 11:39:01 PM
I'm looking for a thesaurus tool I can use in an application. I was hoping
it could be a web service where my app could submit a work and get a list of
results back which my code could use. any good ideas?
--
moondaddy@noemail.noemail
... more >>
Massive bug in WinForms 2
Posted by schoenfeld1 NO[at]SPAM gmail.com at 8/1/2006 11:28:01 PM
Why does WinForms in .NET 2 paint container controls more times than
necessary?
Steps to reproduce:
1. Make a UserControl called 'Widget'. Put some buttons / labels / etc
inside this control.
2. Make a UserControl called 'Container'. Place a bunch of 'Widget'
controls inside here.
... more >>
stupid question about Visual studio .net
Posted by Alain R. at 8/1/2006 8:01:14 PM
Hi,
I really like th Visual studio.net environment and windows type.
It looks like a simple SDI application, but i guess that behind this SDI
application look, MS has in fact developed a real MDI application and
just hide that windows bar.
Could you tell me more about this method ?
tha... more >>
how to create our oun extentions and how to recongnize them throug our s/w
Posted by Yoshitha at 8/1/2006 6:05:56 PM
Hi
We have an application to develop in C#.Net.
That application is similar to Adobe Photoshop.
In that we have to get the functionality similar to how psd file is created
in photoshop.
we need to save our work with a new exetention (say *.cws) like *.psd in
photoshop so that later we need t... more >>
Preventing Windows From Shutting Down
Posted by Mark at 8/1/2006 4:56:21 PM
It is possible from a .NET application to prevent Windows from shutting
down?
I understand that a .NET application can "know" that windows is initiating
the process of to shutting down - but what about *preventing* that shutdown?
(and yes - I know the user can always unplug the machine)
... more >>
Considering the HIGH prices of VSTS, any suggestion what to choose
Posted by Bruce One at 8/1/2006 11:38:02 AM
Well folks, considering the high prices for the current VSTS MSDN Premium
subscription, I propose we take a pause and look of what each one of the 3
possible package DOES NOT have:
Team Edition for Software Architects: Unit Testing, Code Coverage / Dynamic
Code Analyzer, Static Code Analyz... more >>
Missing Dll mscoree.dll
Posted by Miro at 8/1/2006 10:45:42 AM
I created a simple vb.net ( 2003 ) exe with some process kill commands.
-Beginner.
When I run it on my machines here, ( just copy the exe around ) it works.
When I copy it to another machine, I get an error,
"Missing mscoree.dll" and then it gives a bunch of paths - im assuming
where it ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
EXE name different from project name?
Posted by Emby at 8/1/2006 9:18:54 AM
I have a VB.NET project in which I want the EXE name to be different from
the VB Project (assembly) name. But I don't see where in the project
properties one can specify the target output name. What am I missing?
BTW, this is a simple, single form alert utility.
Thanks ...
... more >>
Why so slow with the Service Pack?
Posted by CMM at 8/1/2006 8:06:42 AM
What's up with Microsoft's ludicrously slow response to the myriad of bugs
in VS2005 /.NET 2.0? After about 5 months of tinkering and prototyping, we
finally decided to shelve ALL projects scheduled for .NET 2.0.
We certainly didn't expect the fixes to take so long. Frankly, at this
point, ... more >>
How to displays treeview leaves as normal text and not hyperlink
Posted by maflatoun NO[at]SPAM gmail.com at 8/1/2006 6:56:44 AM
Hi,
I'm using the asp:TreeView component of asp.net 2.0 and my tree is
structure is
Root
-- Parent 1
--------- Leaf 1
--------- Leaf 2
However, Leaf 1 and Leaf 2 both appear to be as hyperlinks (fire an
event). How can I disable the hyperlink property of Leaf 1 and Leaf 2
so that it o... more >>
Download File From Content-Disposition
Posted by rony_16 at 8/1/2006 6:09:40 AM
Hi,
I have a program that connects to a site With WebRequest and
WebResponse .
The response of this site is a file (csv file).
The problem is that the file do not comes as a stream , hi is a part of
the header
(Content-Disposition:attachment; filename=changehistory.csv)
i tried to download th... more >>
How to draw a one pixel line
Posted by Sonic at 8/1/2006 3:33:01 AM
I want draw a line for saperate form, how do i do?
thx... more >>
|