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
F

Filomela

@Filomela
About
Posts
53
Topics
26
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Java Forum
    F Filomela

    I need a Java forum because I have questions.Can this be possible?Thanks.

    Site Bugs / Suggestions java question

  • Scroll messages from IE
    F Filomela

    I want do to a programm which registers all the scrolls of vertical scroll bar from IE.The problem is I cannot catch any scroll message.Thanks.

    C / C++ / MFC help

  • about pasting and the GetClipboardSequenceNumber
    F Filomela

    I have the following code in CYourView where CYourViewis derived from CRichEditView: OnTimer(..) { if (IsClipboardFormatAvailable(CF_TEXT) { if ( pYourView->GetDocument()->seqNumber!=GetClipbardSequenceNumber() pYourView->OnEditPaste(); } if (IsClipboardFormatAvailable(CF_METAFILEPICT) { if ( pYourView->GetDocument()->seqNumber!=GetClipbardSequenceNumber() { CRichEditCtrl& rCtrl = GetRichEditCtrl(); rCtrl.PasteSpecial(CF_METAFILEPICT); } } if (IsClipboardFormatAvailable(CF_DIB) { if ( pYourView->GetDocument()->seqNumber!=GetClipbardSequenceNumber() { CRichEditCtrl& rCtrl = GetRichEditCtrl(); rCtrl.PasteSpecial(CF_DIB); } } } Sometimes it pastes and sometimes it doesn't.I cannot understand why.

    C / C++ / MFC

  • Reverse Engenieering Software
    F Filomela

    I want to know how NetSnippets was done ( netsnippets.com).

    C / C++ / MFC help question learning

  • Reverse Engenieering Software
    F Filomela

    Has anybody herad about Reverse Engenieering Software?I know that there are programs that hep you to view the source code of an exe.I'm interested in learning and not in stealig source code.I have searched Google but i did't find anything interesting.Can anyone help me?Thanks a lot.

    C / C++ / MFC help question learning

  • how can i create setup in vc++
    F Filomela

    There is an article on codeproject, i don't remember exactly the name, but you can search by install shield tutorial.

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

  • I need help
    F Filomela

    When i close the app from where i copy image or text in my program the image or text is pasted once again .I noticed that the number returned by GetClipboardSequenceNumber is incremented by 2, but i don't understand why.Can anyone help me please?Thanks a lot.

    C / C++ / MFC help question

  • I need help!!!F1!!!
    F Filomela

    I have found on codeguru in Shell section something but it is an ATL project.How can i convert it to a MDI project? Thanks.

    C / C++ / MFC question help

  • I need help!!!F1!!!
    F Filomela

    I associate rtf files with my app.I want to add the same property sheet that Microsoft has implemented for Word when you right click on a doc file and appears a property sheet called Summary.How can I do this?Thanks a lot.

    C / C++ / MFC question help

  • How to get back color of a dialog?
    F Filomela

    In OnInitInstance you can call SetBkDialogColour(i am not sure if the syntax is right) maybe there is a function also for getting the background color.

    C / C++ / MFC help tutorial question

  • Display My Computer folder in a CFileDialog
    F Filomela

    How can I display My Computer folder in a CFileDialog? I tried with SHGetSpecialFolderPath , but the path is empty, i believe because Ny Computer is a vitual folder, not a system one or a real one.Thank you.

    C / C++ / MFC question

  • A doc file has some properties called summary and i want to do this in my app
    F Filomela

    A doc file has some properties called summary and i want to do this in my app, in fact my app works with rtf files.For example i have enter some properties like title and i saw that Microsoft put them at the end of the doc file wnhen you press CTRL+Q in Windows Commander.I want to do the same in my app.Does somebody know how can i do this.Every suggestion is appreciated.Thanks a lot.

    C / C++ / MFC tutorial question

  • How to send as fax?
    F Filomela

    I want to send from my fax to another fax rtf files.If you know how can i do this please tell me.I need this desperately.Thanks a lot.

    C / C++ / MFC question tutorial

  • About nmake and vcvars32.bat
    F Filomela

    I'm using Windows 98.

    C / C++ / MFC help tutorial workspace

  • About nmake and vcvars32.bat
    F Filomela

    when i run vcvars32.bat i get the following message: out of environment space. when i try to run the command: namke /f makefile.w32 zlib.dll i get a fatal error: V1073: don't know how to make adler32.c. this code is taken from codeguru->visual c->misclaneous->miscellaneous->MAPI->send as zip.I need this code for my progrm.

    C / C++ / MFC help tutorial workspace

  • I need help
    F Filomela

    How can i update string variable on every change of file name? Thanks a lot.

    C / C++ / MFC question help

  • I need to browse a folder only for rtf files
    F Filomela

    I'm sorry.I have forgotten to say that i need this in SHBrowseForFolder.I need to browse only for rtf files.

    C / C++ / MFC question

  • I need to browse a folder only for rtf files
    F Filomela

    I need to browse a folder only for rtf files, i'm not interested in other files like image,etc.How can i do this?and also i need to search for a specific folder, not file like My Documents,in order to get the path.SHGetFolderLocation( or something like this) doesn't work.How can i do this?Thanks a lot.

    C / C++ / MFC question

  • I need help
    F Filomela

    Yes,this is what my boss is asking.

    C / C++ / MFC question help

  • I need help
    F Filomela

    I have a program and in InitInstance i call a dialog in which i specify a file name for creating a new file and then i create this file calling CWinApp::FileNew.I need to know this file name in My doc class, more exactly in OnNewDocument.How can I do this? I desperately need help.F1!!!!!!!!My time is very short.

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