all groups > dotnet general > october 2005 > threads for monday october 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 31
Process.startinfo, I am stuck
Posted by Jeff Jarrell at 10/10/2005 8:33:57 PM
I have an object to execute a process. its intent is to do a simple execute
and capture stdin and stdout. Nothing fancy, not for long processes. simple.
I expect to typically use it with a fully qualified path for the executable.
If it is a *.bat file it works. If it is a *.exe it doesn't. ... more >>
Visual Studio 2005 Team System
Posted by Wendy Elizabeth at 10/10/2005 7:18:01 PM
I was just assigned a project at work to setup a CRM web system. However from
what I have heard Visual Studio 2005 Team System is suppose to be a CRM
system. Is it a metholodologythat Microsoft recommends? (Is it like the
current Visual Studio.NET best practices and procedures Microsoft recomm... more >>
Maintaining Parent Form Integrity
Posted by Joseph at 10/10/2005 7:16:01 PM
What am I missing form this method that will prevent access to the parent
form when the frmB is active? If you run this method, you can still access
the parent form and its functionality.
Sub WhatEver
Dim frmB As New Form '-- The New Form to display
frmB.TopMost = ... more >>
SourceSafe
Posted by Lou at 10/10/2005 6:17:48 PM
SSADMIN.exe crashes when I try to run it?
What can i do about this. Could it be an .ini setting???
The error message is:
Microsoft SourceSafe User Shell has encountered a problem and needs to
close. We are sorry for the inconvenience
Had this posted in the "SourceSafe" Newsgroup but no one ... more >>
how to import excel to my vb.net project?
Posted by Ivan Hou at 10/10/2005 5:31:16 PM
i want to load a excel file to my project and manipulate it ,then save.
or input a value from a textbox, and display it on the excel file.
can anyone tell me about this ? or any website can got it...thanks... more >>
String.Format and Curley Braces
Posted by AMDRIT at 10/10/2005 5:21:30 PM
Hello all,
I am trying my hand at RegEx and came across a tangent; curley braces upset
string.format expressions. Is there a way to escape them with out making
them an argument?
strTemp = string.format("This is my string }{") =Exception thrown
strTemp = string.format("This is my strin... more >>
Debugging
Posted by John at 10/10/2005 10:00:06 AM
Is there a way in visual studio.net to stop at the line which has the error
so the program doesnt go into the 'catch' routines?
... more >>
Delimited File Problem
Posted by Skc at 10/10/2005 9:01:02 AM
I am trying to import a file using a custom VB.net procedure, but the problem
is it works on a file with pure comma separation and not inverted commas and
commas, i.e. it works for AAA,BBB,CCC,DDD but not for "AAA","BBB","CCC","DDD".
Here is an extract from the code which needs to be modified... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Reading text-only body from MSMQ in C#
Posted by Lee Zeitz at 10/10/2005 8:26:55 AM
Hello,
I have a need to read messages from MSMQ (on the order of 350,000 messages
per day) that have a body that is text-only (not in XML format). There are
3 message formats to select from (XMLMessageFormatter,
ActiveXMessageFormatter, and BinaryMessageFormatter). All samples that I
have f... more >>
Question about the choice of technology
Posted by MPA at 10/10/2005 8:14:18 AM
Hi,
I have no experience with .NET or web programming and for the last couple of
years I was doing only client-server projects with PowerBuilder. Right now I
have to write a web application (something like MSDN) consisting of a tree
on the left side and some template pages on the right side wher... more >>
Dual core CPU, .NET & Threads
Posted by Kevin at 10/10/2005 7:45:03 AM
Hi
I am writing an application for a client that (mostly) have dual core
desktop machines.
I have a DB query that returns a large amount of data that I will then
need to manipulate on the client side.
What I would like to know is whether it is possible to split my data
into 2, and then sta... more >>
Group Policy - Framework
Posted by Chris Thunell at 10/10/2005 7:29:22 AM
Where in GroupPolicy can you adjust DotNet framework security?
Thanks!
cthunell@pierceassociates.com
Chris Thunell
... more >>
DotNet dll loading compatability
Posted by Crash at 10/10/2005 7:19:00 AM
I am trying to build a project using MS VC++ 6.0 using headers, libs,
and dlls that were built on a DotNet IDE. The company that sent me the
lib's and dll's said I can't use them with MS VC++.
Do you agree?
Here's the situation:
After building my own C++ project on MS VC++ 6.0 and including... more >>
Dynamically formatting a row in a Data Grid
Posted by Gudni G. Sigurdsson at 10/10/2005 6:49:04 AM
I would like to change the forground color of a row in a Data Grid based on
the value of a certain column. I am using Visual C# .NET. Is there an
OnPaintRow event which I can subscribe to, or how can I do this?
Thanks,
Gudni Sigurdsson... more >>
Building Run-time Dynamic Controls
Posted by krs at 10/10/2005 6:25:01 AM
I am using XML/XSL to build a dynamic asp.net control at runtime. So the
result of the XML/XSL transformation may result in a string such as:
<asp:TextBox id="TextBox1" runat="server">
</asp:TextBox>
I then use Page.parsecontrols method to create the control from the string
above.
This... more >>
c# executable giving an error
Posted by Bidarkota at 10/10/2005 5:55:02 AM
Hi,
I built a windows application, when i run the executable in the machine
where i built the application it is running good, but when i copy it to other
machines and run the exe and i am getting an error "executable encountered an
error and needs to close". i appreciate if any one tells me... more >>
BUG: Ngen stops catching of derived exception in multi dll applica
Posted by vlar at 10/10/2005 4:22:03 AM
01/30/2004 I have posted "Serious bug in ngen.exe" in this thread but so far
(in .NET 1.1 SP1) this bug is not yet fixed !!! So I am repeating this post
again:
Ngen stops catching of derived exception in multi dll application !
I have reproduced this bug in the very simple application which... more >>
The webpage you requested is not available offline
Posted by CathieC at 10/10/2005 2:30:02 AM
I have deployed an asp.net application on Windows XP(SP2, Internet Explorer V
6). SQL Server is running on the same machine. To login the user browses to
http://machinename/default.aspx. Here they enter log in details and can use
the application.
This works fine on all the other machines ... more >>
|