blah blah blah is here! blah blah » Close

0
votes
0 answers

C#(VS 2010): Webbrowser; select radio button

Hi, I'am making an autofill-program, and have some issues with selecting radiobuttons. Normally I just use getelementsbyid, setattribute and invokemember, but I don't see how I can select a radiobutton without id. Maybe I need to edi ...

0
votes
1 answers

Altering resources in a compiled assembly

Is it possible to edit resources that exist in an assembly? Suppose you wanted to personalize a program in the traditional "This copy belongs to..." in the About dialog. A simplistic way to do this would be to have the name be ...

Feedback