Thanks for the help. I have to use the BROWSEINFO as follow:
BROWSEINFO m_bi = {0};
and then initialize it:
m_bi.lpszTitle = strTitle;
m_bi.ulFlags = BIF_VALIDATE | 64;
Then it works.
I'd like to use a dialog box to browse for folder. For that I use SHBrowseForFolder. But after eselcting a folder and clicking on "OK" the application crashes. Why that? Thanks for help.
void DlgExportSettings::OnButtonExportBrowse()
{
BROWSEINFO m_bi;
m_bi.hwndOwner =...
Thanks for your reply. I found the error last night after posting my message.
I have to use the property="driverClassName" instead of property="driverClass"
Hello
I try to get to a local MySQLDB by struts (1.2), Tomcat 5.0.16
I declare the data-source in the struts-config.xml. The DB-Driver is installed in the lib-directory of the webapps
struts-config.xml:
<data-sources>
<data-source...
1. I create AD-Users by Script
2. Later I install Exchange 2000
Now I want to create a mailbox like this:
Dim objMailbox
Set objMailbox = CreateObject("CDOEXM.IMailboxStore")
I get the following error:
ActiveXcomponent can't create object: 'CDOEXM.IMailboxStore'
Code: 800A01AD...
I do a Unattended Installation (slipstreamed). The winnt.sif is loacted in the i386 directory on the cd. the installation works fine, but:
when installing over a used partition, it asks me to choose the partition (AutoPartition is set to 1)
it aks me to create additional user accounts
How can I...
I have a computer with Windows XP installed. Now I want to make a dual boot system with a Windows 2000, but everywhere I read about dual boot systems they suggest to install XP after 2000.
It is also possible to do it the other way? Install a 2000 after an XP?
The CiscoWorks "Device Fault Manager 1.2" recieves a trap of a high backplane utilization (>80%) but really the utilization is only about some percents (<10%).
Is this a bug or what?
Hi
I have the CiscoWorks 2000 with Campus Manager 3.2 and 3 Switches. They are connected in a "triangle", one connection is condigured as "FORWARD", one is "DISABLED". But the CampusMan shwos me all 3 Paths, why? The Switches tell me that the configuration is as...
How the heck can I access session variables within a function? I regsiter a variable "var1" with $_SESSION[var1].
This variable I can access within another php-file which starts like
<?
session_start();
echo($var1);
...
?>
But when I call a function, the variable is not...
Hello
I have some c & c++ prgramming experience on unix-System. But I'm interested also in Windows Programming. Where is or where do i get the Windows.H Header File?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.