That won't resolve the problem of still having some components on work machine registered as SP4 which will not work on home PC where they are less than SP4. SP6 does not upgrade all...
I'm on SP2, I think its definitely a setting in the project or maybe Visual Studio, as the Sample projects work fine, however this project and now any NEW projects do not.
Have an appliation in VB.net which has an MDI form with a Toolbar on it and an ImageList. I have added the Icons from the Visual Studio Common7\Graphics Folder...
Well spent most of the day looking up Image Warping and still not got very far, found some code for vb.net which used the DrawImage function, but it seems you can only select three points, the Top...
I think you just need to access the Data Controls Recordset property, whenyou select the account on the combo the datacontrol should move to that record in the recordset so Something...
Ok, how about simplifying things down a bit, if the irregular shape becomes a shape with only 4 corners, eg, Square or rectangle which can be either skewed or given a perspective...
I actually want the image to be stretched and squashed out of proportion according the the edges of the irregular shape, similar to if you were to draw a picture on a balloon and then...
Ok, I've managed to do the MovtoEX and LineTo API's to draw an irregular shape and even fill it in with black, but spent all day trying to work out how to stretch an image to fit...
Any idea what terminology I should be using to search the web for vb examples, not really coming up with much when I try searching as not sure what this method is called etc....
...
Still really Struggling with this, what I would like to do is draw a freehand shape and instead of filling it with a colour, I would like to fill it with an image. However I also want...
I can certainly appreciate how useful this function is, just though there would have been an option to say whether the file or folder was essential to the program operation, which...
I use this addon in the Visual Studio 6 Interdev package to package up my VB projects, I am getting emails back from clients saying they will be doing stuff in my program, whent hey'll...
Well my project has gone out to the public, 5 have sold, and already problems, I have tried to trap the errors, and its all fine and well getting the error number and description, but...