Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
D

Daniel Visan

@Daniel Visan
About
Posts
34
Topics
16
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Spin Control
    D Daniel Visan

    How to make spin control work with double or float data types?

    C / C++ / MFC tutorial question

  • Graphics
    D Daniel Visan

    I 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.

    C / C++ / MFC graphics help

  • Avoid flickering...
    D Daniel Visan

    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?

    C / C++ / MFC graphics help question

  • I need a GetPixel alternative for bitmap
    D Daniel Visan

    I 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...

    C / C++ / MFC graphics help question

  • CBitmap-> .bmp file
    D Daniel Visan

    Can 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

    C / C++ / MFC

  • Where can i find SDK?
    D Daniel Visan

    My transfer rate is about 1 kb/s. I suppose there are a lot of mega to download. Am i wrong?

    C / C++ / MFC question csharp visual-studio com help

  • Can anybody help me,please?
    D Daniel Visan

    PLEASE, STOP SENDING ME FILES!!!!!:confused:

    C / C++ / MFC help question

  • Can anybody help me,please?
    D Daniel Visan

    SORRY, My address is dvisan@forte.ro :eek:

    C / C++ / MFC help question

  • Can anybody help me,please?
    D Daniel Visan

    Can anybody let me have the following files? iphlpapi.h, iptypes.h,ipexport.h and iphlapi.lib thank you in advance.

    C / C++ / MFC help question

  • Where can i find SDK?
    D Daniel Visan

    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

    C / C++ / MFC question csharp visual-studio com help

  • Where can i find SDK?
    D Daniel Visan

    Thank you for your reply... but I asked something else. :((

    C / C++ / MFC question csharp visual-studio com help

  • Where can i find SDK?
    D Daniel Visan

    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...

    C / C++ / MFC question csharp visual-studio com help

  • HOW TO CHANGE THE IP ADDRESS??
    D Daniel Visan

    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.

    C / C++ / MFC help tutorial question career

  • Serial numbers.
    D Daniel Visan

    I know i make a fool of myself but i never heard of ATA:confused:

    C / C++ / MFC question

  • IP
    D Daniel Visan

    Windows 95/98

    C / C++ / MFC question

  • IP
    D Daniel Visan

    How do i change the IP address?

    C / C++ / MFC question

  • Serial numbers.
    D Daniel Visan

    Is it possible to find out the serial numbers of motherboard, graphic device, hard disk, RAM, and the others?

    C / C++ / MFC question

  • Shared network resources
    D Daniel Visan

    Suppose 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.

    C / C++ / MFC question sysadmin help

  • How to find out remote files?
    D Daniel Visan

    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:

    C / C++ / MFC sysadmin tutorial question

  • How to find out remote files?
    D Daniel Visan

    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.

    C / C++ / MFC sysadmin tutorial question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups