 |
|
 |
I am pretty new to vc++, but have an urgent requirement in my project,
i want to open connect to a particular url , button click event.
Can any one please tell me the steps to do that , should a create a dll for calling the url and use it in the page which has the button???????
|
|
|
|
 |
|
 |
hi Mr. komely, my question is different. I m using "keybd_event(VK_MENU,0,0,0);" to press alter key. But i want to press alter + f4 keys. plz tell me the code. Plz tell me that when and where u live online.
Thanks and regards
sooraj
|
|
|
|
 |
|
 |
This article is not enough for the one who searches for a resource to build Resource Only dlls...Atleast Mahmood can specify what is the usage of AfxSetResourceHandle'...
|
|
|
|
 |
|
 |
Hi I am relatively new at DLL programming, but I have seen/done importing a MFC DLL into a .NET application, by creating a wrapper. I now wanted to go the other way...
Given my .NET DLL (a VB.DLL) how do I use it in MFC?
Thanks.
|
|
|
|
 |
|
 |
The steps to be followed and given are very poor and incomplete. Please give proper guidance and mention all the steps, including all the ones missing above.
Regards,
Kunal
|
|
|
|
 |
|
 |
Hi.....
I'm from Viet Nam. I'm studying about DLL. I make a dll with its form inside. And in my main form, when user press an button, i explicit load and show the form of DLL (depend on dll, we'll have many diffirence interfaces )...
But, I don't know how to make it in VC++ img src="/script/Forums/Images/smiley_cry.gif" align="top" alt="Cry | :((" /> . Do I make wrong ideas??? Can you help me??? And if you can, please give me with a project . Thanks first.
((( SORRY WITH MY ENGISH )))
Odin_vn
|
|
|
|
 |
|
 |
Hi Odin_vn
can you explain more and in details?
|
|
|
|
 |
|
 |
DLL chi la thu vien thoi chu ko co form nao dau, ban coi lai nhe!
|
|
|
|
 |
|
 |
I have a problem that when click an "execute" button, the MessageBox appear normally. But when I click OK, the main frame does not fresh and has a blank space on it !
How can I solve this problem ? Thanks !
Hello World
|
|
|
|
 |
|
 |
Im trying to get this swift file url:
http://www.capitalprophetrecords.com/downloads/be_easy.swf
to become embedded in my web page so it starts as soon as people visit my site.
thanks
|
|
|
|
 |
|
 |
I would like to know if it is possible to embed swf files into a dll. I tried the format you specified but cannot get it to work. Would appreciate it a lot if u could reply to this.
Thanks
|
|
|
|
 |
|
 |
Hi,
I solved my problem but:
I want to know can I put a file in my resource list after releasing the app?
Cheers,
MILAD.
Every new thing you learn,Gives you a new personality.
|
|
|
|
 |
|
 |
Please explain more about what you want to do
sincerely
Mahmood komeily
|
|
|
|
 |
|
 |
salam,
Kheili manoon az emailetoon,
kary ke man mikham bekonam ine:
man 2 ta DLL daram va yek file exe,
dar yeki az dll ha (res.dll) tamame resource ham
mesle Dialogha,Bitmapha va ... ast,
Dar oon yeki dll tamame codeha hastan ke be in dialog rabt
daran
va file EXE vazifeie rabt dadane anasore dll aval ro ba dovomi dare,
Har 2 dll ham az noe ATL mibashand.
Lotfan agar mitoonin komak konin.
Har nazary bedin mipaziram,
Cheers,
MILAD.
G.K.Z
|
|
|
|
 |
|
 |
Hi Dear MILAD
I dont know exactly about your project but i guess that will be benefical below solution :
This code read resources from another dll file
Example code :
BOOL CMyApp::InitInstance()// Exe File
{
HINSTANCE hRes = NULL;
hRes= LoadLibrary("Res.dll");
if(hRes)
AfxSetResourceHandle(hRes);
return CWinApp::InitInstance();
}
Best Regards
M.Komeily
Managing Director
Pishro Narmafzar
director@pishro-narmafzar.com
www.pishro-narmafzar.com
|
|
|
|
 |
|
 |
Hi,
I am very glad that I see another Iranian in the codeproject.
And I have some problems here,
I you can help me about resource-only dlls please send me an
e-mail.
It is very importatnt.
Thanks.
|
|
|
|
 |
|
 |
Do you know how to work with Resource-Only DLL in C# or VB.Net?
|
|
|
|
 |
|
 |
You probably forgot to mention that to build Resource only DLLs you have to specify the /NOENTRY linker option to prevent the linker from linking a reference to _main into the DLL.
In VC6 you have to add it manually. Go to Project | Settings | Select the dll project | go to Link tab | in project options add the /NOENTRY option.
In VC.NET 2003 Select the dll project, go to Project | Properties | Linker | Advanced, and change the Resource Only DLL option to Yes(/NOENTRY). (I think the same applies to previous VS.NET versions)
Check MSDN link [^] and [^]
...Plug & Pray...
|
|
|
|
 |
|
 |
dear Dimitris
thanx, it wasn't forgot, i try to omit difficulty and present my articles simpler. for this sake it omited because it don't cause problem.
thanx again for your accuracy
|
|
|
|
 |
|
 |
admiration mahmood
you solve my problem that confused me.
very very thanx
|
|
|
|
 |
|
 |
it was greet.
but i cant using swf file imported to my resource-only dll.
how i achieve it?
thanks alot
|
|
|
|
 |
|
 |
hi mahmood
i follow your articles and learnt DLL's with them. this one is very excellent.
i hope you write more article about DLL's
best regards
|
|
|
|
 |