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 TouchToneTommy 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. 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 have got some pointers on Splitting the window to some extent using CSplitterWnd. But the docking window requirement is different now. Need 2 docking window, one similar to Properties window in VB IDE and other a List View (similar to right side of Windows explorer) displaying a list of...
  3. 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...
  4. raochetan

    Image file structure

    I am not able to view the site. I am getting an error "This page cannot be displayed". Is there any other site. raochetan
  5. 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
  6. 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
  7. 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
  8. raochetan

    checking number string

    try using 'Integer.parseInt(String num)' within try block and catching the NumberFormatException Hope it helps regards raochetan
  9. 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
  10. 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...
  11. 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...
  12. 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
  13. 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...
  14. 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...
  15. 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...
  16. raochetan

    Finding out details about the DLL

    Thanks Mkuiper. I used the Dependency Walker to findout. It gave the names of the function, but not the signature. Even dumpbin did the same job. Is there any way to findout the signature of the function? Thanks on advance regards raochetan
  17. 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...
  18. 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
  19. 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...
  20. raochetan

    Combination Of Hash and Hollow Brush

    Its Hatch and not Hash. Sorry for the error.

Part and Inventory Search

Back
Top