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 wOOdy-Soft 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: raochetan
  • Content: Threads
  • Order by date
  1. raochetan

    Communicating through USB

    Hi All, I have a Device which uses Palm OS (not a PDA). I need to develop a Tool (similar to Hot Sync) which will communicate with and upload and download files to and from the PC. This has to happen through USB. Can anyone give pointers / sample code on how to go about it. Thanks and regards...
  2. raochetan

    New to MFC for UI

    I want to create a MDI application with the Child window having a Split window (One Static and other dynamic i.e. 2 view all the time and an additional view created / removed dynamically similar to in MS Word) and a docking window (similar to Workspace window in VC IDE) which has Tab Control...
  3. raochetan

    Image file structure

    Hi, I wanted to know the file structure of OTA, TIFF, WBMP and WMP image formats so that i can read from my C++ program and corrupt it. Thanks in advance. raochetan
  4. raochetan

    Executing Program In Unix From VC++

    I want to connect to the Unix Server and exeute a command in that machine from my program. Which Win32 API should i use to achive this? Code Example will be nice. regards raochetan
  5. raochetan

    Win32 API's for FTP and Telnet

    Can anybody tell me the Win32 API to be used for Telnet and FTP. I want to transfer files to Unix server, run a program to process that file and transfer back the processed file. Thanks In Advance regards rcs
  6. raochetan

    Listener

    I have an applet which has been set to Card layout. I have added 3 panel with control in it. How can i know, that a panel has come to the top and is visible to the user. Which listener should be used? Thanks In advance regards raochetan
  7. raochetan

    Help On Modeless Dialog Box & Progress Bar Control

    I have created a simple Win32 Dll (not using MFC) which exposes certain function. When the functions are excuting, i want to display a progress bar. Hence i have created a Dialog Resource with 2 Static Controls and a Progress Bar. As the dialog has to be modeless dialog box, i am using...
  8. raochetan

    Help On Modeless Dialog Box & Progress Bar Control

    I have created a simple Win32 Dll (not using MFC) which exposes certain function. When the functions are excuting, i want to display a progress bar. Hence i have created a Dialog Resource with 2 Static Controls and a Progress Bar. As the dialog has to be modeless dialog box, i am using...
  9. raochetan

    STL map class

    Hi Everybody, How can i check, if a given key exists in the map? I want to process the values of the key if it exists otherwise insert the key in the map. Thanks in advance. raochetan
  10. raochetan

    Return Value of 9240577 from Win32 DLL

    Hi All, I have created a simple Win32 DLL wherin i have used the STL classes namenly string, vector and map. The Dll is called from a MapBasic Program (Similar to VB in Syntax), it returns a value 9240577 because of runtime error. I have been able to trace the point where the Dll is...
  11. raochetan

    Using STL classes in VC++

    Hi, I want to use STL classes like string, vector, hash and iterator in the VC++ 6.0. Eventhough the header files are present in the Include directory, which i have include in the program using #include<String>, i am getting a compile time error &quot;vector: undeclared identifier&quot;. Is...
  12. raochetan

    Calling DLL function from VB

    Hi All, I have created a simple DLL with Win32 Application Extension Wizard. I have a a couple of function that are to called from a VB project. Thus I have set the calling convension to __stdcall in the Project Settings. In VB I have used the following syntax: Private Declare Function fTest...
  13. raochetan

    Finding out details about the DLL

    Hi, I have a DLL which was created by someone else. I have no idea about it functions and how the DLL was created. The only thing i know is that, it was developed in C++ (VC++ platform). One of the functions in this DLL has to be used (no idea, what are the function names). I tried to register...
  14. raochetan

    Change Mouse Cursor in MDI Application

    How can i the mouse cursor for one particular child window when the user selects a particular option from a pop-up menu (by right click of the mouse) for that child window. Thanks in advance regards
  15. raochetan

    Menu in MDI Appication

    I have a couple of questions. 1. In am MDI application, how to access the Menu from a view class? I want to display a pop-up menu on right click of the mouse. 2. How to hide a pop-up menu item(s) when the MDI application is loaded? I want them to be visible only if certain condition is met...
  16. raochetan

    Combination Of Hash and Hollow Brush

    I am drawing 2 polygons which may or may not overlap. If they overlap, it has to be indicated. Hence i am drawing the 2 polygon with different Hashing Schemes. But i cannot see the overlapping area as one polygon overwrites the other. Only with a Hollow brush, i can see both the polygons. How...
  17. raochetan

    Complex Polygons

    Given the vertex of 2 complex polygons, how can u shade the common area using VC++. I have to draw both the polygons and shade the common area. Thanks in advance. reagrds raochetan
  18. raochetan

    List Control

    I have created a sub class of CListCtrl, namely CColorListCtrl, and overridden the DrawItem() method so that it can even display color for a legend. Now i have to 2 list control set as report view and owner redraw. Both these control are used for displaying legend. But one list control has 3...
  19. raochetan

    Knowing weather a particular FORM is loaded

    Is it possible to know wheather a particular FORM is loaded or not. If so how? If not, what is the alternative? Thanks in advance raochetan
  20. raochetan

    CWnd::OnSizing(UNIT fwSize, LPRECT pRect)

    Can anyone tell me what are the values of fwSize when a window is resized either from top, botton, left and right. Thanks in advance raochetan

Part and Inventory Search

Back
Top