CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: 181d6ebe-b1a-58a

Page 1 of 4 1 2 3 4

Search: Search took 0.18 seconds.

  1. Replies
    0
    Views
    708

    JavaCOMM for Linux

    is it possible to work with COM ports on Linux?
  2. Replies
    0
    Views
    479

    Getting input from COM port

    i have a barcode scanner that is connected to the COM port on my PC. i'd like to use that in a Java application. is it possible? if so, how?

    thanks...
  3. capturing output of a remote console program

    hi, i'd like to know if there is a way to capture the output of a console program launched by WMI on a remote machine. is it possible with WMI itself or any other technologies/tools?

    thanks.
  4. Replies
    0
    Views
    616

    Secure WebService Call

    how can i make a WebMethod call to go over SSL?

    thanks.
  5. Replies
    3
    Views
    705

    Re: Servlet & JDBC on APACHE

    thanks much for the reply dave!

    i notice there are many downloads from the jakarta site:
    http://jakarta.apache.org/site/binindex.html

    there are 4 versions of TomCat alone (3.1.1, 3.2.3, 3.3,...
  6. Replies
    3
    Views
    705

    Servlet on APACHE

    hi, i developed some servlet and it runs fine within the Forte IDE under Tomcat. how can i get servlet to run on Apache? i am running redhat Linux 7.2.

    thanks.
  7. Replies
    3
    Views
    677

    Re: is embedding possible

    thanks... but how can i determine i'm on Windows platform in the first place? coz the code won't run on anything else other than windows...

    thanks much.
  8. Replies
    3
    Views
    677

    is embedding possible

    is embedding possible with java applet? for example, can i embed a Word document in a java applet as an icon and when the user clicks on the document icon, Microsoft Word would launch and load the...
  9. Replies
    1
    Views
    515

    extension association??

    for example, if i want to write a JPEG viewer with Java. is it possible to associate the JPG file extension with a java applet such that when a user clicks on a JPG file, the java applet will launch...
  10. Replies
    1
    Views
    1,286

    Please Help: NoClassDefFoundError

    I downloaded java sdk 1.3.1a + forte for java and I got some weird problem... I created 2 Japplets, ja1 and ja2. ja1 is just a basic Japplet without any changes after doing "New - Swing Forms -...
  11. Replies
    2
    Views
    684

    Re: Editing bitmap resources

    Check out the Win32 Resource Library for Win95/98/Me/NT/2000/XP at

    http://www.geeworks.com/rsrc/

    This library provides APIs to modify Win32 resources on 95/98/Me/NT/2000/XP without ANY...
  12. Replies
    1
    Views
    548

    Re: Editing bitmap resources

    Check out the Win32 Resource Library for Win95/98/Me/NT/2000/XP at

    http://www.geeworks.com/rsrc/

    This library provides APIs to modify Win32 resources on 95/98/Me/NT/2000/XP without ANY...
  13. Replies
    2
    Views
    1,200

    Re: Can't get UpdateResource to work

    Check out the Win32 Resource Library for Win95/98/Me/NT/2000/XP at http://www.geeworks.com/rsrc/

    This library provides APIs to modify Win32 resources on 95/98/Me/NT/2000/XP without ANY...
  14. Replies
    6
    Views
    1,113

    Re: How to copy resource .rc file?

    You can copy resources between Win32 images using the Win32 Resource Library available at:

    http://www.geeworks.com/rsrc/
  15. what tools to use? VB/PowerBuilder?

    what tool should i use for database applications? i heard PowerBuilder's database abstraction is very "natural"... appreciate any feedback. thanks.
  16. Replies
    0
    Views
    400

    Start Menu control

    has someone got it? i wanna navigate folders by means of a Start Menu like control...

    thanks!
  17. adding item to IE's "Standard Buttons" bar

    how does one add an item to Internet Explorer's "Standard Buttons" bar? i notice MSN Messenger has this done. How about in the shell Explorer itself?

    thanks!!
  18. Context pop-up menu in Internet explorer

    how do i add a context menu item in internet explorer (the menu that comes up when the user right click on the web page)?

    thanks!
  19. determine drag and drop source document location

    in a drag and drop situation, is it possible to determine the location of the source document? e.g. when dragging from a microsoft word document, can i tell the physical file path of the document...
  20. determine drag and drop source document location

    in a drag and drop situation, is it possible to determine the location of the source document? e.g. when dragging from a microsoft word document, can i tell the physical file path of the document...
  21. Replies
    1
    Views
    522

    Re: DLL's and Bitmaps

    has anyone gotta this to work yet? i'm having the same problem with deleting resources...
  22. Replies
    1
    Views
    590

    compression algorithms

    hi,

    are there any good compression algorithms code out there in the public domain?

    thanks!
  23. Replies
    1
    Views
    459

    Preventing WinICE

    I have written an EXE. I want to prevent hackers from loading the EXE into WinICE. How can I prevent WinICE from loading/attaching the EXE?

    Thanks.
  24. Replies
    2
    Views
    1,172

    C-Runtime dependency removal

    How do I get rid of C-runtime dependency completely? I created a Win32 project using the app wizard. I chose the "A simple Win32 application" option but there's still CRT dependency. Here's the...
  25. GetLastError returning different values in debug mode & EXE

    hi, this is very strange. same app, same code, but GetLastError returning different values when it's in VB debug mode (inside the VB dev environment) than in standalone EXE. here's the code:
    ...
Results 1 to 25 of 91
Page 1 of 4 1 2 3 4





Click Here to Expand Forum to Full Width

Featured