all groups > dotnet general > june 2005 > threads for friday june 10
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
Programming for RS-485 serial communication
Posted by Quan Nguyen at 6/10/2005 10:55:02 PM
All examples @ MS website for serial port communication are specifically
indicated for RS-232 interface, such as:
http://msdn.microsoft.com/netframework/programming/interop/default.aspx?pull=/msdnmag/issues/02/10/NETSerialComm/TOC.ASP
http://www.microsoft.com/downloads/details.aspx?FamilyID=07... more >>
App Paths and Assemblies
Posted by Ron Bremmers at 6/10/2005 7:42:51 PM
I have a application (.exe) and one assembly (.dll).
When the two files are in de same folder, it works fine.
But I want to create a subfolder called for example "DLLs".
When I move the assembly to the DLLs folder, the exe doesn't work anymore.
So I create a key in de "App Paths" section of the ... more >>
Remove Microsoft Word formating (in html doc) - regular expression
Posted by dave at 6/10/2005 5:23:04 PM
I have an html document created through MS Word (save as html).
I would like to find a regular expression that can be used to remove all of
the formatting. Any help would be greatly appreciated.
thx
dave... more >>
URGENT: OutofMemoryException.
Posted by Mahesh D. Rane at 6/10/2005 12:07:52 PM
Whenever our ASP.Net application starts it consumes 40 MB memory (this
reading are
from Task manager of aspnet_wp.exe) this keeps on growing. At very fast
rate. Every page hit increases the memory by 1 to 2 MB.
When it is tested on more users environment, the memory usage increases upto... more >>
Double Click Behaviour in IDE
Posted by JSheble at 6/10/2005 10:35:24 AM
Is there anyway to change the behaviour of the double click in the Solution
Explorer? If I double click a form, I don't want it to open in the
designer, I'd much rather it open the source code.
Thanx
... more >>
Turn Cursor into an Hourglass when waiting
Posted by PK9 at 6/10/2005 10:29:03 AM
I'm creating an application in C# with webservices and some of the pages have
a substantial amount of lag time.
I'd like to know if there is any way to have the cursor turn into an
hourglass while waiting? Any help is appreciated!
--
PK9... more >>
bug??? or what
Posted by Mike D at 6/10/2005 10:09:33 AM
I have a small app 2 forms and 2 tab pages on one form. I have recreated
this app after having this problem yesterday thinking something in my app was
corrupt or maybe the group control was bad to use. Now I am lost.
I can't delete, copy, paste the only thing on my right click menu that isn... more >>
Invoke a method on Word thread
Posted by Phil at 6/10/2005 10:09:24 AM
How do I invoke a Word method on Words' thread, instead of on my app's thread?
Background:
My VB.NET app automates Word (2000 and onwards). After I do some editing
(successfully) on a Word.Document object, I then call the document object's
Save method, but it produces the following COMExc... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Urgent!! Error while trying to run project: Unable to start debugg
Posted by Sileesh at 6/10/2005 10:08:48 AM
Hi
I have installed win2000 on my machine at work place. When i treid to
install IIS, it propmpted me to install Win2000 SP4 before it install IIS. So
i downlaoded SP4 from microsoft website and installed it. After that it
istalled IIS also.
Then i installed VS.net Prof 2002 on the sam... more >>
How do I delete a row in a DataGrid ?
Posted by u-p NO[at]SPAM com.net at 6/10/2005 9:36:41 AM
I have a form that has an SqlConnection, SqlDataAdapter & DataSet as
components, and a DataGrid control that has this DataSet as the DataSource.
I do sqlDataAdapter1.Fill( dataSet11, "tableName" ), and the control fills up
properly. I do an update by typing in a new value in a grid, then hav... more >>
Really Dumb Question about .Net
Posted by ed at 6/10/2005 8:16:07 AM
I've just started working with .Net, so appologize for what is probably a
really dumb question.
Did Windows XP originally come with the .Net framework installed, and if so
which version?
thanks in advance,
ed... more >>
button shortcuts
Posted by Mike D at 6/10/2005 7:50:06 AM
If I have a login button with this as text &Login it shows up with an
underline under the L as it should in the designer. When I compile the "L"
doesn't have an underline, the shorcut works however. How do I get the
underline to show after compiling?
Thanks
Mike... more >>
Closing office apps with c#
Posted by Sean at 6/10/2005 6:49:03 AM
This is probably something simple...
I'm trying to close a Powerpoint application from c# using:
PptApplication.Quit();
PptApplication = null;
GC.Collect();
I need all trace of the it to disappear immediatly, hence why I am calling
gabage collection, however it dosn't seem to disappear fr... more >>
When to use struct and when to use class
Posted by Chris Dunaway at 6/10/2005 6:42:46 AM
When deciding to use a structure or a class, what is the general "rule
of thumb"? When you're creating your data model, what factors
dictate that you use a class instead of a structure?
Structures are more lightweight than classes but for example if you're
only going to create a single inst... more >>
catch the down/up keystroke when selecting items in a combo box of a datagrid
Posted by Amin Gunawan via .NET 247 at 6/10/2005 12:19:54 AM
I would like to put a combo box in a column of a datagrid=2E
I've seen the samples in the MSDN library of other sources, but=
all samples didn't catch the 'DOWN/UP' keystroke=2E It means that=
when I select an item in the combo box, I need to use my mouse=
for the selection=2E If I use the ... more >>
How do put image on favorite
Posted by edunetgen at 6/10/2005 12:00:00 AM
I have a Web Aplication.
I want an own image when an user adds me to favorite.
Thanks,
Edu
... more >>
|