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 bkrike 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: XPPROGRAMMER
  • Content: Threads
  • Order by date
  1. XPPROGRAMMER

    Returning a FileStatus by win32 API...

    Hello, is there a win32 API that would get a FileStatus for a shared file in a network environment? For example, the function would return a code to indicate if the file is been opened by another process or user, file is locked in an exclusive-mode, or simply the file is inActive? thanks for...
  2. XPPROGRAMMER

    Convert a ColorName to its RGB values...

    Hello Everyone, is there a win32 API function that would convert a color name into its RGB values? For example, if I provide the color name "white" --- the function would return the RGB value (255, 255, 255). thanks for the help.
  3. XPPROGRAMMER

    Allocating memory dynamically in cobol...

    Hello, when using win32 API functions in cobol, is it more efficient performance wise to allocate the needed memory dynamically for each function call -- or should I let the the runtime system handles this task automatically? i am using micro focus Net Express with windows 2000 pro. thanks for...
  4. XPPROGRAMMER

    Using win32 API to determine printer type...

    Hello everyone, is there a win32 API that would determine the printer type such as if its a laser printer or a dotmatrix? thanks for the help.
  5. XPPROGRAMMER

    Using windows registry to run at startup time...

    Hello everyone, I have a program or a file that called "XDB server" on my windows 2k professional machine, that usually reports an error in the event viewer under "system log" during the bootup time only. This program or file does NOT have any reference in the Startup Folder. So, my question...
  6. XPPROGRAMMER

    Displaying the contents of pointers in cobol...

    Hello, how do I display the content of a data-pointer and pointer items in cobol? Case in point: 01 data-pointer typedef pointer. 01 LPTSTR typedef usage data-pointer. 01 Array is typedef. 03 CBsize UINT. 03 Uflags UINT. 03 lpsztext1 pointer. 03 uId...
  7. XPPROGRAMMER

    Create a Directory with a Password...

    Hello Everyone, when using the win32 API "CreateDirectory", can I make a directory with a Password? I want my program to be the ONLY program that can view, access and use this private directory, and prevent all other programs from sharing it or even seeing it. thanks for the help.
  8. XPPROGRAMMER

    Create a directory with a passport entry...

    Hello Everyone, when using the win32 API "CreateDirectory", can I make a directory with a Passport Entry?? I want my program to be the ONLY program that can view, access and use this private directory, and prevent all other programs from sharing it or even seeing it. thanks for the help.
  9. XPPROGRAMMER

    Detecting mouse location over a menu...

    Hello everyone, when setting the statusBar as a simpleText -- how can I determine the location of the mouse over the DropDown menu options, when the user is scrolling up or down the menu? thanks for the help.
  10. XPPROGRAMMER

    Sending email using MAPI functions...

    Hello everyone, when sending an email with an attachment, is the listed below MAPI functions reliable, or is there a different win32 api functions that are more efficient and reliable? thanks for the kind help. MAPI functions: --------------- Mapilogon Mapisendmail Mapilogoff ***
  11. XPPROGRAMMER

    Does Net Express 3.1 run under windows xp?...

    Hello, does microfocus cobol compiler Net Express 3.1 runs under windows XP professional or windows server 2003? thanks.
  12. XPPROGRAMMER

    Clearing the content of IE address bar...

    Hello, can you please tell me how to clear the content of the address bar of the internet explorer 6.0 ? When I click on tools, internet options, general tab -- the history button is Greyed Out and cannot be clicked. I am using windows xp pro. Thanks for the help.
  13. XPPROGRAMMER

    Why StatusBar is painted in two locations?...

    Hello Everyone, I can use your kind help with this problem --- I have a StatusBar in my GUI window which gets painted at the bottom of that window when the program runs. However, when the window gets maximized, sized or re-sized, the StatusBar would be painted in two or three locations, the...
  14. XPPROGRAMMER

    Video display with a high raster-display rate...

    Hello everyone, can you please tell me how can I tell if a video-card has a very high Raster-Display support ?? For example, would allow my own program to paint graphic charts on the screen such as (pie, rectangles and lines). thanks for the help.
  15. XPPROGRAMMER

    Get name of a program in background...

    Hello Everyone, is there a win32 API function for windows 2k profissional, that gets the name of the programs that are running in the background ? thanks for the help.
  16. XPPROGRAMMER

    Using TCP/IP to access the internet...

    Hello everyone, when Computers have a direct access to the internet via DSL, CableModem, BroadBand or WIRELESS-connections, does these connections requires the use of TCP/IP protocol? thanks for the help.
  17. XPPROGRAMMER

    Using TCP/IP to access the internet...

    Hello everyone, when Computers have a direct access to the internet via DSL, CableModem, BroadBand or WIRELESS-connections, does these connections requires the use of TCP/IP protocol? thanks for the help.
  18. XPPROGRAMMER

    Using TCP/IP to access the internet...

    Hello everyone, when Computers have a direct access to the internet via DSL, CableModem, BroadBand or WIRELESS-connections, does these connections requires the use of TCP/IP protocol? thanks for the help.
  19. XPPROGRAMMER

    Getting CPU speed from windows registry...

    Hello everyone, can you please tell me how to locate the speed of the CPU in windows XP pro registry keys? thanks for the help.
  20. XPPROGRAMMER

    Getting CPU speed from windows registry...

    Hello everyone, can you please tell me how to locate the speed of the CPU in windows registry keys? Hope you can provide it for windows 2000 pro and windows XP pro. thanks for the help.

Part and Inventory Search

Back
Top