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...
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?
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...
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...
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...
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...
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
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?
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...
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...
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...
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...
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?
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.