Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
all groups > c# > january 2007 > threads for saturday january 27

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

loquendo TTS
Posted by Over at 1/27/2007 10:55:11 PM
Does anybody tell me how to play a text with Loquendo TTS in C# (VS2005 Express) ? thanks in advance. ...more >>


modular programming
Posted by DG at 1/27/2007 9:11:24 PM
Please correct me if i'm using a wrong term. I want to programm functionality and pack it to .dll Then, have an application look in 'modules' folder and depending on available .dll-s display available functionalities. What is term for this kind of programming, can you provide me with MSDN ...more >>

Regular Expression Question
Posted by JP at 1/27/2007 6:31:07 PM
I am a newbie to regular expressions and want to extract a number from the end of a string. The string would have these formats: image/4567 image/45678 image/456789 I would also want to extract the name if possible from this string too: "image/4567">name</a> Thanks....more >>

How do I get a HINSTANCE into my C++ class library from my C# code?
Posted by dave NO[at]SPAM softwareonline.com at 1/27/2007 4:17:26 PM
I'm writing a little helper class in C++ for my C# project to do some things that aren't available in frameworks (like managing the clipboard chain). In order to create a proxy window to catch things like WM_SETCLIPBOARD, I have to register a window class and create a window, and so on. ...more >>

C# Sending Mail and Moving betwen pages to go to a checkout page
Posted by suekinch NO[at]SPAM lycos.co.uk at 1/27/2007 3:51:01 PM
What is the code to send mail/feedback back to the administrator of a site. The code I am using is coming up with an error saying SmtpMail 3 arguments. I also have issues transferring a customer ID to the next page to go to checkout. Any help will be greatly appreciated. ...more >>

VISUAL C# and SQL
Posted by _nabuchodonozor at 1/27/2007 2:53:23 PM
Hi, I want to set value for combobox but without creators only code. I want to set "titles" from tabel "films". I did something like this: int limit=0; // how many films I have in table string qry = "select Title from films"; ...more >>

C# and Ogg Vorbis encoder
Posted by Bob at 1/27/2007 12:08:29 PM
Hi, Is there a way to encode wav into ogg format ? I tried to find a library for .net and few examples, but without success... Thanks. ...more >>

Passing enums to a method
Posted by Jay at 1/27/2007 11:45:44 AM
I want to be able to pass different enums into a method which makes use of the enum in some way. I've put together a simplified example below. How do I correctly pass an enum (eg Test1 or Test2 as shown in CallingMethod) to the UseEnum method? enum Test1 {Err, Start, Block, Hold} enum Test2 ...more >>



Need help in accessing photoshop with c#.net
Posted by KAMAL at 1/27/2007 11:31:29 AM
We need some help in photoshop Add-in. Here i am sending the problem. Please do in favour in solving the problem. Through the .Net application we are activating the photoshop and sending the short cut keys to photoshop for activating the adjustment dialog boxes. in C#.net Interaction....more >>

Changing attributes at runtime
Posted by John Allen at 1/27/2007 10:42:36 AM
I need to change the "Browsable" attribute for one of my class' properties at runtime (from "true" to "false"). The only way I can see how to do it is via "ICustomTypeDescriptor.GetProperties()" which means implementing the latter interface on my class, creating a customized "PropertyDescripto...more >>

Finding property values
Posted by Henk van Winkoop at 1/27/2007 10:17:14 AM
I like to control a comport. //creating a serial port object SerialPort sp=new SerialPort(); //setting baudrate sp.BaudRate=2400; //setting handshake sp.Handshake=?????? How do I find out what kind of variables or enumerations or whatever are accepted by 'Handshake'? If I press F1...more >>

predefined preprocessor constants
Posted by merkury1 NO[at]SPAM yahoo.com at 1/27/2007 6:54:02 AM
Does C# have any predefined preprocessor constants like the C/C++ compiler does? In C++ you had such predefined constants as: __cplusplus, _DEBUG, _WIN32, MSC_VER. Are there any such things for C#? It would be nice if there were some for .Net version (1 or 2), compact framework or full fram...more >>

Problemas con ClickOnce
Posted by firefox at 1/27/2007 6:42:06 AM
Hola amigos yo publico mi aplicacion a trav=E9s de ClickOnce y todo=20 funciona muy bien, el =FAnico problema que tengo es que algunos clientes=20 omiten las publicaciones y para que la aplicacion nuevamente indique=20 que existe una nueva version etc etc tengo que nuevamente publicar=20 haciend...more >>

Terminology request!
Posted by pigeonrandle at 1/27/2007 4:05:48 AM
Hi, I want to pass click events (to start with) from my application to another application underneath it, but i think i lack the terminology to find some examples. Has anyone got any ideas for words/constants/phrases i could search for? Cheers, James Randle. ...more >>


DevelopmentNow Blog