|
Here is a post from one of the MVP's saying that URL moniker is going to do this,
http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&oe=UTF-8&threadm=u9%23II0fi%24GA.261%40cppssbbsa05&rnum=5&prev=/groups%3Fhl%3Den%26lr%3D%26ie%3DUTF-8%26oe%3DUTF-8%26q%3Dnicholas%2Bmoniker%26meta%3D
And anchor links won't work- try it.
I've been trying to "just go ahead" for weeks! Hence my suggestion for it as an article...
thanks for your responses,
"Outside of a dog, a book is Man’s best friend. And inside of a dog, it’s too dark to read."
-Groucho Marx
|
|
|
|
|
Does somebody know how to add a button "New Folder" to explorer toolbar? For example "Open" and "Save as" dialogs have this button. But Exporer itself doesn't.
|
|
|
|
|
SLiDeR wrote:
Does somebody know how to add a button "New Folder" to explorer toolbar? For example "Open" and "Save as" dialogs have this button. But Exporer itself doesn't.
That's an interesting stuff to come up with. I'll check this out. I don't see why this should be anything different than a IE custom button. After all Windows Explorer toolbars are IE toolbars.
Regardless of whether it would do any good to have such button available, don't forget that while it makes sense to have such button in the Open/SaveAs Dialog (since the context is always a folder), it doesn't necessarily make sense in Windows Explorer since the context is not always a folder at all (in other words, even with such button available, I am afraid it would be often grayed out).
[edit] Here is a nice CLSID to start search for : {0AFACED1-E828-11D1-9187-B532F1E9575D}. It's known as the Folder shortcut component. May be this just needs to be added to one of the registry extension keys to make it appear in the "Toolbar Customize..." box option.[/edit]
|
|
|
|
|
I am requesting a useful transparent bitmap algorithm that can output to color and black and white laser printers. It would be nice if the algorithm also drew well to the screen, but I can always use one of the ones we already have for that and switch between the two at run time.
Now, before you run off and point to a zillion solutions out there, consider that almost all of them draw CRAP to a monochrome laser printer and most don't usually work on a color laser printer either
So, I want a transparent bitmap algorithm that works on ANY device context surface and does not puke out a solid black rectangle to a printer device context
Thanks.
C++/MFC/InstallShield since 1993
|
|
|
|
|
All you need to do is blit a transparent bitmap to a white bitmap of the same size and then print that.
Todd Smith
|
|
|
|
|
i want to develop a texteditor exactly like similar to notepad can any one help me with some suggestion.
i donot want to use edit boxes or richedit control for this purpose
thanks in advance
|
|
|
|
|
It would be nice to have an article that shows how to implement Internet Explorer plug-ins. For example, a plug-in can add a toolbar, or can pre/post-process the contents of a page after it is loaded.
Regards,
Victor.
phpWebNotes is a page annotation system modelled after php.net.
http://webnotes.sourceforge.net/demo.php[^]
|
|
|
|
|
They're called Browser Helper Objects. There's already several articles on CP showing you how to create a toolbar and pre/post-process the contents of a page.
Todd Smith
|
|
|
|
|
There are 2 or 3 articles already on writing toolbars (some VC 6 and some .NET). As for BHOs, they are quite simple and there's already a good sample on MSDN that creates an object that views the current page source in a separate window.
--Mike--
If it doesn't move and it should: WD-40. If it moves and it shouldn't: duct tape.
1ClickPicGrabber - Grab & organize pictures from your favorite web pages, with 1 click!
My really out-of-date homepage
Sonork-100.19012 Acid_Helm
|
|
|
|
|
Dear all,
I am search some resoure which is about build a "virtual Fax Printer" programming.
which functions like winfax printer, print to file and file format can be sent as fax.
I am looking for releated information, and try to build.
if any one has idea, please help.
thx
Isiah
|
|
|
|
|
Hi, I need a solution. I have a word file. And I want someone to read , others can not read. How to start it? Should I learn something?
|
|
|
|
|
What OS? If it is 2000 then you can use the security permissions to prevent access to the document.
Does Word still support password protected documents? (It is under Tools->Options->Security in Word XP)
Michael
Fat bottomed girls
You make the rockin' world go round -- Queen
|
|
|
|
|
Thx for replying.
It is 2000 file. I know to set the password. But I also find many crack ways to crack the password. Is there a good way to protect my file ? (Maybe macro or add-in, I do not know)
|
|
|
|
|
Hello,
I thought it would be really cool if there was a tutorial going through the basics of what was required and how you may go about making an SMTP server.
I mean, wouldn't it be cool if you could have a class / dll you could use to send emails from within your program without relying on an SMTP server being available to the user? So you would give it an address, it would contact the mail server directly and deliver the mesasge?
This would be great for built in error reporting ala XP, but would allow other versions of Windows using your application to email an address with various pleas of help - as long as the relevant ports are open.
Cheers,
Paul
//////////////////////////////
// Paul Evans, UK.
//////////////////////////////
|
|
|
|
|
Hi Paul,
I have examples of sending SMTP via Perl, there are articles here and classes for sending SMTP via C++.
It's a straightforward thing to do, I tend to send e-mails via MAPI in my program but that's because I need user interaction.
Shout at me direct: simon.brown at kns.ch
Simon
Old Simon HB9DRV
|
|
|
|
|
Hi Simon,
I don't mean using a SMTP server, more like providing an internal SMTP service - so if a user has no access to an SMTP service of their own because their ISP or company does not provide one, an application could send a message itself without needing an external SMTP service to connect too.
Of course if that's what you meant then share those links you have with the world!
Cheers,
Paul
//////////////////////////////
// Paul Evans, UK.
//////////////////////////////
|
|
|
|
|
|
|
Stay tooned on the codeproject for my postings .
I will post a DNS class that will do the trick !
it works like this :
CDNS dns("nameserver");
dns.DNSQuery();
and it return a string lists with MX agents ! Those handle the mail ! Like :
mx1.mail.yahoo.com
mx2.mail.yahoo.com
I`ll post it soon ! Be ready !
I am the mighty keeper of the book on knowledge . Contact me to get your copy .
|
|
|
|
|
I posted this in the General Discussions forum, because I hadn't noticed this one yet, but I think this fits better here. See below:
I am new to the code project, and am hoping to be able to contribute. Would there be interest in an assembly that is 100% managed code that gives access to an MS Exchange 2000 webstore? This assembly uses WEBDAV under the covers to communicate with an exchange server, and includes the ability to retrieve data as an object model, as a dataset, or as an XML document as well as the ability to write to the exchange store. If there is interest I'll comment up the code and post it.
Mark Clements
Senior Systems Development Engineer
BSG, College of Business
Oregon State University
|
|
|
|
|
clementsm wrote:
This assembly uses WEBDAV under the covers to communicate with an exchange server
Honestly I would be more interested in the WebDAV part of the article
Also the other technologies and methods mentioned in your post would be interesting in this context.
Paul Watson Bluegrass Cape Town, South Africa Christopher Duncan wrote:
Which explains why when Santa asked, "And what do you want for Christmas, little boy?" I said, "A life." (Accesories sold separately)
|
|
|
|
|
OK Paul, I've decided to go ahead and do this, I'll be sure to include some info on the WebDAV part as well as how we were able to convert the results.
Mark Clements
Senior Systems Development Engineer
BSG, College of Business
Oregon State University
|
|
|
|
|
The article is up.
http://www.codeproject.com/useritems/ExDAV.asp
It took me longer than I expected, but I hope it is useful for those interested.
Mark Clements
Senior Systems Development Engineer
BSG, College of Business
Oregon State University
|
|
|
|
|
Building on my CDataFile [^] class, I have a set of functions which support the Matrix-X[^] File Format. There is very little documentation on this format, and so I had to write my I/O routines from scratch. The functions read the file and store the data in a CDataFile object, so your data reduction algorithms that are already using CDataFile will not need to be changed. If anyone out there has a use for this, I will whip up an article and a demo app. I realize it is a very niche application, but it could be a gem for anyone who needs it...
- Nitron
"Those that say a task is impossible shouldn't interrupt the ones who are doing it." - Chinese Proverb
|
|
|
|
|
Hey folks,
I am just curious if anyone would be interested in an article on the so-called "Event Pattern" termed by M.S. which is a variation on the classic Observer pattern. Microsoft recomends [^] that all .net frameworks and apps using events and delegates use this pattern.
If there is any interest I will try to provide an article.
Regards
Chris
Fill me with your knowledge, your wisdom, your coffee.
|
|
|
|