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
N

NewtonOfComputers

@NewtonOfComputers
About
Posts
33
Topics
23
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • how can i develope
    N NewtonOfComputers

    hello all, i am an embedded systems student from india. i am planning to develope an OS for mobile devices?. if u have any suggestions plz give me. and what r the things that i need to keep in mind while developing the OS for Mobile Devices. Thanking u. ComputerNewton

    Mobile question hardware

  • what is LValue error?.
    N NewtonOfComputers

    hello all, what is lvalue error?. is there Rvalue error too?. if yes plz give me some explanation about these 2 error types. Thanking u all. ComputerNewton

    C / C++ / MFC question help

  • what is .lnk file??
    N NewtonOfComputers

    when i am writing few assembly language programs, after assembling i found .lnk and .obj files. what the .lnk files hold and how they r built?. why there is change in opcodes of the instructions?. Example for Mov 70h,#29h the opcode there is 757029 but for mov r1,#20h. it is giving some other opcodes. why there is a change in this?. ComputerNewton

    Mobile question tutorial

  • is it easy to migrate from 8bit controllers to 16bit and 16 to 32 bit and so on
    N NewtonOfComputers

    hello all, at present i am getting training on 8 bit controllers. but my doubt is that am i easily migrate to 16,32 and 64 bit controllers, with out having assistance. Thanking u. ComputerNewton

    Mobile

  • Cross platform GUI
    N NewtonOfComputers

    hello all, how shall i design Cross Platform GUI. What r the languages we use to desing it. At present we are using C and C++. Is it posssible to desing?. if yes, how shall i do that?. ComputerNewton

    Mobile c++ design question

  • how shall i design Remote Administrtion application
    N NewtonOfComputers

    i mean i would like design an application such that i can get full control of it from another system. such that i can open any file or shutdown. just check www.radmin.com i am planning to develope the application like this . ComputerNewton

    Visual Basic design

  • how shall i design a TSR application
    N NewtonOfComputers

    hello all, how shall i make my application, memory residant. I mean how shall i design Terminate and Stay Residant application using VisualBasic. ComputerNewton

    Visual Basic design performance

  • how shall i send the picture information across the network
    N NewtonOfComputers

    hello all, how shall i send picture information across the network using Winsock in VisualBasic. And one more thing is that how shal i convert the BMP file to JPEG/GIF and PNG in VisualBasic. ComputerNewton

    Visual Basic sysadmin

  • how shall i design Remote Administrtion application
    N NewtonOfComputers

    hello all, how shall i design the Remote Administration Application in VisualBasic. ComputerNewton

    Visual Basic design

  • how do i make my application to receive the windows messages
    N NewtonOfComputers

    hello all, here i am designing an SDI Doc/View application. Instead CView i had used the CFormView to display my dialog inthe view. As given in the MSDN, i had followed a procedure to change that dialog in the view dynamically. But the problem is that the newly displayed dialog is not responding for various events(WM_COMMAND,...). How shall i make it to work properly. ComputerNewton

    C / C++ / MFC help question

  • How do i create .chm files in VC++
    N NewtonOfComputers

    hello all, how i create compiled html files (*.chm) from VC++?.. is it possible to do so. ComputerNewton

    C / C++ / MFC question c++ html

  • bmp and jpg
    N NewtonOfComputers

    There is no direct method to do it in VC++. U can easily do it using GDI+. Instead that if u want to do it in VC++ itself, then go for Intel Graphics Library. Add it to ur project. This is one of the way we have to do that. http://developer.intel.com/software/products/perflib/ijl/ and u can check this in CP also http://www.codeproject.com/bitmap/CXImage.asp#options and other freeimage libraries can be helpfull to u. ComputerNewton

    C / C++ / MFC tutorial question

  • how shall i do serialize from dialogs
    N NewtonOfComputers

    hello all, how shall i do serialize from dialogs?. and how shall i use them?. ComputerNewton

    C / C++ / MFC question

  • Image Conversion
    N NewtonOfComputers

    hello all, how shall i convert the Compressed Bmp file into PNG format??. Are there any libraries available to do so??. ComputerNewton

    C / C++ / MFC question

  • how shall i create a key in registry
    N NewtonOfComputers

    Thank u very much for ur help. But it is in ATL. i dont want to use this in ATL. once again thanks a lot. b'coz of ur reply i got an idea and i did it in SDK mixed with MFC to get my requirement. Once again thank u very much. ComputerNewton

    C / C++ / MFC c++ windows-admin help

  • how shall i create a key in registry
    N NewtonOfComputers

    hello all, how shall i create a entry in registry using VC++. i mean i need to add a key such that my application name shouldnt appear there. i mean there is an entry named "Extensions" in the registry and i need to create an entry {"Demo App"} in that. and then i need to add entries in the newly created. but the problem with SetRegistryKey() is that it is creating the application name too. but i dont need it. how shall i do so. ComputerNewton

    C / C++ / MFC c++ windows-admin help

  • How shall i use the DLL
    N NewtonOfComputers

    Hello all, How shall i use a DLL which is created using WTL & ATL in general MFC applications. Is it possible to do so?. ComputerNewton

    C / C++ / MFC c++ question lounge

  • how shall i add a button to IE toolbar using VC++(programmatically)
    N NewtonOfComputers

    how shall i add a button to IE toolbar using VC++. as givent in the following link. http://msdn.microsoft.com/library/default.asp?url=/workshop/browser/ext/tutorials/button.asp plz help me.. ComputerNewton

    C / C++ / MFC c++ com help question

  • Is there any API available for this.....
    N NewtonOfComputers

    hello all, Is there any Win32 API avaliable to add a new button to IE toolbar. And i had previously checked the Codeprojects' WTL Toolbands and deskbands. if there is any api plz say. it will be greatfull. Thank u. ComputerNewton

    C / C++ / MFC c++ json

  • is there any problem in my procedure......
    N NewtonOfComputers

    hello all, As i had searched to add a button to IE toolbar i got some manual in MSDN, which has done through registry. I did the same as said. But i didnt get it for my button. What is the probelm there?. Here is the link... http://msdn.microsoft.com/library/default.asp?url=/workshop/browser/ext/tutorials/button.asp Plz check my problem there. or can any one say me the procedure that was given there once plz. ComputerNewton

    C / C++ / MFC question com windows-admin help
  • Login

  • Don't have an account? Register

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