|
dotnet I always opined dot.net is too comlicated for me, I really think I'll never understand what is dotnet. -- E.F. ... 23 Jan 2008 22:14
more about it I have spent a lot of time with electricity, from the beginning of the transistor, analog electronics, Z80 Hardware and the interface between hardware and machine code (assembler) programming. With mathematics, planetary orbit calculus, celestial mechanics, Self-HTML, Word, Excel and picture processing, Power B... 23 Jan 2008 22:54
Is it ok to use Timer1 to reduce flicker? I have a form with an image. When the user resizes the form, my code resizes the image accordingly, with the Form1.Resize event. When I resize the form by dragging the border, the image gets resized very often (as my mouse moves across the screen) and causes the image to flicker. I decided to use a timer con... 24 Jan 2008 14:34
about my coming from I have been told, that C is much more complex, because of many declarations necessary before writing the first program line. And I am not going to learn another programming language. I heave learnt FOCAL, Sinclair Spectrum BASIC, Power Basic for DOS and a little Power Basic Console Compiler and now Visual Basic... 23 Jan 2008 17:20
about creating thumbs I am having Visual Basic 2005 and I found in the help file for creating thumbs the following, but I have no idea, what is "AddressOf HandlerMethod" Dim image = New Bitmap("AnyImage.bmp") Dim pThumbnail As Image = image.GetThumbnailImage(100, 100, Nothing, _ New IntPtr()) Dim instance As Image Dim thumbWid... 23 Jan 2008 16:47
the progress destroys I am a small electronic engineer, coming from the hardware site and I am unable to program in languages, for which people need 3 years of education and thereafter nobody pays me anything for it (and mostly with the excuse, that there is another language modern). Whatever you learn, they want something else, tha... 23 Jan 2008 13:26
dealing with foreign characters, compaing... I'm running VB5 on XP. Is there a function like InStr that can verify if string2 is found in string1, and which would return true (or position) for the folllowing example: String1 = "January 23rd, M�lanie's first birthday" String2 = "melanie" Basically, it would have to be case insensitive and assume... 25 Jan 2008 12:14
Newbie timing question I want to poll a website, say every minute or 5 minutes. I know how to get the data I want, I was just curious as to the best way to time the gets. I don't need a lot of code, just some general direction. Maybe an alternative or two, or reason why one way is best. Thanks. d. ... 22 Jan 2008 19:02
trying to formulate the query all needs a lot of time to formulate the query, but I would like to show you some code what I have got to run on: http://www.erich-foltyn.at/ImageDownsize.htm here is shown how I changed the content of an image by use of: image1.SetPixel(x, y, newColor), but I could not change width and height of the image. The p... 23 Jan 2008 13:26
creating thumbs from images I have learnt to load an image-file from harddisk into an object and than set the pixels new from an array and then save the changed object on harddisk. Though this procedure needs a long calculation time depending on the image size up to 100 sec etc. But I cannot change the size (width and hight) of the image ... 21 Jan 2008 17:57 |