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 strongm 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: yeller2
  • Order by date
  1. yeller2

    corrupted .exe

    Alright, I'm stuck. Is there any other way to provide a user with a file from the server?
  2. yeller2

    corrupted .exe

    I've tracked down the issue to be the Content-disposition part of my header. I want to use this so I can return a filename, but removing it completely causes my .exe to run successfully - any ideas?
  3. yeller2

    corrupted .exe

    I actually tried transferring it another way, but I tried your sugg. and that doesn't seem to work for me. Thanks
  4. yeller2

    corrupted .exe

    Hello, I'm trying to transport an .exe file via http from my cgi to the browser. I set the cgiheadercontenttype to application/octet-stream. I am able to successfully open the original file, but unable to do so with the .exe I download via the browser. It appears the downloaded version is...
  5. yeller2

    http get request returns incorrect result

    Thanks a lot - just what I was looking for!
  6. yeller2

    http get request returns incorrect result

    Yo, I want to send an http get request without a query string (not even a trailing '?'). Can this be done using a form? Thanks
  7. yeller2

    auto-extract zip file returned from http post

    Hi, I want to automatically extract a .zip file to a certain location (returned from an http post). Any ideas? Thanks
  8. yeller2

    interop question (c# c++)

    Here's where I'm at. I can call the c++ method (Convert) successfully. About this method: Convert is the c++ function, I pass it a byte [] that I've read a .jp2 image file into). In this method, using provided code, I'm able to create a bitmap file (I can successfully open it in windows). I...
  9. yeller2

    interop question (c# c++)

    Can you display sample code for how to convert the file to a byte array in c++ - my c++ is a little rusty.
  10. yeller2

    interop question (c# c++)

    I'm working with a jpeg2000 library that needs to be handled with c++.
  11. yeller2

    interop question (c# c++)

    I'm trying to write an image file to memory in c++, then pass the reference to my c# code so that I can then use the image. I'm having an issue writing to a data type that can then be passed back to c#. Any ideas?
  12. yeller2

    intermittent samba issues?

    Yo, We seem to be having samba issues. When trying to access samba shares from windows boxes, the windows box sometimes freezes before it allows access. We used to run samba 3.0.10-1.4E.11, and now run 3.0.23c-2.e15.2.0.2. The problem did not appear to occur as often using the older version...
  13. yeller2

    ado not releasing connections

    Yo dude, I tried your suggies - they no work. I did try this though: http://www.primaryobjects.com/CMS/Article69.aspx and it do work! Thanks anyhow.
  14. yeller2

    ado not releasing connections

    By the way, the executing environment is .net 2.0 on a win xp machine.
  15. yeller2

    ado not releasing connections

    Howdy, When doing a lot of database reads and writes to different machines (taking data from one and putting onto another through intermediary), I eventually get an error where the port I'm connecting to is above 5000. When I do a netstat /na I can see that many connections are in TIME_WAIT...
  16. yeller2

    key events

    Awesome. Works. Thanks
  17. yeller2

    key events

    I was meaning that it doesn't fire. This article explains it, and although I haven't gotten it working yet, I think this is along the lines of the way to go: http://www.devnewsgroups.net/group/microsoft.public.dotnet.framework.windowsforms/topic34742.aspx
  18. yeller2

    key events

    No, I want to use the events available to the form. If you handle a keydown event for a form and wait until that handler is reached, you'll be waiting a long time.
  19. yeller2

    key events

    Are key events only fired for textbox-like controls? I want to fire a key event in the main form and am having an issue. Thanks.
  20. yeller2

    .net compatible .dll

    Hello, I've managed to create a c++ .dll that can be read by the msil disassembler. However, it doesn't seem to read it correctly - it doesn't list the class I've created. Second, when I reference it in my c# project, I am able to do so, but don't have any intelli-sense that I would normally...

Part and Inventory Search

Back
Top