blah blah blah is here! blah blah » Close

1
votes
1 answers

Is it possible to add a dropdownlist inside the radiobuttonlist as an item?

Is it possible to add a dropdownlist inside the radiobuttonlist as an item? if so how? Thanks!

0
votes
1 answers

best way to connect web service which it's name and methods comes from the DB?

Which is the best way to connect web service which it's name and methods comes from the DB? this mean i can't make reference to an existing web service. thanks for the help

0
votes
1 answers

The way to connect a web service from remote?

what you guys suggest to connect remotly a web service with ASP.NET? without adding web reference since the web service method name will be queried from the database. (methods name is come from the database due to the configuration)

0
votes
1 answers

How to have WindowsForm component public access for other classes?

How to have WindowsForm component public access for other classes? (like setting label text in another class) i have a class which wants set the label text of a certain windowsForm component like a text of a label. possible ways?? i trie ...

0
votes
1 answers

Problem Runing bitmap with Scan0 and System.Intptr

hi guys, i got a problem hope somebody can help me: i got b which is the bitmap (entire picture 640*480), but i just need to scan a little part from that bitmap, this dimension is 110*110, but the following code is not doing what i need! h ...

Feedback