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 biv343 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
  • Content: Threads
  • Order by date
  1. 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...
  2. 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
  3. 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
  4. 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?
  5. 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...
  6. 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...
  7. 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.
  8. 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...
  9. yeller2

    multithread issue - attempted to read or write protected memory

    Hello, I've got a user control that executes a code while starting up. While this code is running, if I cause an event to fire that executes some of the code the startup executes, I get an "attempted to read or write protected memory" exception. I've tried using a lock(this) block, but it...
  10. yeller2

    Control width - scrollbar area

    When the sizemode for a control is set to Autosize, scrollbars are automatically visible when needed. The Control's size now includes that area that the scrollbar reveals. Is there any way to get the size of the control with the scrollbar area subtracted from it? Thanks
  11. yeller2

    perl mysql problem

    I've created a script that performs a simple select query on a mysql db table. When I run the script on one computer I don't receive any results back. When I run the same script on another computer, but setting the db host to the first computer, I get results. Any ideas?
  12. yeller2

    Graphic object for a control

    Hello, Is there any way to get a graphics object for a control (say Label) outside of the Paint method? Thanks
  13. yeller2

    writing text backward

    I want to take a string in a text box and flip it so that "hi" becomes "ih" only the h with be shown looking the other way. If you don't know what I mean, the "h" will look like a "d" without the bottom of it's "o". Hopefully this makes sense. I've looked for a way to do this using GDI+ but...
  14. yeller2

    resizing problems

    I have a label inside of a picturebox. I want to resize both so that the end result is the exact same look only bigger/smaller. When using the same percentage - I seem to go a pixel or so off sometimes - I can tell because I have text on the picturebox.image. This only seems to occur though...
  15. yeller2

    empty result set

    Hi, I'm running a perl script that accesses a mysql database. I'm trying to run a simple select statement that gives me an empty result set. The wierd thing is that if I simply replace the table name with another table name - the statement returns stuff. Could the one table have some sort of...
  16. yeller2

    Mouse Move event stops being fired

    Howdy, I create a label, add a context menu to it and then add it to a picturebox at runtime. When I right click and show the contextmenu, if I then click the picturebox - the movemouse eventhandler never gets executed for the label until I minimize and maximize the window. I've already...
  17. yeller2

    resize hotspots on control

    Hello, I'd like to display hotspots on a control when it is clicked during runtime. The hotspots should look like the resize hotspots you see when you click on a control in the design window - can this be done?
  18. yeller2

    annotation w/ gdi+

    I'm considering writing my own annotation software - but I'd like some feedback on the potential success of such an undertaking. I'm asking because my experience with GDI+ is limited. What I'll need to be able to do is to place graphics on a control, select them (which displays resize boxes at...
  19. yeller2

    need multi inheritance or workaround

    Hi, I need to derive from UserControl and CriticalFinalizerObject classes. Is there any way I can work around this? Thanks
  20. yeller2

    web deploy mem management

    Howdy, I've run into an issue using a user control in a web browser. The issue is that I've found a way for the user to hit the back button and not crash the browser, but I don't appear to have enough time to do some exit-time manual memory cleanup. When I try to do some memory clean-up (when...

Part and Inventory Search

Back
Top