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
S

Sonani Prakash

@Sonani Prakash
About
Posts
34
Topics
18
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Setting ClearType(Font Smoothing) to Web Control Application and IE browser
    S Sonani Prakash

    Hi You might aware of ClearType or font Smoothing feature by default provided by microsoft on IE7.On XP by defaul it's off. My application is having Web Control(ActiveX control).and I want to set cleartype on specific to my application. Can any body tell how can I do whether using any window message or registry settings ? To set the cleartype on wholse OS I guess there is one API "SystemParametersInfo" that also I don't know how to use to set for application specific. I tried using this API but does not setting into my XP Pro SP2 MACHINE. Can any body help me on this. ? Thanks, Prakash.

    sonani prakash

    Web Development question com windows-admin json help

  • RasEditPhonebookEntry API not supported on Vista
    S Sonani Prakash

    Hi I am working on Networking Dial up related APIs. and found 120 error code(seens lot's of forum but no solution seems is this limitition from vista os) while calling the RasEditPhonebookEntry It seems not supported but when I open rasapi32.dll using dependancy walker it seems api is present. Can any body help what is the alternative for that same. Actually i have developed the custom dialer dll which has overridden call and diler when it tries to connect using IE. Did the dll entry into my phone book entry so every call will be forwarded to my custom dll. Also on Visa 64 bit when I tries to open property of my custom dialer entry(from manager network connection via control panel) it gives "An unexpected error occurred" message. Let me know if want to understand more on this. please Help me on this if anybody has idia on this.

    sonani prakash

    Windows API help sysadmin json question learning

  • Dial up connection on Vista
    S Sonani Prakash

    Hi I have created Custom dll to override the Windows OS Dialler. for that we need to make the appr. entry of our dll into rasphone.pbk CustomRasDialDll=c:\,....\customDial.dll Now problem is if I open windows mail it triggers the dll and which finally calls "RasCustomDialDlg" method,which connects through the internet using the RasDial API, But after that i disconnect the conneciton and again try to open the Windows mail so it should again call my dll's RasCustomDialDlg But it's not doing so intead it calls system dialler..that i want to avoid.. It seems after doing first time conneciton it changes some regsitry entry which causes this ? not sure please advice. if u do not understnd let me know i can explain in brief.. thanks, Prakash.

    sonani prakash

    C / C++ / MFC json help question

  • How to find Ethernet Link light is present -Any API?
    S Sonani Prakash

    Hi, Please can anybody let me know how to find the ethernet link light is glowing or not ? Is there any api or any other work around to find out ?

    sonani prakash

    C / C++ / MFC json tutorial question

  • USB Port detection and vendor id of usb attached device
    S Sonani Prakash

    Hi CAn any body tell me how to detect the vendor id information from the usb device and how can i know if drivers are installed for this attched usb device. Is there any registry entry to be looked up or any device opening and messaging api need to look for. Anybody has idea Please let me know?

    sonani prakash

    Hardware & Devices question windows-admin json tutorial

  • NO. of Ethernet port and No.of configured NIC
    S Sonani Prakash

    Medea type is only suported for xp and second thing adapter type does not give any seperation for wirless and ethernet network adapter card. so i want only no. of ehternet network cards.

    sonani prakash

    Hardware & Devices json help tutorial question

  • NO. of Ethernet port and No.of configured NIC
    S Sonani Prakash

    See the problem is AdapterType field is not showing me seperation of wirless card and ethernet network adatper card. second thing is Media type into registry is only supported for XP OS it's not there even for vista also... That's y still struggling in finding no. of ehternet network card adapter(this should not be wirless ethernet card or dialup card or any othercard..) I want it should support 802.3 stadards..

    sonani prakash

    Hardware & Devices json help tutorial question

  • MediaSubType Key meaning for Adaptor Info
    S Sonani Prakash

    hi anybody tell me what does it mean by HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Network\{4D36E972-E325-11CE-BFC1-08002BE10318}\{D8E6DD29-A056-4FB4-92AE-E9920222E4E7}\Connection MediaSubType = 1 or 2 or3.. Because As I know this shows that whether this

    sonani prakash

    C / C++ / MFC sysadmin

  • NO. of Ethernet port and No.of configured NIC
    S Sonani Prakash

    Thanks, Yes I have been working on this still it does not say media type.. I want to find out specific difference between ehternet adapter card and wirless ethernet card... mean to say in my machin if i have lot's of types of adapter installed and I want only ethernet specific adaptors. I am looking into currently DeviceIoControl..

    sonani prakash

    Hardware & Devices json help tutorial question

  • NO. of Ethernet port and No.of configured NIC
    S Sonani Prakash

    Thanks for pointing out. But currenlty I am thing i can first get the adaptor information and then can see if it is ethernet adaptor or not.. but how to find whether it' is ethernet adapter or wirless adaptor or any other.. Is there any way to get from this adaptor that it is 802.3 standard adaptor or 802.11 for wirless. Thanks in advance.

    sonani prakash

    Hardware & Devices json help tutorial question

  • NO. of Ethernet port and No.of configured NIC
    S Sonani Prakash

    Hi Anybody having idea how to detect the no. of ethernet port and no. of configured NIC cards in to computer. any api calls help ? Please write your views on this.

    sonani prakash

    Hardware & Devices json help tutorial question

  • how to find the Difference between laptop and desktop pc
    S Sonani Prakash

    Thanks, Only way I am thinking is have to search for battery if it's present then it's laptop otherwise it's desktop...

    sonani prakash

    Hardware & Devices json help tutorial question

  • how to find differnce between laptop and desktop pc
    S Sonani Prakash

    hi any body aware how can i find whether my application is running on laptop ro desktop machine. Please let me if any win api is available or any specific thing i can look up.

    sonani prakash

    C / C++ / MFC json tutorial question

  • how to find the Difference between laptop and desktop pc
    S Sonani Prakash

    Hi How to find whether my application is running on laptop machine or desktop machine ? any win api would help ? or any other thing needs to be looked up.

    sonani prakash

    Hardware & Devices json help tutorial question

  • Internet Shortcut on Vista 64 Bit
    S Sonani Prakash

    Hi, I have problem for Internet shotcut Icons on specific to Vista 64 Bit. Logic is working ok on all os but behavior is so strenge on vista 64 bit. some time It shows the icon some time not means shows like internet icon. Anybody has idea about this. Thanks, Prakash.

    sonani prakash

    Windows API help

  • CWebBrowser2 Control
    S Sonani Prakash

    Actually In my applicaton we are not using as you have mentioned but It's linked with CHtmlView calss and It's attached using IWebrowser2 interface code.It's not drag an droped control. Do you have idea which property or things can affect this CHTMLView class? Thanks, Prakash

    sonani prakash

    C / C++ / MFC com help tutorial question

  • CWebBrowser2 Control
    S Sonani Prakash

    Hi I am using IWebbrowser2 interface for webbrowser interface on SDI Applicaton I have problem about Scroll bar. I don't know why this control is not taking auto matic scroll bar. because of this page's below part is cutting down. Can any body suggest me what could be problem here to have auto matic scroll bar on Webbrowser2 Activex control.? Or any sample example can suggest ,It would be great?

    sonani prakash

    C / C++ / MFC com help tutorial question

  • Absolute path of %systemroot% and %userprofile%
    S Sonani Prakash

    yes i got it. thanks for your effort, Prakash

    sonani prakash

    C / C++ / MFC tutorial question

  • Save notepad file
    S Sonani Prakash

    let me try this one thanks Prakash.

    sonani prakash

    C / C++ / MFC tutorial question

  • Save notepad file
    S Sonani Prakash

    Hi, I need some way to save the file any without opening it. so that I can change it's modification date. that's the purpose of saving the .txt file

    sonani prakash

    C / C++ / MFC 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