|
Hi
Thanks for your reply.
I was talking about mfc.
I am using a CDockablePane Derived class to show a shell tree control. I enabled docking in the left side of mainframe window. I want to limit its horizontal size, so that part of list view area should always be visible. I tried to use CalcFixedLayout() after its creation in mainframe, but nothing happened. Can you tell me how to use it exactly.
thanks
jitendra
|
|
|
|
|
how to find Textbox value in the DirectUI
I did not find the use of API GetWindowText
|
|
|
|
|
If you want the use of GetWindowText API Plese check this link[^]
|
|
|
|
|
I have got handle where this software.
but make API :GetWindowText error
find not Textbox.text
|
|
|
|
|
Hi,
Anyone know how to copy a dialog resource from one project into another with MSDEV 2008. This used to be easy and intuitive with VCPP 6.0 but then again most things were
TIA
Tony
|
|
|
|
|
You can open the other resource in the same devenv and then copy it. Then copy in necessary contents.
|
|
|
|
|
Thanks for the reply but I have tried this without success. I have opened the RC file and selected the dialog resource I want and seleted copy. The problem is that it wont let me paste it into the resorces of my other project - the paste option is disabled
Any ideas why it could be disabled?
Thanks
Tony
|
|
|
|
|
If you open the second RC file in the resource editor, can you drag/drop resources into the resource view of the current solution? That worked in VC 6, although I give no guarantee that the feature has survived into the current VS design.
--Mike--
Dunder-Mifflin, this is Pam.
|
|
|
|
|
Hi,
Yes, that's how I used to do it in VC6 but it doesnt appear to work in MSDEV 2008. I have found using MSDEV 2008 frustrating, some things are done differently and other things you just can't do. In trying to be all things to all languages, it's lost some of it's great features and is soooo slow.
Thanks anyway, I guess I will just have to create the dialog again from scratch.

|
|
|
|
|
It can be done the other way:
Open the project from wich you want to copy the resource.
Open the resource file to witch you want to copy.
And then you can use CTRL-C and CTRL-V.
modified on Friday, July 31, 2009 2:35 AM
|
|
|
|
|
|
This is the C++ forum. Please ask your WPF query in the WPF[^] forum.
It is a crappy thing, but it's life -^ Carlo Pallini
|
|
|
|
|
Err..Wrong Forum
♫ 99 little bugs in the code,
99 bugs in the code
We fix a bug, compile it again
101 little bugs in the code ♫
|
|
|
|
|
[please excuse this re-post - ther were no answers in general it until now!]
Dear all,
I'm on a tool that has to connect to many different mailboxes in a organization. All works well. (Extended Mapi)
I'm using therefore a profile to create a session.
But every mailbox that will be programmatically connected also increases the size of that profile.
The connection data of every connection is persisted in the profile. Frown
In result the process slows down with every mailbox.
Does anyone know an opportunity to make a profile "readonly" - say with a MAPI_DONT_CHANGE_PROFILE during MAPIInitialize?
Or is there a way to connect to Mailboxes using Extended Mapi without using a profile?
How do I the work :
> MAPIInitialize with MAPI_INIT_VERSION / MAPI_NT_SERVICE
> MAPILogonEx with MAPI_LOGON_UI | MAPI_NEW_SESSION | MAPI_EXTENDED | MAPI_NO_MAIL
> OpenMsgStore for private store
> createStoreEntryID & OpenMsgStore for each mailbox
> and of course storeLogoff for each mailbox after the work
please excuse my worst english (I'Am german)
thx in advance &
Best regards
|
|
|
|
|
Write the function replace, which finds the string from in the string string and replaces it with the string to. Be sure to test it on replacement strings, which are larger, smaller, and the same size.Should it work if the replacement string is the empty string?
|
|
|
|
|
May I politely ask you to read forum guidelines, before spamming this way?
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]
|
|
|
|
|
It is better to do your homework assignments as they are given and to use the computer lab of your college or university. Paying attention in class and listening to the tutors, lab assistants, is also quite helpful. If you aren't willing to do this, perhaps it would be best to try something else for a while until you mature.
|
|
|
|
|
|
Great Job splitting up your homework!
Sometimes I wonder
You have the thought that modern physics just relay on assumptions, that somehow depends on a smile of a cat, which isn’t there.( Albert Einstein)
|
|
|
|
|
Write a calendar program to find out the day of a given date in a particular year.
|
|
|
|
|
Why not just return one of the days of the week? You'd still have a 14% chance of being correct. That's a good return in anyone's ledger.
"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
|
|
|
|
|
Write a program, which will read a string and rewrite it in the alphabetical order.
|
|
|
|
|
Write a program to encrypt a string and decrypt it using your own method of encryption and decryption.
|
|
|
|
|
Write a program to determine and print the sum of the following harmonic series for a given value if n 1+1/2+1/3+….1/n
|
|
|
|
|
Write a program to print the Pascal triangle for 10 rows.
|
|
|
|