I need a Java forum because I have questions.Can this be possible?Thanks.
Filomela
Posts
-
Java Forum -
Scroll messages from IEI 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.
-
about pasting and the GetClipboardSequenceNumberI 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.
-
Reverse Engenieering SoftwareI want to know how NetSnippets was done ( netsnippets.com).
-
Reverse Engenieering SoftwareHas 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.
-
how can i create setup in vc++There is an article on codeproject, i don't remember exactly the name, but you can search by install shield tutorial.
-
I need helpWhen 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.
-
I need help!!!F1!!!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.
-
I need help!!!F1!!!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.
-
How to get back color of a dialog?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.
-
Display My Computer folder in a CFileDialogHow 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.
-
A doc file has some properties called summary and i want to do this in my appA 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.
-
How to send as fax?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.
-
About nmake and vcvars32.batI'm using Windows 98.
-
About nmake and vcvars32.batwhen 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.
-
I need helpHow can i update string variable on every change of file name? Thanks a lot.
-
I need to browse a folder only for rtf filesI'm sorry.I have forgotten to say that i need this in SHBrowseForFolder.I need to browse only for rtf files.
-
I need to browse a folder only for rtf filesI 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.
-
I need helpYes,this is what my boss is asking.
-
I need helpI 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.