Click here to Skip to main content
15,922,533 members
Home / Discussions / C#
   

C#

 
Questionbad word filter, stemming, stopword, Windows System? Pin
god4k1-Dec-04 2:25
god4k1-Dec-04 2:25 
AnswerRe: bad word filter, stemming, stopword, Windows System? Pin
Dave Kreskowiak1-Dec-04 4:31
mveDave Kreskowiak1-Dec-04 4:31 
GeneralCode Analyser Tool Pin
Renjithvr1-Dec-04 2:14
Renjithvr1-Dec-04 2:14 
GeneralRe: Code Analyser Tool Pin
Judah Gabriel Himango1-Dec-04 4:48
sponsorJudah Gabriel Himango1-Dec-04 4:48 
Generallog in to hotmail Pin
Mridang Agarwalla1-Dec-04 1:20
Mridang Agarwalla1-Dec-04 1:20 
GeneralHosts file Pin
Mridang Agarwalla1-Dec-04 1:05
Mridang Agarwalla1-Dec-04 1:05 
GeneralRe: Hosts file Pin
Dave Kreskowiak1-Dec-04 4:27
mveDave Kreskowiak1-Dec-04 4:27 
GeneralRe: Hosts file Pin
Mridang Agarwalla2-Dec-04 1:32
Mridang Agarwalla2-Dec-04 1:32 
Generalurl cloaking Pin
Mridang Agarwalla1-Dec-04 0:56
Mridang Agarwalla1-Dec-04 0:56 
GeneralRe: url cloaking Pin
Daniel Turini1-Dec-04 1:26
Daniel Turini1-Dec-04 1:26 
GeneralRe: url cloaking Pin
Mridang Agarwalla2-Dec-04 1:26
Mridang Agarwalla2-Dec-04 1:26 
Generalserial port / parallel port Pin
Mridang Agarwalla1-Dec-04 0:40
Mridang Agarwalla1-Dec-04 0:40 
GeneralRe: serial port / parallel port Pin
Judah Gabriel Himango1-Dec-04 5:03
sponsorJudah Gabriel Himango1-Dec-04 5:03 
GeneralRe: serial port / parallel port Pin
Mridang Agarwalla2-Dec-04 1:29
Mridang Agarwalla2-Dec-04 1:29 
Generalvideo capture Pin
Mridang Agarwalla1-Dec-04 0:37
Mridang Agarwalla1-Dec-04 0:37 
Generalclusters Pin
Mridang Agarwalla1-Dec-04 0:33
Mridang Agarwalla1-Dec-04 0:33 
Generalwm_command Pin
NikoTanghe1-Dec-04 0:28
NikoTanghe1-Dec-04 0:28 
GeneralRe: wm_command Pin
Stefan Troschuetz1-Dec-04 0:50
Stefan Troschuetz1-Dec-04 0:50 
Generalad muncher Pin
Mridang Agarwalla1-Dec-04 0:16
Mridang Agarwalla1-Dec-04 0:16 
GeneralRe: ad muncher Pin
Judah Gabriel Himango1-Dec-04 4:55
sponsorJudah Gabriel Himango1-Dec-04 4:55 
GeneralRe: ad muncher Pin
Mridang Agarwalla2-Dec-04 2:34
Mridang Agarwalla2-Dec-04 2:34 
QuestionFileSystemWatcher.FileName case? Pin
Quiffco1-Dec-04 0:15
Quiffco1-Dec-04 0:15 
AnswerRe: FileSystemWatcher.FileName case? Pin
Dave Kreskowiak1-Dec-04 4:17
mveDave Kreskowiak1-Dec-04 4:17 
GeneralRe: FileSystemWatcher.FileName case? Pin
Quiffco5-Dec-04 22:15
Quiffco5-Dec-04 22:15 
GeneralPassing parameter file to VS.net Winform design screen Pin
Gary Perkin1-Dec-04 0:12
Gary Perkin1-Dec-04 0:12 
Hi,

I am developing a shape design app which will output a set of xy cordinates plus some other info. This info defines the shape.

I will then open a VS.net project, go to the design screen, and copy a custom control onto the Windows Form. This custom control will have a set of properties which can be entered manually as any other. However, I want to use the set of properties which I created using my design app above.

I am wondering if there is a standard for doing this? I could, for example, get the design app to output an XML file, and then give the custom control a property which specifies the XML file name, and read the data from there.

Maybe I could create a "DLL" type file, and embed it as a resource file in the project.

There are I think several ways to skin this particular cat, but I would like to use the standard, accepted method, if there is one.

Of course, if I could fire up the design app from VS.net, that would be all the better...!

Thanks in advance for any ideas.

Regards,
Gary.

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.