all groups > c# > october 2005 > threads for saturday october 22
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
Change web proxy method attribute at run time
Posted by Jeff User at 10/22/2005 11:23:41 PM
Here is what I have and what I would like to do:
I am building a web client application.
I add a web reference to some web service server to my project so that
now I can call the web service.
A proxy class is generated for me. This is nice. It works!
Now, the method that is generated in the pro... more >>
Intercept messages belonging to a foreign app?
Posted by Zoplax NO[at]SPAM gmail.com at 10/22/2005 6:21:24 PM
Let's say I want to watch a RichEdit control (e.g. a chat window)
outside of my own C# application and intercept its Windows messages.
Is there a way to do this?
... more >>
Form BindingContext object indexer problem?
Posted by D. Yates at 10/22/2005 4:39:20 PM
Hi,
I retrieved the employee table from the Pubs database into a single dataset
called, dataSet12. I dropped two textbox controls and a datagrid control
onto the same form and bound the controls at design time to dataSet12's
employee table. Now I want to move through the data by pressing... more >>
formatting text in textbox as currency question
Posted by Gen at 10/22/2005 4:18:57 PM
I have a simple program that takes 3 values (balance, interest, desired
payment) and calculates how many months to pay the balance, and each month's
accrued interest, and remaining balance. However I do not know how to
display the results to 2 decimal places.
At this time all results are d... more >>
function to match parenthesis '(' and ')'
Posted by Steve Kirsch at 10/22/2005 3:52:27 PM
I need a simple function that can match the number of beginning and ending
parenthesis in an expression. Here's a sample expression:
( ( "john" ) and ( "jane" ) and ( "joe" ) )
Does .NET have something built-in that can accomplish this, or do I have to
write my own parser? I don't want to ... more >>
HOWTO: Dial Phone Number and Play WAV File
Posted by Dan Sikorsky at 10/22/2005 3:21:26 PM
How can you dial a phone number, wait for the receiver to pick up, and play
a .wav file if the call was picked up?
... more >>
Close all child forms
Posted by Bruno Rodrigues at 10/22/2005 12:48:02 PM
Hey, it's me again.
Is there a way to, when closing a form, close also all forms opened inside
this one? I'm not talking about MDI.
Let's say I create and open three forms in Form1. When I close Form1, and
he's not the main form of my app, I want to close all the three forms I
opened.
It wo... more >>
Form refresh
Posted by Bruno Rodrigues at 10/22/2005 12:44:04 PM
Hi all
I have an application in wich you can insert a new costumer, and like in
Microsoft Outlook 2003, and option "Save and New".
To deal this, I have an event in the edit form, that is raised when the user
saves the customer information. If the property "CreateNew" that comes along
with th... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Do I really need onShutdown()
Posted by knf at 10/22/2005 12:27:01 PM
For a C# windows service, it seems like the best practice is to only
implement OnStop().
Is that correct? Do I only need OnShutdown if I need to take different
actions when the server is shutdown?
When the server is shutdown and it first tries to stop all the processes,
does this cause OnS... more >>
DateTimePicker..
Posted by Jacek Jurkowski at 10/22/2005 11:50:05 AM
.... the minimum date of DateTimePicker is 1753-01-01.
How to make DateTime to do not show nothing in its
text if this date is the value? I have a form with a field
LastLogonDate. If user hasn't logon yet this date should
be empty but when binding a property to the DateTimePicker value it always... more >>
string routines and code libraries
Posted by zoro at 10/22/2005 6:58:49 AM
Hi,
I am new to C#, coming from Delphi. In Delphi, I am using a 3rd party
string handling library that includes some very useful string
functions, in particular I'm interested in BEFORE (return substring
before a pattern), AFTER (return substring after a pattern), and
BETWEEN (return substring ... more >>
Configuration File
Posted by poifull at 10/22/2005 5:30:14 AM
If I made changes to the configuration file when the executable is running,
it seems like the changes are not detected. I've found the same problem
with ConfigurationSettings.GetConfig and ConfigurationSettings.AppSettings.
Is there any way aound it?
Thanks,
poifull
... more >>
Rich GUI in C#
Posted by TomHL at 10/22/2005 3:35:02 AM
hi,
how can I create a very rich gui like: "Windows XP Media Center Edition" for
my application? what is the technology/ies that I need to learn (GDI+ Or
DirectX Or..)? Where do I start?
How developers can create this type of menu?
Images for better understanding:
http://images.google.... more >>
Querying in DataTable
Posted by Curious at 10/22/2005 1:55:35 AM
Hi,
I have a DataTable with three columns (2 int, and 1 string). Now I
would like a query that return the total number of different integers
in one of the interger columns.
For example
Name Age Class
A 12 4
B 13 5
C 11 3
D 12 3
Now if I select the total num... more >>
how to display combobox contents on MouseEnter/MouseHover events?
Posted by Arif at 10/22/2005 1:00:02 AM
how to display combobox contents(the same function that occurs when Mouse is
pressed on a combobox but) on MouseEnter/MouseHover events?
arif.... more >>
Replacing String Using Regular Expression
Posted by lucky at 10/22/2005 12:12:44 AM
hi,
i got file which contains "----------------" in a line. the line only
contains this data as a saperation. using regular expression i want to
i detify the line contains that data and replace with spaces.
if anyone has any idea,solution or link plz do share with me.
thans in advt.
Luck... more >>
Performance impact?
Posted by Oscar Thornell at 10/22/2005 12:00:00 AM
Hi!
I am wondering about the cost of the following code snippet..
//
GenericIdentity identity =
(GenericIdentity)System.Threading.Thread.CurrentPrincipal.Identity;
Thanks
/Oscar
... more >>
Q: Saving collections.
Posted by Martin Arvidsson at 10/22/2005 12:00:00 AM
Hi!
Got a question, don't know if it's the right forum, but i will give it a
try.
I am building a CRM system for a customer, who has special needs.
On a task i want to be able to bind multiple contacts, like in outlook.
I use a collection of objects on the task to assign the contacts. ... more >>
about String convert XmlReader
Posted by dongxm at 10/22/2005 12:00:00 AM
XslTransform xslt = new XslTransform();
xslt.Load(myXmlReader)
the myXmlReader is a XmlReader,but i have String of xsl file's content...
how to do,String convert XmlReader?
thanks
... more >>
|