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
J

jancsi

@jancsi
About
Posts
24
Topics
23
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Printer problem
    J jancsi

    Hi anybody has any idea about this : how to print a html file (in html format , not text format) without showing any printer dialog and being able to customize the orientation (portrait/landscape) . Any links are welcome Thanks xxx

    C / C++ / MFC html help tutorial

  • UNICODE again
    J jancsi

    Well thanks, but I also have a problem with displaying the text (_UNICODE is defined on my project). I can display the UNICODE text only with AfxMessageBox , when I try to set a STATIC TEXT control value to that text it does not show it correclty . Also wprintf(...) is not working . xxx

    C / C++ / MFC tutorial question

  • UNICODE again
    J jancsi

    Can somebody post me a link where a UNICODE file is loaded and it's content is displayed on a Dialog? So how to load a UNICODE file ? How to display a UNICODE text on a Dialog? Thanks xxx

    C / C++ / MFC tutorial question

  • UNICODE problem
    J jancsi

    Hi all I have the following problem : I cannot set dialog items text (like STATIC TEXT) to UNICODE (CWnd::SetWindowText is working but the displayed text is not readable ) .Interesting is that when I call SetWindowText directly on the CDialog the dialog's title is readable , but when I call the same method on any dialog element it will display unreadable text. Anyone has any idea? xxx

    C / C++ / MFC help question

  • Printing HTML pages
    J jancsi

    Hello Does anyone know how to print HTML files from a console application? I wanna print the files like the I Explorer shows them not the source code . I think a solution could be using IWebBwoser control but i don't know how to embed it to a console application Thanks a lot xxx

    C / C++ / MFC html tutorial question

  • Sony LCD monitor (french)
    J jancsi

    Hi all I want to buy a Sony 17'' LCD monitor and I need some help . First I haven't found much ratings/reviews about this monitor . If anybody has used this type maily for programming please write me . I have found a sigle review but this is in french . Can somebody translate it? I would greatly appreciate ".... le + beau ( vaux mieux pour le prix ) 17" 500/1 16ms décoiffant si vous en avez les moyens achetez-le. ....." The URL is: http://www.ldlc.fr/critiques/PB00016180\_1.html Thanks a lot Jancsi

    C / C++ / MFC html help question

  • CRT or LCD?
    J jancsi

    Hi ! After many years sitting on front of CRT monitors I'm willing to buy an LCD monitor (with 17 inch) . My question is : LCD monitors are much better for the eyes ? What about the image quality ? I would prefer responses from people who use LCD monitors every day 8-10 hours maily for programming . Thanks, Jancsi

    The Lounge question

  • Printer driver question (repost)
    J jancsi

    Hi Does anyone know how to print from a VC++ program into a file (not to printer) without the user being required to enter the name of the file at print time Thanks a lot :mad::mad: xxx

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

  • Printer driver question
    J jancsi

    Hi Does anyone know how can I install a printer driver from VC++ code ? And how can I set the driver to print always to a file not to a real printer? Please help if you can (also if you have the answer for only 1 question) Thanks a lot Jancsi:confused::confused::confused: xxx

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

  • DLL Problem !!! Plz help
    J jancsi

    I have created a regular dll which export the function __declspec(dllexport) BOOL Extract(PCLTextList *pList); A create and pass to the dll the pList pointer from a Dialog Based application . When I call delete PList from this app an ASSERTION FAILED Error appears at this function: _CrtIsValidHeapPointer Does anyone know why? Plese help if you can Thanks Jancsi xxx

    C / C++ / MFC help question

  • Screensaver problem
    J jancsi

    Hi Does anyone know how can I disable the activation of the screensaver from Visual C++? I tried the SendInput() function to simulate mouse movement but it doesn't work Please help me Thankx Jancsi xxx

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

  • FORZA RAGAZZI!!!!
    J jancsi

    Italy must win today and will win (dopietta PIPO INZAGHI!!!!) xxx

    The Lounge

  • DCOM Security question !Plz
    J jancsi

    Hi ! I have the following question : I have 2 machines A and B in the same workgroup and I have a DCOM server at machine A . I'm logging at A and B with different passwords , the probelm is that CoCreateInstanceEx succeds at B but I cannot call any methods of the created DCOM object .(security error 0x80070005) How could I configure the DCOM sever and Client to work? I tried DCOMCNFG to allow Everyone to access and launch but it's still not working Thanks Jancsi xxx

    C / C++ / MFC question sysadmin security help

  • FREELANCER WORK -NEED HELP
    J jancsi

    Hi! Does anyone know a free website containing freelancer projects / OR could offer me am freelance project? I have experience in VC++ using MFC/ATL/DCOM /DirectX /DirectShow /ADO Video Streaming /MPEG1/2 I'm from Romania and I'm starving!(that's serious) Thanks guys :(( xxx

    The Lounge c++ graphics game-dev help question

  • I live in Transylvania ....
    J jancsi

    I live in Transylvania but I am not Dracula , and there is no Dracula here... :) :) xxx

    The Lounge

  • ATL question ???
    J jancsi

    Hi! I made an ATL composite control with ATL wizzard . I want to place my custom draw slider on it . In the slider class it is defined BEGIN_MESSAGE_MAP(CClipSlider, CSliderCtrl) ... ON_NOTIFY_REFLECT(NM_CUSTOMDRAW, OnCustomdraw) It seems that the parent ATL control does not reflect the message NM_CUSTOMDRAW How Can I make this to work???or other way to have my custom draw slider?? Thankx:(( :(( xxx

    C / C++ / MFC question c++

  • ADO question ???
    J jancsi

    I have an Access database with some tables . From a web page (using ADO )the records in a table can be modified or new records can be added . From a Visual C++ (using also ADO) program I have to monitor these changes . How can I do this ?? At a new record insertion I tried to read the recordcount from table , but it is increased only after 2-3 seconds after the insertion performed at web page. Thakx Jancsi

    Database question c++ database

  • ActiveX (ATL) question?
    J jancsi

    I created an ATL project and inserted into it a Composite Control Object. It works fine , but need to read some info from the browser specified in the OBJECT tag ... ... How I read the MyValue from my ATL Composite Control? xxx

    COM question c++ com

  • ActiveX (ATL) question?
    J jancsi

    I created an ATL project and inserted into it a Composite Control Object. It works fine , but need to read some info from the browser specified in the OBJECT tag ... ... How I read the MyValue from my ATL Composite Control? xxx

    COM question c++ com

  • ActiveX (ATL) question?
    J jancsi

    I created an ATL project and inserted into it a Composite Control Object. It works fine , but need to read some info from the browser specified in the OBJECT tag ... ... How I read the MyValue from my ATL Composite Control? Thankx:eek: xxx

    C / C++ / MFC question c++ com
  • Login

  • Don't have an account? Register

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