|
We still don't provide code to order. You will have to either develop it yourself or resort to another site where you can hire developers. If you decide to develop it yourself and you encounter a specific problem, we'll probably be able to help. You've been told this before - please stop posting instructions.
If the brain were so simple we could understand it, we would be so simple we couldn't. — Lyall Watson
|
|
|
|
|
Did you ever ask your professor? This stinks to the high heavens as homework....
"I've seen more information on a frickin' sticky note!" - Dave Kreskowiak
|
|
|
|
|
CREATE ONSCREEN HELP TO ASSIST THE USERS OF A COMPUTER PROGRAM.
|
|
|
|
|
Message Closed
modified 22-Jul-15 4:01am.
|
|
|
|
|
Despite the recent lounge discussion, I was tempted to flag your message. You may wish to reword or remove it.
|
|
|
|
|
It was a bit overboard, thanks for the gentle suggestion before hitting the nuke button.
Geek code v 3.12 {
GCS d--- s-/++ a- C++++ U+++ P- L- E-- W++ N++ o+ K- w+++ O? M-- V? PS+ PE- Y+ PGP t++ 5? X R++ tv-- b+ DI+++ D++ G e++>+++ h--- r++>+++ y+++*
Weapons extension: ma- k++ F+2 X
}
If you think 'goto' is evil, try writing an Assembly program without JMP. -- TNCaver
|
|
|
|
|
DON'T SHOUT!
Typing everything in upper-case on the Internet is considered extremely rude.
This is now the second time you've posted exactly the same instruction - presumably from your homework assignment - in this forum. Whilst the unpaid volunteers who answer questions here will be happy to help if you encounter a specific problem with code you've written, nobody here is going to write your code for you.
"These people looked deep within my soul and assigned me a number based on the order in which I joined."
- Homer
|
|
|
|
|
When i try to add a Dll file into the project ,using Add Reference-->under properties .The Dll file was created VC6.
The followwing error was shown Could not add reference: ..\..\\
for one of the reasons , -Targets a higher of the.net framework
-Not a.Net assembly, -Not a registered ActiveX control
suggest how to use the dll in the project
|
|
|
|
|
The error message is telling you the reason. The DLL created in VC6 is not a .NET assembly.
If you want to use it in your project, you will have to use P/Invoke.
EDIT:
Since this is the C++/CLI forum, I forgot to mention that you can also call the DLL functions directly from C++. But there is no way to add it as a .NET reference.
The difficult we do right away...
...the impossible takes slightly longer.
modified 19-Jul-15 14:16pm.
|
|
|
|
|
d. Create onscreen help to assist the users of a computer program
|
|
|
|
|
Did you mean to post this here?
If it's intended as a comment to an existing message, then use the "Reply" feature, not "New Message" - that way the conversation "flows" and the person you are replying to gets an email to let them know (just like you did to this comment)
Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...
|
|
|
|
|
With the new open source .Net implementation is there an open source implementation of C++\CLI?
|
|
|
|
|
Not sure exactly which part of .NET you're asking about but they are not open-sourcing the C++/CLI compiler.
|
|
|
|
|
I am pretty sure that it's just ASP.NET 5 that is going open source. I have not heard about anything else.
http://www.asp.net/open-source[^]
You can lead a developer to CodeProject, but you can't make them think.
The Theory of Gravity was invented for the sole purpose of distracting you from investigating the scientific fact that the Earth sucks.
|
|
|
|
|
|
You can lead a developer to CodeProject, but you can't make them think.
The Theory of Gravity was invented for the sole purpose of distracting you from investigating the scientific fact that the Earth sucks.
|
|
|
|
|
Also does C++\CLI support C++ 11 and 14 feature that are also supported by the native C++ 11 complier
|
|
|
|
|
|
Hi I want delete or remove or clear all label from my form how can I do this?
please give me an example.
|
|
|
|
|
Please do not repost. I gave you a suggestion to your original question.
|
|
|
|
|
Unfortunately I don't understand your suggestion.
Please explain more and give me a example.
Thanks.
|
|
|
|
|
|
Exactly I don'n know what I write.
I barely know about windows form because I just start it.
if you know equivalent of that code in c++,please help me.
|
|
|
|
|
|
Tank you but still there is a problem!
I don't access label name because it made dynamically and before that i cant access to this label.
Even I know label name the compiler don't allow me to remove in that way.
|
|
|
|