Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
A

Anthony B

@Anthony B
About
Posts
14
Topics
12
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Installation tool
    A Anthony B

    I have to create a Visual Studio Installer Project in order to install my application (a single executable file) and a Freeware Tool (as in example Acrobat Reader). I can't find the way to let the Freeware Tool installation executable file to be launched by the Visual Studio Installer Project (during the installation of the mine application)!!! Which settings have I to do in my Visual Studio Installer Project? Thanks a lot !!!!

    C / C++ / MFC csharp visual-studio tutorial question

  • Visual Studio Installer
    A Anthony B

    This is the situation: I have developed an application that uses DAO interface. This application has to run in any PC (WINNT) and I don't know if Access (or the DAO support) is installed. But I have got the executable file (MS Redist) that installs the DAO support. I have to create an installation package for my application (.msi file) and I'd like that this package installs the DAO support before installing my application. I don't like to insert a line of code in my application in order to solve this problem, because is not a software requirement required by the customer and because my application has already been test. I think that it is possible to solve this problem but I don't know how !!!

    C / C++ / MFC csharp visual-studio tutorial question

  • Visual Studio Installer
    A Anthony B

    If I have well understood, you suggest me to insert a line of code in my application in order to launch the installation file. I'd like to don't modify the source code of my application. I'd prefer that the installation package makes this operation. Is it possible ??

    C / C++ / MFC csharp visual-studio tutorial question

  • Visual Studio Installer
    A Anthony B

    I have to create a Visual Studio Installer Project in order to install my application (a single executable file) and a Freeware Tool (as in example Acrobat Reader). I can't find the way to let the Freeware Tool installation executable file to be launched by the Visual Studio Installer Project (during the installation of the mine application) !!! Which settings have I to do in my Visual Studio Installer Project? Thanks a lot !!!!

    C / C++ / MFC csharp visual-studio tutorial question

  • DAO DLLs
    A Anthony B

    I have to use an application that uses DAO interface on a machine (WINNT 4.0) where Access is not installed. What have I to do in order to let this application work ?? I know that DAO350.DLL and/or DAO360.DLL files must be installed in the machine, but, is required only files presence or they must be registerd in the system registry ?? How can I install that DLLs ??? Thank a lot !!!!

    C / C++ / MFC question windows-admin

  • MSI files problem
    A Anthony B

    I have used Visual Studio Installer to produce some MSI files to install my applications. I some PCs, where only WINNT or WIN2K OS is installed (MS office not installed)the MSI file cannot be executed. Does someone knows which application or DLL must be installed in the target machine in order to allow the MSI file execution ??? Thank a lot !!!

    C / C++ / MFC csharp visual-studio help question

  • CDialogBar initialization
    A Anthony B

    In need to perform the initialization of a window derived from CDialogBar. Is there a method like OnInitlDialog (CDialog) in CDialogBar ? I have tried to use OnCreate method, but when OnCreate is called DDX variable doens't exists jet!

    C / C++ / MFC question

  • 3D visualization and OGL
    A Anthony B

    I need to show in a 3D graph the evolution of a flight. So I have to show some fixed points, the flying object and its wake (each one with a different color). Then I'd like to have the possibility to move the 3D system in order to view my objects from different position. Which is the most appropriate way to do that ?? I have seen that OGL allows to do something similar... and I have found some classes that manages OGL library... Can OGL library be usefull for my problem ?? :confused:

    C / C++ / MFC data-structures help question

  • Installing a device driver
    A Anthony B

    I need to install a device driver (self-developed) in order to allow all system user to use it. Which is the way ? Thanks a lot!!!

    C / C++ / MFC question

  • Access to a driver
    A Anthony B

    I need to use a device driver (developed by a colleague of mine) in my application that runs on WINNT and I have the following problem: I can access to the driver (CreateFile and OpenEvent) only if I'm logged with an Administrator user. Non-administrator users cannot access to the driver even if it starts automatically with the OS. Is this a normal situation or can I do something to allow the application to access to the driver even if it is used by a non-Admin user ???

    C / C++ / MFC help question

  • Installation tool
    A Anthony B

    I need to buy a tool that manages the creation of an executable files that self-installs the developed application, all needed libraries (dll, ocx, ...) and all files required by the application (database, configuration files, ...) in order to simplify the installation procedure. Does someone know which is an usefull tool ??? Thanks a lot.

    C / C++ / MFC database question workspace

  • Using a MSFlexGrid control
    A Anthony B

    I need to simulate the mouse click on a row being part of a MSFlexGrid control. In other words, is need to highlight a specific row by the code (let this row to ). I have used the SetRowSel but it doesn't do what i want. It only set the focus in the specified row but it doesn't paint the row. How can I do ???

    C / C++ / MFC question

  • Bad driver in win2k - Need HELP !!
    A Anthony B

    I have installed a bad driver for the modem in win2k. In the next start my CPU works at 100% full time and the OS doesn't work...It works only in "temporary modality". Unfortunately, in that modality, is not possible (or I'm not able to...) to manage the Modem through the Control Panel in order to remove the bad driver. I also don't remember the name of the bad driver !!!!! But I need to remove it in order to let my OS work!!!! How can I solve this problem ??? I need to know where are stored some information about the current modem driver!!! Maybe the system registry ??? But where ??? I need help !!!!!!!!

    System Admin help question windows-admin

  • CDialogBar window as modal window
    A Anthony B

    I need to show a CDialogBar window as modal window. Is it possible ??? How can I do ??? Thanks a lot.

    C / C++ / MFC question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups