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
U

User 527726

@User 527726
About
Posts
36
Topics
20
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Which one is faster a fstream or FILE
    U User 527726

    yes TOX u r right. which is faster fstream methods or C file handling functions................ lokiz

    Managed C++/CLI c++ question

  • Which one is faster a fstream or FILE
    U User 527726

    :-O Hi, I want to introduce Logs in my c++ program. which is faster fstream or 'c' language's FILE ? so that i can use in my logs. Thanx in adv. lokiz

    Managed C++/CLI c++ question

  • (VC++IDE)alok..superb...it worked.. but
    U User 527726

    Just try this one.. restart the system and try if still not working try steps below In project setting -> C/C++ tab enable generate debug info, optimazation -> default debug info -> program database. IN link tab check all Now Clean and recompile... Lokiz

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

  • Title Problem in toolband
    U User 527726

    :-D Try to modifying the resource string for this title id and check. if u r using some toolkit for GUI( Xp style) then its worth checking the resource table. Lokiz

    C / C++ / MFC help

  • Disabling dialog button from within the ON_BN_CLICKED handler
    U User 527726

    Hi, why don't u check LockWindowUpdate() and unLockWindowUpdate(). :cool: Lokesh

    C / C++ / MFC data-structures help question

  • mouse hooking
    U User 527726

    What does speed have to do with it? The stylus which i have( uses laser )generates lots of coordinates when written slowly. if u keep the pen still it generates alot of points while mouse generates only one point. What mouse callback function? (Not onmousemove()) is the mouse hooking ( WH_JOURNALPLAYBACK )which plays the mouse move which was recorded earlier. Just tell me is it possible to map these two by any means. Thanx for reply :confused: rajiz

    C / C++ / MFC performance

  • mouse hooking
    U User 527726

    :) Hi, I have a stylus (pen) whose coordinates are different from mouse coordinates. I tried to differentiate the ratios but the stylus coordinates differ by mouse in speed , position and time. I thought of mouse hooking. Like OnmouseMove() i have stylus OnMove() (sdk) , i thought if i could send the points generated by stylus in OnMove() to the mouse callback function it should work,and i tried it i get assertions. Is there any way i could map this stylus to mouse. Thanx in advance.:confused: ragiz

    C / C++ / MFC performance

  • converting to mouse coordinates
    U User 527726

    Hi, Thanx for reply but bryce i checked their coordinates for a vertical line both look same ,the only diff is the pen generates many coordinates compared to mouses. Got any ways to check the ratios of them ? waiting for ur reply... lokiz

    C / C++ / MFC tutorial question

  • converting to mouse coordinates
    U User 527726

    HI, How to convert to mouse coordinates? Iam using a input device(pen) whose movements are not simulating to that of mouse coodinates. Its coordinates(1200 dpi) are different from mouse. Any advise is welcome. Thanx in advance. rgds, lokiz lokiz

    C / C++ / MFC tutorial question

  • Explain The #line Directive with example in detail,
    U User 527726

    Hi, I was just debugging this c file when i encountered this statement #line 24 "Flex.lex" the control is transfered to line 25 of the Flex file Can someone explain it in details also other directive which are frequently used . Thanx.. lokiz

    C / C++ / MFC tutorial

  • table selection.
    U User 527726

    Iam using a control(dhtml editor) which was downloaded from msdn. The problem is in table selection. In a 3 * 3 table if i select from 2 row 2 column to first row ,first column in upwards direction , it selects even the third cell in the first row. I should select 2 rows and 2 column ( try out in frontpage). iam just do the execcommand with ID_TABLE_INSERTTABLE. How to solve it? 2) How to insert a row or column in a table using IHtmlTable or IHtmlTableRow? raj

    COM help tutorial

  • Table selection
    U User 527726

    Hi, Iam using dhtml control in my application. Iam having a problem in table selection. For Example: if i put 2 * 3 table and try to select from 2row and 2 column in upwards direction it is selecting 1 row ,3 column also. And merge cells is not activating if the selection is not exact.... Kindly help... I downloaded the dhtml edit from msdn.. Thanx. Raj

    C / C++ / MFC help tutorial

  • table selection.
    U User 527726

    Hi, Iam using dhtml control in my application. Iam having a problem in table selection. For Example: if i put 2 * 3 table and try to select from 2row and 2 column in upwards direction it is selecting 1 row ,3 column also. And merge cells is not activating if the selection is not exact.... Kindly help... I downloaded the dhtml edit from msdn.. Thanx. Raj

    COM help tutorial

  • sites which provide some examples on MSHtml interfaces
    U User 527726

    :) Hi all, Iam a newbie to com. I have to work in c++ and vc.Iam working on interfaces like IhtmlcontrolRange, IHtmlTxtRange,IHTMLDataTransfer etc. I don't how to implement some these interfaces. It would be of great help if i could get some help on how to implement these in c++. Msdn site gives only definitions not examples. Kindly specify some websites which could provide some examples on to implement these. Thanx in Advance. Raj

    C / C++ / MFC c++ com help tutorial

  • plz give me some sites for mshtml interfaces
    U User 527726

    Hi all, Iam a newbie to com. I have to work in c++ and vc.Iam working on interfaces like IhtmlcontrolRange, IHtmlTxtRange,IHTMLDataTransfer etc. I don't how to implement some these interfaces. It would be of great help if i could get some help on how to implement these in c++. Msdn site gives only definitions not examples. Kindly specify some websites which could provide some examples on to implement these. Thanx in Advance. Raj

    COM c++ com help tutorial

  • implement pre element
    U User 527726

    :) Hi, how do we implement pre element. plz explain with example lokiz

    COM tutorial

  • How to implement custom print?
    U User 527726

    HI , I need to implement custom print in mshtml i.e iam using my print dialog . I need to know the page range and margins setting. The Exec command takes OLECMDID_PRINT takes these setting in its third parameter.Can anyone tell me how to get it?I need to implement removeFormatting also, i used Olecmdid_removeformat does't work for some element such as span. Thanx in advance:-D

    COM tutorial question

  • How to implement span tag in mshtml and custom print.
    U User 527726

    HI , I need to implement custom print in mshtml i.e iam using my print dialog . I need to know the page range and margins setting. The Exec command takes OLECMDID_PRINT takes these setting in its third parameter.Can anyone tell me how to get it?I need to implement span tag also. lokiz

    C / C++ / MFC tutorial question

  • Implementing Span tag
    U User 527726

    HI, I need to implemnent span tag style(overline etc) in vc++ can anyone help me out... plz thanx.... Helping hands are greater than praying lips lokesh

    COM c++ help

  • Implementing span tag
    U User 527726

    :) Hi, I need to implement Span tag with style (overline etc) in vc++ can body help me out plz... Helping hands are greater than Praying lips lokesh

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