|
Hi,
I dont have Idea which is 3rd party class your using but you can use CFormview or CScrollview in the Dialogbox which make the you work easier.
GG
|
|
|
|
|
Sample code(c++) to get the screen shot of the windows opened in the desktop on CE Device machine. How would the screen shot be saved as bitmap file in the device machine?
Thanks
|
|
|
|
|
Would this work?
"Old age is like a bank account. You withdraw later in life what you have deposited along the way." - Unknown
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
|
|
|
|
|
Hello All,
Thank you all for reading the post!!!
My company has developed Anti-Theft software for Symbian series 60 2nd edition and UIQ 2 powered phones. We have also developed two types of windows based Key generators to give away the unique registration code to users to unlock the trial version. This software is currently live for sale on different online sales channels like www.handango.com and others.
We want to sell out this product with complete SOURCE CODE to any interesting company.
Yes, you read it right, it’s with source code!!!
We have a set of very formal reasons for it.
1. We are not interested in porting the application on the Symbian Series 60 3rd edition and other platforms
2. We are in a process to raise the funds to explore opportunities in the desktop software development.
3. We want that the masterpiece i.e. code created by our company should not be in vein.
This antitheft software includes 5 (FIVE) subprojects i.e. 2 .lib files,2 .mdl files, 1 .exe file and 1 .app files which are as follows:
1. First .lib file gives functionality of normal keygenerator to be embedded in the main app.
2. Second lib file gives functionality of RPN based keygenerator to be embedded in the main app.
3. First .mdl makes the application auto start on phone restart.
4. Second .mdl makes the application as MIME compatible.
5. .exe file provides functionality for uninstalling the application from the phone.
6. .app is the main application file.
Feature of software design:
1. Software is completely designed using object oriented technology.
2. Every single minute detail is documented.
Features of software:
1. Reads the IMSI, Cell ID, Country code and IMEI of the phone.
2. Remains invisibly installed in the phone and only authentic user can access it with the password. It cannot be seen even in the default list of installed applications.
3. Uses very low memory i.e around 200K of RAM in runtime.
4. Backs up all the contacts and SMS
5.I nvisibly sends SMS which cannot be traced in the phone. No log entries can be found.
I am in a search of potential buyer who can buy this complete system. I want to give away the product with exclusive rights to the buyer so that our role will be finished from the brand development and the buyer may customize it, rebrand it or resell it. Everything will be done according to the legal software acquisition agreement only. I am expecting not less than 20K USD (which is very very reasonable from our side) for this product. I will reveal the software name and the my company's name at the start of the discussion.
All interested parties are request to send their quote(s) at shaperu@gmail.com
I would really appreciate and reward any help to find out the potential buyer for me.
Once again, thank you all for reading the post!!!
P.S. : I believe that this is the place of developers and a developer can only understand the value of the SOURCE CODE
|
|
|
|
|
Your post has been reported as abuse.
If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler.
-- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong.
-- Iain Clarke
[My articles]
|
|
|
|
|
Hi Pallini,
Thank you for READING this thread.
I would like to know that why did you consider this post as ABUSIVE?
Also, I am not advertising any stuff here. I thought lots of software developers might have gone through this phase. I just wanted to have their suggestions.
Thanks!
|
|
|
|
|
Hi samdecosta,
samdecosta wrote: Thank you for READING this thread.
You ARE welcome.
samdecosta wrote: I would like to know that why did you consider this post as ABUSIVE?
Because it IS ABUSIVE in THIS FORUM.
samdecosta wrote: Also, I am not advertising any stuff here.
This is not true.
samdecosta wrote: I thought lots of software developers might have gone through this phase. I just wanted to have their suggestions.
That's fine, done on the right forum.
samdecosta wrote: Thanks!
Thank you.
If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler.
-- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong.
-- Iain Clarke
[My articles]
|
|
|
|
|
Hello,
I welcome your view but could not understand what you actually wanted to convey?
Please make it clear that how it becomes ABUSIVE?
Thanks!
|
|
|
|
|
Advertising is abusive in this forum.
[added]
Hey Sam, just joined the Mr.Univoter club?
[/added]
If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler.
-- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong.
-- Iain Clarke
[My articles]
|
|
|
|
|
|
I had created variable in user section , using the following code
'defining variables
dim objShell, colUserEnvVars
'initializing all variables
Set objShell = WScript.CreateObject("WScript.Shell")
Set colUserEnvVars = objShell.Environment("System")
'Output File for registry information.
colUserEnvVars("rahul") = "rahul"
but i cannot read the same from c++, for this i have to restart the system,
but Wscript.Echo colUserEnvVars("DeloitteAuditShare123") read the value without restarting ths system.
“You will never be a leader unless you first learn to follow and be led.”
–Tiorio
"Coming together is a beginning, staying together is progress, and working together is success." Henry Ford
|
|
|
|
|
how/from where are you starting the c++ program ?
if you dont start it in the same process (maybe that's badly worded) may 'shell'/session ie start it from the VBScript process, it won't have access to the same environment - you would need to have your VBScript modify the 'parent' environment - quite a hard task iirc
.. I think you need to look at something like 'setx' http://www.ss64.com/nt/setx.html[^]
'g'
|
|
|
|
|
|
Hi,
I am working in development of Active X control in VC++ .I need to create a property for FONT to have GetFont & SetFont. I have developed with default setting when I debug the code using Activex control test container I can go GetFont function in the code when I invoke GetFont
But I try for SetFont it doesn’t moves to SetFont instead it goes to GetFont.
Could anyone help me out this issue.
Thanks in Advance,
GG
|
|
|
|
|
More information is needed (you've supplied almost none). For example, what framework (if any) did you use? Can you post some source code (in particular the IDispatch implementation)?
Steve
|
|
|
|
|
Hi Stephen,
Thanks for your reply.
I have create a new application with MFC Activex control wizard I have kept all default setting.
Then I have added the property Font with Implementation as Get/Set and then I kept two break point one in GetFont and another in SetFont.
When I try to debug that control using Activex control Test Container I can move to Getfont when I Invoke GetFont function but I am not able to move to Setfont function when I invoke Setfont instead it moves to GetFont function.
GG
|
|
|
|
|
The first thing I'd test is if the debugger is telling you the truth: putting MessageBox es with the names of the methods in the two functions is a quick and dirty way to verify this. I assume you're debugging with the debug build? Assuming this doesn't clear things up post your Dispatch Map[^] (post all uses of the macros in the link I gave).
Steve
|
|
|
|
|
It looks like you actually haven't a SetFont method in your interface. Could you please post the relevant code? You should also move your post to the COM [^] forum for better help.
If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler.
-- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong.
-- Iain Clarke
[My articles]
|
|
|
|
|
Hi Pallini,
Thanks for your reply.
If we add a property with get/set for font we get this code. I have kept two beak point one in GetFont (return NULL) and another in SetFont(SetModifiedFlag();)
if I Debug using Activex control Test Container.When I invoke Getfont it goes to Getfont Function .But if Invoke Setfont it move to GetFont Could help me in this part to solve this issue.
LPFONTDISP CMySampleFontCtrl::GetFont()
{
// TODO: Add your property handler here
return NULL;
}
void CMySampleFontCtrl::SetFont(LPFONTDISP newValue)
{
// TODO: Add your property handler here
SetModifiedFlag();
}
GG
|
|
|
|
|
You should show us also how these methods are mapped to the COM interface (i.e. the relevant MIDL generated code, if I remeber well...).
If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler.
-- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong.
-- Iain Clarke
[My articles]
|
|
|
|
|
Hi ,
Thanks for supporting me.
I got the answer for the question which I have asked.
we can override OnFontChanged through which we see the changes when we invoke SetFont
GG
|
|
|
|
|
hello all,
I want to get search update for remote machine.Means how many updates it wants and all.
how do i use WUA API for remote machine please help me .I Visited microsoft website but not get proper idea.
|
|
|
|
|
i build a new MFC project using a string to initial a new string mm
code is
string mm = "abc";
debug mode mm will be "abc";
but in release mm will be "`v;"
when in debug mode it will be ok
see below photo:
but when in release it will no right
see below;
why does that happen can help me
by the way how to upload photo in codeproject
thank you
modified on Tuesday, April 28, 2009 3:29 AM
|
|
|
|
|
Debugging Release version, built without debugging info, may lead to apparently strange results, I believe.
If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler.
-- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong.
-- Iain Clarke
[My articles]
|
|
|
|
|
You may add yourself to the list of contributers of the "CP's memorable quotes" list.
modified on Tuesday, April 28, 2009 4:20 AM
|
|
|
|