1284 byte By
ALMAZ at 2007-11-17 14:26:08
Please, help me. This is a very interesting problem to make a program which will be a browser (on the base of CHtmlView)or which will be an element of ActiveX and can be opened from any browser by clicking hyperlink of the file with its own extension.And either this file or whole html should be en...
38 byte By
thagland at 2007-11-17 14:26:09
preferably not using the command line.
Hi.<br/>Can someone tell me how to submit a useful code example. Spent over an hour trying to figure out how - to no avail. I'm sure the info is in there somewhere - but it has certainly eluded _me_.<br/>Thanks,<br/>mark<br/>FROM ME.
123 byte By
author at 2007-11-17 14:26:11
Would like a simple tutorial using win32 not MFC just win32 for creating a dll which shows how to implement floating menus.
MacIntosh has a feature so that you can drag some text onto the desktop, and it will be put into an auto-created file, which I think they call a "scrap". I was thinking about trying to write something like that myself for Windows, but thought I'd check if anyone else had already done it, or th...
Hello,<br/>I've been assigned the task of organizing code review sessions in my group at work. I would like to see some info on how best to approach code reviews.<br/>Thanks<br/>Mac
An article on implementing NT Services that with the Visual C++ 6 ATL wizard would be helpful, because the code that the ATL wizard spits out doesn't appear to function as an NT Service. NT Services are important because they can run when there aren't any users logged-in.
I have need to write a DCOM object and I cannot find any examples that are even remotely understandable to me. It would be nice if someone who has written one could tell me how he/she initially got started developing their DCOM object. It would be ideal if there was a posting of a shell ( insert you...
EarthWeb pay the authors like me who were contracted to write a series of articles for dev-archive. Since the changes with Internet.com etc we've not been paid a cent.<br/>ex-columnist for dev-archive
The paid column articles have been removed. Why?<br/>ex-columnist for dev-archive
Could someone contribute an article that implements a CListBox with each item having a maximum of 4 lines. I.E each item in the list box can have the possibility of being too long to fit on one line and therefore must wrap around to the next line, upto a maximum of 4 lines. The horizontal scroll bar...
How about an example of using antialiasing when drawing a 2D ploygon (outline only and filled).<br/>WillProgramForMoney
Has anyone been able to display a CView-derived window in a dialog?
108 byte By
eko at 2007-11-17 14:26:21
My next project, will use ISO8583 protocol.<br/>Please give any info about ISO8583 <br/>Thank You.
5122 byte By
arag at 2007-11-17 14:26:22
so , i have big troubles about mapi :main error :-->Dialog_mail.obj : error LNK2001: unresolved external symbol _MAPISendMail@20-->so i have link the Mapi.lib :-->C:\Program Files\Microsoft Visual Studio\VC98\LIB\Mapi.lib : fatal error LNK1136: invalid or corrupt file-->and i thought it...
The ClearCode suggestion: http://dev-archive.com/cgi-bin/bbs/wt/showpost.pl?Board=vb&Number=57953&page=0&view=collapsed&sb=5Special thanks to Lothar "the Great" Haensler, Tom Archer, Chris Eastwood, Bruno Paris and all the other wonderful people who made and make dev-archivea great place. Come back s...
223 byte By
Haraldur at 2007-11-17 14:26:24
I like to see an article how to program a viewer that is fast in displaying and update its content.<br/>The build in components are to slow.<br/>I know the technic is about buffers and view pointers to that buffer, but how?
Articles on different strategies for forcing a user to register via email, etc. that only allows them access to your Web pages if they fill out the form and choose a password. I know there are many ways to do it, but I have not found a good series of articles yet, that go into the details of how to...
I just added a few sections to the "C# and .NET" area of the main dev-archive.com site. It would be interesting to see a number of articles using some of the key .NET Framework classes.Submission guidelines for articles are still available via a link after the article summaries on the front page.- B...
The Objective of this simple program is to implementgenereal active x controls provided by Ms. Visual C++ 6.0, wich are Ado data control(ole-db) and Microsoft data grid.The Objective of this simple program is to implementgenereal active x controls provided by Ms. Visual C++ 6.0, wich are Ado data co...
306 byte By
vhgupta at 2007-11-17 14:26:28
I would love to see a article on artificial intelligence.Which also discuss the use of c/c++ in that and limitations of working with machine language instead of assembly language.And definitely with some links for source code of AI based programs in C/C++ or any object oriented language.:-)...
235 byte By
Yoy at 2007-11-17 14:26:30
As COM Programming takes more and more importance, I think it will be useful to have examples of COM Programming in visual basic.net.<br/>Different examples that can explain aggregation, containment, inheritance ...<br/>Yoann
256 byte By
plague at 2007-11-17 14:26:31
This class covers several functions, and I found that while learning Visual C++, this was one of the areas that troubled me most, even though I am still learning. I couldn't seem to find a source for this particular information.<br/>--<br/>Plague
256 byte By
plague at 2007-11-17 14:26:32
I would like to to see an article that details sections(sections, as in "This part of ____ the *.cpp/.h accepts _____") of preconfigured apps(App Wizard). <br/>Alot of articles tell you to call a function, without telling you where. <br/>--<br/>Plague
236 byte By
dEUs at 2007-11-17 14:26:33
hi,<br/>I really could need an Addin for VisualStudio which provides good replacement possibilities, e.g. the text to be replaced kann contain "in/decrease"-variables and a the textfield should be a mutliline editbox<br/>thx<br/>dEUs :)
6022 byte By
ashotog at 2007-11-17 14:26:34
Hello,I've written an example for Windows XP that enumerates all open TCP and UDP ports and map them to the owning application. It uses a couple of undocumented functions like NETSTAT.EXE does.Unfortunately, I don't have a time to write an article about this technique for Godeguru so if an...
115 byte By
aqiruse at 2007-11-17 14:26:35
I would like to see some are articles on Mutli-platform development, and project management (from start to finish).
515 byte By
JamesB at 2007-11-17 14:26:36
Something I've been looking for, and which may exist somewhere as a document or better still a database:A tabular summary of application software on the market, categorized by type (Accounting, CRM, Word Processing, Graphics etc.) with basic details of how it can be interoperated with i.e.Name,...
See http://www.dev-archive.com/forum/showthread.php?s=&threadid=189476 for a suggestion that is among the oldest in existence for the dev-archive forums.
It would be interesting to see article on encryption technology. <br/>With samples to encrypt files.
i would like to see an article on file protection.That is how you can protect your files from being destroyed by others by using programs that we can develop using c,c++ or vb
Building of easy COM clients with MFC.
Natalie had a matter with IE.<br/>She found out a couple of links where a solution could be found.<br/>I think a good article on this issue here should be welcome.<br/>For more details, have a look at questions and answers here ( http://www.dev-archive.com/forum/showthread.php?s=&threadid=201715)
141 byte By
ecross at 2007-11-17 19:33:50
People do have trouble with HTML and need help with their webpage. I think dev-archive should add an HTML forum topic so people can get help.
83 byte By
bubu at 2007-11-17 21:10:09
I would be glad if it was posted an article about programming to the parallel port.
Hi, All!IMO, everyone should guess that printing-related issues are very interesting, but not so widely-documented as they wanted to be... There are several examples on creating/printing documents and reports, but no one of them (at least, so I conclused after half-year exploring) is fully correct.I...
244 byte By
Aksh26 at 2007-11-18 0:34:16
Hi all,<br/>Currently I'm working on a client-server project in C++. <br/>I need a sample project report/documentation, so that any new programmer (wish to work on this project) can understand the architecture/design. <br/>Thank You.
251 byte By
lord loh at 2007-11-18 1:26:58
Php programming is a good area...<br/>I really think that dev-archive is missing a Php discussion forum...(Mr. Brad Jones)<br/>Sorry I forgot to add a poll.<br/>Poll now ( http://www.dev-archive.com/forum/showthread.php?threadid=229167 )
478 byte By
camillej at 2007-11-18 1:48:24
Web serivces : Analysis for the rest of us.This is a web service article for those of us that haven't heard of web services as well as those that have but don't really understand the significance.Its a fun overview with lots of links and resource suggestions to answer questions and broaden...
91 byte By
rmozes at 2007-11-18 4:04:31
I wish to see some articles on R* trees and calculation times <br/>of R* trees operations !
Hi There Oracle Gurus, I'm using Forms 6i. I've working on code to read and write DAT. FILES. The TEXT_IO package has been helpful to some level.That is been able to fetch or read from file. I can't figure out how write an entire DAT.File to a database file or table....
Based on recent difficulty in finding info on what I thought should be an easy task, I thought it would be nice to write a little article on it with code example.<br/>Can I submit it to dev-archive? What do I need to do in order to submit it?
1046 byte By
Bum_Holo at 2007-11-18 11:43:36
Afternoon all,After spending months trawling through visual basic sites and asking the same questions on many different visual basic forums, only to be pointed to pre-written controls. It would be an early merry christmas for one and all if someone could write a tutorial for creating a sliding docka...
8509 byte By
smars at 2007-11-18 13:40:45
Five Steps to Rapid Development with TierDeveloper 3.0Unlock the power of rapid development when you use TierDeveloper from AlachiSoft in your N-Tier application development. Follow the steps below to quickly design, generate, and deploy a great portion of your real-life N-Tier application.You can d...
8524 byte By
smars at 2007-11-18 13:54:39
Five Steps to Rapid Development with TierDeveloper 3.0Unlock the power of rapid development when you use TierDeveloper from AlachiSoft in your N-Tier application development. Follow the steps below to quickly design, generate, and deploy a great portion of your real-life N-Tier application.For free...
hi<br/>I am looking for an article where there would be a comparison between Development in Oracle Developer 6i Environment and Java Environment !!<br/>I would be glad if some one could help me here.<br/>Regards<br/>iceman
More Articles about SOAP would be awesome, and not VB articles either.<br/>Maybe some good articles that go beyond the basic stuff like web references.<br/>Articles with some code to consume SOAP services and do something usefull in a client application would be really cool.
89 byte By
Thikku at 2007-11-18 20:15:56
Would appreciate any article suggestion(s) / new articles posted on CRM / DW/ BI areas...
Is there a way for a Foxpro 2.6 for Windows application to talk to a COM dll. If yes then could someone please help me out with some sample code or information.<br/>Thanks in advance.<br/>Joyce.
104 byte By
techsam at 2007-11-19 5:22:13
i was wondering whether there is any article on mediation software used in the telecom industry.<br/>sam