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 Rhinorhino 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: *

  • Users: VCPro
  • Content: Threads
  • Order by date
  1. VCPro

    XML to Flat File...

    I have a source XML Document in which some of the elements repeat as below: all part of same root element. <elem1> <elem2> <elem3> <elem4> <elem5> <elem3> <elem4> <elem5> <elem6> I have a destination schema for a Flat File in the format: with the map as shown in the right. Header - ELEM1 /...
  2. VCPro

    OdBc system dsn change...

    i need to update system dsn across a set of 45 desktops pointing to a new database. for ex; we have testdsn that points to db1 on all 45 desktops xp. how do i change that database to db2 on all of them? tried using wsh. but, not working. any ideas? thx...
  3. VCPro

    MAPI Controls on NT

    I am trying to use MAPI controls to send emails from VB6.0 application. THis is working perfect in WIn2K but, not on WINNT4.0. Does any one know if there are compatibility issues in that environment?? Thanks!
  4. VCPro

    Sending Emails in VB6.0 using MAPI Controls..

    I am using MAPISession1 and MAPIMessages1 controls in vb6.0 to send emails. I am getting a 'Run-Time error: 32002' on the .send line Error Desc: Unspecified failure has occured&quot; The following is the code I am using: MAPISession1.LogonUI = True MAPISession1.SignOn DoEvents...
  5. VCPro

    API calls in Visual C++ 6.0

    Hi All, I have a VC++ project source code. How do I find out all the APIs that have been used in the project? How are the WINAPIs declared in VC++6.0? Any pointers would help. Thanks
  6. VCPro

    IIS Setup in DMZ

    Any Articles or insight on how to setup INternet - Firewall:1 -[DMZ Zone -> IIS <-] - Firewall:2 - Datbase server. I am looking for information on: How secure the above defined architecture is? How to configure the firewalls 1 and 2? If the above is not secure enough what else Can I...
  7. VCPro

    SA password window

    While installing sqlserver6.5 sp5a on win2000 the SA Password dialog pops up. NO matter what I enter in the box for SA password and confirm password boxes the setup does not continue. I get a message back saying: &quot;Password verification failed&quot;. I did run msquery and set the SA...
  8. VCPro

    Menu is overlapped by frame..

    I have menuitems in the left frame. Once mouse over each item pops-up a submenu which is consists about 3 to 4 items. The sub menu is crossing over into the main frame and mainframe is overlaying half of sub-menu. Set the z-index for submenu as highest still is being overlayed by the target...
  9. VCPro

    MAPI-CMC

    Any one familiar with MAPI-CMC functions on XP. I got them to work on a Windows NT but, failing on XP. Thanks!
  10. VCPro

    MAPI-CMC functions...

    I have VC++ application that uses MAPI-CMC functions to send emails to users. This functionality is working on Windows NT. But, when ported to XP it fails to recognise the functions. Could not find any info on MSDN regarding changes required for XP in this aspect. Would appreciate any help...
  11. VCPro

    CMC_Query_Configuration function...

    Trying to send an email in Visual C++ using MAPI functions. I am getting an error no: 8 while trying to call the CMC_Query_Configuration function. Do not know the reason yet. Possible causes are: UI availability Session on etc.. How do I figure out what's causing the problem. Would...
  12. VCPro

    CMC_Query_Configuration

    Trying to send an email in Visual C++ using MAPI functions. I am getting an error no: 8 while trying to call the CMC_Query_Configuration function. Do not know the reason yet. Possible causes are: UI availability Session on etc.. How do I figure out what's causing the problem. Would...
  13. VCPro

    Combo Box..

    I am using the following code to populate the editcontrol of a combo box but, it is always displaying First value in the list. Any hints at what it could be? m_Combo.SelectString(-1,m_StringValue) and the code is executed in Page refresh of the form. But, the combo always displays the first...
  14. VCPro

    How to enable a frame and it's option buttons???

    I have a drop down combo box and frame within a form. The frame contains two option buttons and another combo box. Once there is change in the drop down combo box I need to enable the frame with the option buttons and combo for the end user to change. Right Now i am using the following code...
  15. VCPro

    Replacing ACtiveX control with a new one from different vendor

    Trying to replace an activeX control used in my VC++ project with a new control from a different vendor. What's involved other than replacing the resource files. How do I know if any events or member functions that were attached to previous control were used? Thanks,
  16. VCPro

    MFC - Shared libs.

    I have vb exe which works when MFC - Shared libraries component of visual studio 6.0 is installed. I get an automation error -2147024770(8007007e) when I execute the exe, if I remove MFC - shared libs. Question is: what are the .lib files and .dlls that are installed with MFC - shared...
  17. VCPro

    MTX.exe

    MTX.exe keeps generating Dr.Watson errors on NTserver which hosts a web application. We keep restarting the box to do away with the resulting memory problem. Any pointers for a Permanent fix? Thanks
  18. VCPro

    Debug Assertion Failed!

    Vb app.. accessing vc++ dlls on XP. Error message: Debug Assertion Failed! file: olelink.cpp Line: 288 Would appreciate Any pointers??? Thanks,

Part and Inventory Search

Back
Top