How to make spin control work with double or float data types?
Daniel Visan
Posts
-
Spin Control -
GraphicsI have a vector of POINTs and I want to draw a curve that undergo(pass over) all that points in my vector. Somebody adviced me to use Bezier...and probably he is right. But using Bezier method the curve bypasses several points in my vector(control points) which is not my purpose.I hope i make myself understood. My knowledge regarding Bezier curves is so weak that I need your help. Thank you in advance..I promise to rate good answers.
-
Avoid flickering...I draw my bitmap (OnDraw function) in my CScrollView derived class using StretchBlt function... I want to avoid flickering when resizing and scrolling view.. Can anybody help me?
-
I need a GetPixel alternative for bitmapI want to find out the colour of every pixel in my bitmap. GetPixel seems to be very slow Can anybody help or point me to a certain docs? Thank you in advance...
-
CBitmap-> .bmp fileCan you please tell or point me to some information about writing a CBitmap which I create in my app to a .bmp file Thank you in advance
-
Where can i find SDK?My transfer rate is about 1 kb/s. I suppose there are a lot of mega to download. Am i wrong?
-
Can anybody help me,please?PLEASE, STOP SENDING ME FILES!!!!!:confused:
-
Can anybody help me,please?SORRY, My address is dvisan@forte.ro :eek:
-
Can anybody help me,please?Can anybody let me have the following files? iphlpapi.h, iptypes.h,ipexport.h and iphlapi.lib thank you in advance.
-
Where can i find SDK?Please, Christian can you e-mail me that iphlpapi.h, iptypes.h,ipexport.h and iphlapi.lib? I've been tring to solve this problem for 3 days. I feel that ai get mad. :(( I HAVE WIN98 SE ON MY COMPUTER. SHOULD BE A PROBLEM? You are a real help for everybody, Christian. Thank you very much. My e-mail address is: dvisan@forte.ro
-
Where can i find SDK?Thank you for your reply... but I asked something else. :((
-
Where can i find SDK?I need iphlpapi.h when doing tasks with Ip Helper. I have to install SDK in order to get this iphlpapi.h. Everybody tell me that i had to install SDK from microsoft.com but i cant do this...:mad: THE QUESTION IS: WHERE CAN I FIND SDK BUT MICROSOFT.COM. DOES VISUAL STUDIO HAVE INTEGRATED THE SDK? PLEASE, I NEED YOUR HELP...
-
HOW TO CHANGE THE IP ADDRESS??Hi, codegurus from worldwide. I want to change my IP address and it seems nobody can help me. But i'm tring again now asking all of you. It is about static IP on any WIN95/98/NT platforms. I know IPCONFIG on NT and WINIPCFG on WIN95/98 is able to do that using inetmib1.dll. So that i've tried to do my job using inetmib1.dll and i managed to do everything but changing those read-write MIBII attributes, including IP address. For solving my problem, I promise 1000x for that guru of all codegurus in the world and i'll be his fan forever. Accept my apologize for not such a good English.
-
Serial numbers.I know i make a fool of myself but i never heard of ATA:confused:
-
IPWindows 95/98
-
IPHow do i change the IP address?
-
Serial numbers.Is it possible to find out the serial numbers of motherboard, graphic device, hard disk, RAM, and the others?
-
Shared network resourcesSuppose i know the name of a computer of my network...how do i find shared resources belonging that computer (like those which appears in Network neighborhood)? I also mention that FindFirstFile("\\\\comp_name\\directory_name\\*.*",...) WORKS.IN COMMAND PROMPT DIR \\comp_name\\directory_name WORKS TOO. But FindFirstFile("\\\\comp_name\\*.*",....) fails. IN COMMAND PROMPT dir \\comp_name FAILS TOO. IN EXCHANGE, NET VIEW \\comp_name RETURN EXACTLY WHAT I NEED. My conclusion is FindFirstFile doesn't solve my problem. I tried WNet but i failed... Thank you all.
-
How to find out remote files?WNet is exactly what i was thinking about! i discovered WNet looking at "Computers enumeration" article. Now that you told me about WNet i have more trust in it. I have to say my WNet knowledge is zero. Did you actualy use WNet on your projects? Do you know some articles except MSDN ones? Thank you a lot! :rose:
-
How to find out remote files?I knew all the things you tell me.Thanx, anyway.In fact wanted to ask something else... I meant how does a function on my computer like FindFirstFile managed to find out the shared resource on a remote computer? From where that function collects theese informations? What network protocol theese function use? Why do i ask all theese questions? Just because i want to write a project... I want collect from my LAN how many information i can. All theese informations i want to monitorize on my computer. If i write a socket based client on every computer and a server on my computer then the problem is solved. BUT, I WANT TO WRITE A SINGLE APPLICATION ON MY COMPUTER IN ORDER TO GATHER INFORMATION FROM ALL COMPUTER IN MY NETWORK, ABOUT:IP ADDRESS, PROCESSES, MAC ADDRESS, FREE SPACE ON HARDDRIVES, AND MANY MANY OTHERS. Of course, i make use of SNMP (MIBII) BUT ONLY LOCAL. I dont know how to access SNMP information on remote computer. I hope i wasnt boring and i made myself clear.