Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. lasombra

    SHBrowseForFolder crash

    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.
  2. lasombra

    SHBrowseForFolder crash

    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 =...
  3. lasombra

    Cannot create JDBC driver of class '' for connect URL 'jdbc:mysql...

    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"
  4. lasombra

    Cannot create JDBC driver of class '' for connect URL 'jdbc:mysql...

    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...
  5. lasombra

    CreateObject(&quot;CDOEXM.IMailboxStore&quot;) Error

    I get the same error on CDO.Person (ActiveX can't crate)
  6. lasombra

    CreateObject(&quot;CDOEXM.IMailboxStore&quot;) Error

    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(&quot;CDOEXM.IMailboxStore&quot;) I get the following error: ActiveXcomponent can't create object: 'CDOEXM.IMailboxStore' Code: 800A01AD...
  7. lasombra

    problem accessing session variables within functions

    So after working much with PHP, the solution with $_SESSION['variable'] is even better and works without poblems (PHP4+)
  8. lasombra

    Unattended Installation - Some Problems

    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...
  9. lasombra

    Dual Boot Windows 2000 and Windows XP

    Great! Thanks Guys
  10. lasombra

    Dual Boot Windows 2000 and Windows XP

    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?
  11. lasombra

    RIS Client hangs during install

    Everything tried and I found some Microsoft Articles, biut nothing solved my problem!!!!!
  12. lasombra

    CiscoWorks - Backplane utilization Problems

    The CiscoWorks &quot;Device Fault Manager 1.2&quot; 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?
  13. lasombra

    CampusManager - view of spanning tree not correct

    Hi I have the CiscoWorks 2000 with Campus Manager 3.2 and 3 Switches. They are connected in a &quot;triangle&quot;, one connection is condigured as &quot;FORWARD&quot;, one is &quot;DISABLED&quot;. But the CampusMan shwos me all 3 Paths, why? The Switches tell me that the configuration is as...
  14. lasombra

    RIS Client hangs during install

    I have the same problem
  15. lasombra

    problem accessing session variables within functions

    Thank you danielhozac that worked
  16. lasombra

    problem accessing session variables within functions

    i forgot to write a line in the script below <? test(); function test() { session_start(); echo($var1); } ?>
  17. lasombra

    problem accessing session variables within functions

    How the heck can I access session variables within a function? I regsiter a variable &quot;var1&quot; 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...
  18. lasombra

    Windows.H Header File!?

    Thanks, I reinstalled the Viusal Studio and there it is.
  19. lasombra

    Windows.H Header File!?

    Thanks, but i don't find the header file. So I have another question: Must I have installed the Microsoft Visual Studio?
  20. lasombra

    Windows.H Header File!?

    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?

Part and Inventory Search

Back
Top