thanks for your suggestion, WizBang, and nice to meet you.
yes, i'm already visit that site, but i didn't found what i'm looking for.
i need more explanation about api, like: how it work?
for example, to make a control like textbox with event mouse hover, needs a sequence api instructions, and i want to know how to determine that sequence, why we use those api not the other api.
If I understand your questions correctly, I would say that it comes with experience. Typically, the more you learn, the more solutions you find for any given task. You may wish to take a look at several examples on PlanetSourceCode.com to become familiar with various techniques.
Please remember to rate the posts and threads that you find useful.
How can something be both new and improved at the same time?
Abou api: start Api-Guide and take a look at infos and examples...
...at present time, using mainly Net 4.0, Vs 2010
Special thanks to Lothar "the Great" Haensler, Chris Eastwood , dr_Michael, ClearCode, Iouri and
all the other wonderful people who made and make Codeguru a great place.
Come back soon, you Gurus.
...And another question, how to make a property like List property on ComboBox control, i mean, we can fill the item on the property explorer.
As far as I have seen, there is no way to do this with a vb UserControl However, you can use Property Pages to make it easier to set more complex properties.
Please remember to rate the posts and threads that you find useful.
How can something be both new and improved at the same time?
as usual, i have another question:
- how can i get all computer name that connected to me?
- how can i know that computer has an instance of sql server or not?
Originally posted by LeonX
hey, long time no see ...
thanks a lot to WizBang and Cimperiali.
as usual, i have another question:
- how can i get all computer name that connected to me?
- how can i know that computer has an instance of sql server or not?
thanks.
scan the range of ip addresses local to you, and attempt to connect to port 1433.. that's sql server
Bookmarks