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
R

raja jamwal

@raja jamwal
About
Posts
10
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to get the parent proccess's path
    R raja jamwal

    yeah i know, the current directory variable attached with the module can be changed.

    C / C++ / MFC tutorial question

  • CString::MakeUpper() and MakeLower() for Non-English language
    R raja jamwal

    Though I mainly code in pure winapi, I hope you have some unicode fucntion for same proably something like MakeUpperW() and MakeLowerW(). Actually if you add 65 to a uppercase letter it becomes lower case letter or subtract 65, it becomes the opposite.

    C / C++ / MFC question

  • How to get the parent proccess's path
    R raja jamwal

    Well you can use getcurrentdirectory to get the directory where the application was executed only if the parent process haven't changed that.

    C / C++ / MFC tutorial question

  • Having the software communicate with a website
    R raja jamwal

    Well are you asking for automating clicks and submitions, means doing repeating things. then you can simply go for keyboard and mouse event, just search google with msdn in front then there's is a different interesting way too. simply discover how the submitions are being submitted, get tamper data plugin for firefox, check out what parameters are being submitted in HTTP request, and emulate same, many submitions are based around method get, so you simply need to submit parameters in url or otherwise if the submitions are based on method post, then you need to write and send the HTTP request body too. for any way you choose you can go for WININET library to do http work..... that way you'll know more what u r doing amd have much control ovet it.

    C / C++ / MFC c++ tutorial question

  • Ideas for an embedded interactive console?
    R raja jamwal

    Well you can paint it back bg with CTL_COLORSTATIC notification message, you can use keyboard handler to do pretty cool stuff or you can simply trace for keywrds like record for keyboard msgs in wnd proc, and use gettickcount know make if a word is typed.then you can simply use GetDlgItemText to get text then append, i recommend use sstream.h for string formatting. then simply set the text to edit box with setdlgitemtext

    C / C++ / MFC python hardware tutorial question

  • sending wav files using UPD protocol in vc++
    R raja jamwal

    first of all why you going for some file transfer using UDP, if you, then you need to implement something that counts on packets recieved, that would be something like tcp implementation, so why not just go for tcp as transport protocol moreover many ISP aren't good with UDP data transfer, I mean their bandwidth controller goes on dropping lot of UDP packets.... it'll be good if you elaborate your problem...tell you one interesting thing FTP is indeed based on UDP with same as I said above.

    C / C++ / MFC c++

  • Writing directly on a harddisk without using File
    R raja jamwal

    Well unfortunately Windows OS after 2000 or may be NT wouldn't allow you this, check out my post here http://cyberlifeday.blogspot.com/2009/12/booting-windowslinux-os-any.html in brief to do same, you'll need to change drive letter to A: or B:, read the post for reason and behind the scenes. :)

    C / C++ / MFC security help question

  • Not able to run the VC++ 2005 exe in remote machine.
    R raja jamwal

    just quick read your problem, maybe you having express edition, you need to get release edition of VC++ or get latest .NET framework update and MSVC++ 2008 redistributable update, I experienced same, did that.

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

  • How to get the javascript part
    R raja jamwal

    ok I am done with that,I was actually working on a web crawler, actually a file crawler. I tricked out some php dlls and loaded it in my Win32 app and used it to retrive source and it is working pretty cool.

    C / C++ / MFC javascript c++ html sysadmin agentic-ai

  • How to get the javascript part
    R raja jamwal

    I am working on an application that have to retrive something after the javascript timer timesout... like there in rapidshare you have a js timer, when it times out you are shown the link... Now the problem is I have used WININET to do http work send a url to server retrive the response I found that the javascript part, which when i saw page source in browser was something like <html>..... ....... ...</html> <script>..... JS Part </script> Now in the reponse em getting, there is no script part, but there is other js parts. i have tried changing the USER - AGENT .. Plz reply, no MFC, just winapi please..

    C / C++ / MFC javascript c++ html sysadmin agentic-ai
  • Login

  • Don't have an account? Register

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