Thread: Check out my new project

  1. #1
    Registered User CompiledMonkey's Avatar
    Join Date
    Feb 2002
    Location
    Richmond, VA
    Posts
    438

    Check out my new project

    It doesn't do the most work, but the way it does what it does is awesome.

    Download zip file

    You must have the .NET framework installed in order for it to run. Also, you have to extract the application in order to run it. It will not run directly out of Winzip. Lastly, I'm sure everyone will find a ****load of bugs and it won't work on everyones box, but I just finished and wanted to show everyone.

    In conclusion, WEB SERVICES OWN ME!

  2. #2
    Registered User CompiledMonkey's Avatar
    Join Date
    Feb 2002
    Location
    Richmond, VA
    Posts
    438
    I've updated it to perform more functions.

  3. #3
    Unregistered
    Guest
    How and what pieces of code get complied down to a .dll ?

  4. #4
    Registered User CompiledMonkey's Avatar
    Join Date
    Feb 2002
    Location
    Richmond, VA
    Posts
    438
    The dll is the web service. You take the .cs file and create a dll from it in the .NET command prompt. I couldn't find a way to do it in the IDE. Then you add the dll of the web service to your other project (my GUI in this case). Make a reference in the code as well and you can then call the web service methods like you declared them locally.

  5. #5
    Something Clever ginoitalo's Avatar
    Join Date
    Dec 2001
    Posts
    187
    Very cool AMDPwred,

    I noticed that the DLL must be in the Dir with the .exe
    why is that? I thought web services would be hosted on the server ?

    and I guess the .exe is the WinForm that calls the webservices.

  6. #6
    Registered User CompiledMonkey's Avatar
    Join Date
    Feb 2002
    Location
    Richmond, VA
    Posts
    438
    The dll just contains the information needed to access the web service methods for my GUI (compiled from the source code to the web service). The entire app is not a web service. The GUI you see is a normal, local, Windows Form application. The web interaction comes in when you submit your values.

  7. #7
    Code Warrior
    Join Date
    Nov 2001
    Posts
    669
    Hey I can't download the file. Fix the link!
    Current projects:
    1) User Interface Development Kit (C++)
    2) HTML SDK (C++)
    3) Classes (C++)
    4) INI Editor (Delphi)

  8. #8
    Registered User CompiledMonkey's Avatar
    Join Date
    Feb 2002
    Location
    Richmond, VA
    Posts
    438
    It's an old project, I don't even think I have it anymore. I've got a new project I'll post up later today. It's very cool. You search for something and it searches the google database, it then returns the number of results. I'm working on having it show the results in a browser now.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. BN_CLICKED, change button style
    By bennyandthejets in forum Windows Programming
    Replies: 13
    Last Post: 07-05-2010, 11:42 PM
  2. can not create Visual C++ Smart Device project
    By George2 in forum Tech Board
    Replies: 0
    Last Post: 11-26-2006, 06:20 AM
  3. Project details: Dedicated
    By Stack Overflow in forum Projects and Job Recruitment
    Replies: 9
    Last Post: 02-22-2005, 03:10 PM
  4. DJGPP project problems
    By VirtualAce in forum A Brief History of Cprogramming.com
    Replies: 4
    Last Post: 06-08-2002, 07:16 PM