all groups > dotnet general > april 2006 > threads for sunday april 2
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
Regex: replace first occurence only?
Posted by Alexey Smirnov at 4/2/2006 11:53:03 PM
Regex.Replace("BUILDING IN PARIS, IN LONDON" ,"\bIN\b","???");
returns "BUILDING ??? PARIS, ??? LONDON"
I need to replace the first match only, to have "BUILDING ??? PARIS, IN
LONDON"
How can I do that?
Thanks.
... more >>
How To add SSE3 Support for .NET
Posted by enjoyamalp NO[at]SPAM gmail.com at 4/2/2006 10:53:33 PM
Hi,
I have optimized my code in .NET 2003 using SSE3 instructions. But
it cannot be compiled because .NET 2003 does not support SSE3 by
default. What is the way to add support for SSE3 in .NET 2003.
Best Regards,
Amal P.
... more >>
Web Service in VS2005
Posted by Mike Lewis at 4/2/2006 8:56:52 PM
I need to add a reference to a custom component in a web service. I created
a new web service using VS2005 but there was no place to add a reference in
the Solution Explorer. I could use Notepad to create the web service but
I'd prefer to create it in VS. What do I need to do? Thanks!
... more >>
Displaying currency in a MaskedTextBox control
Posted by Jaime Rios at 4/2/2006 7:42:02 PM
Hi,
I'm using C# to create a printable form. The data is coming from a XML
source that I load when the application starts. I have no problems loading
the data, but I am having a hard time figuring out the best way to display
currency in a field. I can use a MaskedTextBox, but it doesn't work ... more >>
Advanced SQL Generation Options dimmed
Posted by Monty at 4/2/2006 7:28:11 PM
I'm having trouble updating records. I get an error saying my update
command has not been set. I realize I need to enable both options in the
"Advanced SQL Generation Options" screen, but these options are dimmed such
that I cannot select them. Any help please. Thank you, Mark
... more >>
It's not possible to call method in a class library dll from a user control dll
Posted by Tony Johansson at 4/2/2006 5:43:33 PM
Hello!
I have one solution file that consist of three project.
One project that build the exe file called A
One project that build a user control dll. Here we have a class called B
One project that build a class library dll. Here we have a class called C
We have one dependency and that is f... more >>
Changing the datasource.Id of a grid as its page is opening
Posted by Monty at 4/2/2006 4:55:25 PM
Hi there,
From one page, I have created a dropdown list of employees. When an employee
is selected, I would like another page to open, based upon the employee.
Here is my question...
How do I change the datasource.id of a grid on another page as it is
opening?
Thank you, Mark
... more >>
Programmatically navigate to page url
Posted by Monty at 4/2/2006 3:30:49 PM
Hi, I need to open a page filtered to a certain employee. I plan to do this
by programmatically opening the page. How do I do this?
I tried the following...
If GriEmployee.SelectedIndex = 1 then
NavigateURL = "~/PatientEntry.aspx"
End if 'something like this... but it doesn'... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
VS.NET Public Namespaces, classes, Function - Conceptual misunderstanding.
Posted by jason NO[at]SPAM cyberpine.com at 4/2/2006 5:39:28 AM
Please pardon my completely lack of understanding on the topic.
I have a website I developed with another developer. We are both far
from experts in VB.NET and OOP. We developed the site WITHOUT VS.NET,
compiling vb.net code into a common dll in the bin directory off the
root of the website. T... more >>
Problem With Application Uninstall
Posted by WWengert at 4/2/2006 4:32:01 AM
I am developing a Windows application using VS2005 Pro (VB). The solution
includes a setup project. I sent the setup files to a tester and he installed
and used the program successfully. I then sent him a new install package with
some updates but after he did the uninstall via Add/Remove Progr... more >>
|