How to make a small image rotating Programming Software Development by lcfjoertoft …. Does anyone know how to do this? Link to tutorial, codesnippets etc.. Ps. The goal is to make it smooth. Not… Re: C-tutorial Programming Software Development by zauber … and clean (this is confirmed by my glances at various codesnippets in the respective languages). This is not to say I… Re: Project calculator Programming Software Development by mawe …://www.python-forum.de]german Python-Forum[/url]. In the Codesnippets and Showcase you'll find lots of Tkinter code, e… Re: login with cookie Programming Web Development by madmital [url]http://www.codefixer.com/codesnippets/cookieLogin.asp[/url] Re: What would you reccomend me to do? Programming Software Development by William Hemsworth …"]Pointers[/URL] [*][URL="http://www.ebyte.it/library/codesnippets/WritingCppMacros.html"]Macros[/URL] [/LIST] Hope this helps. Re: Sending email in JSP with SMTP authentication Programming Web Development by senthil_sivanat This page has code to send mail from GMail SMTP. Copy the code and run it. If necessary add some concatenation operator. [url]http://jspcodes.elementfx.com/codesnippets/viewsnippets.php?id=7&category=1[/url] Re: resultset within the resultset Programming Web Development by senthil_sivanat … me i am using two different result set. For more codesnippets please visit <URL SNIPPED> Re: Inserting data into table in jsp page Programming Web Development by senthil_sivanat If the problem is solved, please close the thread. Else see this [url]http://jspcodes.elementfx.com/codesnippets/viewsnippets.php?id=3&category=1[/url] Re: help in sorting Programming Software Development by serkan sendur you can use datatable or dataview, i think dataview object is better if you have multiple columns in a row. i dont try to understand what you try to do for the time being as i am writing a reseach paper, but you can sort anything with dataview object, if you want to convert dataview to datatable you can search my codesnippets for c#. Re: help in sorting Programming Software Development by sknake … want to convert dataview to datatable you can search my codesnippets for c#.[/QUOTE] Well I did write a lot but… Re: combobox displaying and saving Programming Software Development by Oxiegen … let's try this then. See if anyone of these codesnippets works. Replace the lines in red with the ones in… Re: Working with LocalAreaConnection Programming Software Development by Oxiegen Your codesnippets look suspiciously at lot like this project: [URL="http://www.codeproject.com/KB/vb/toggleNetworkConn.aspx"]http://www.codeproject.com/KB/vb/toggleNetworkConn.aspx[/URL]. If you read through the authors documentation carefully you will see how to implement what you're looking for. Re: Gridview Export to XML not formatting tags correctly.. Programming Web Development by hello2222 Yes i also find that how to export data from gridview to XML file After lot of searching i founding at [URL="http://www.meetdeveloper.com/codesnippets/vb/how-to-export-gridview-data-to-xml-in-asp-net-4"]Export Data from Gridview to XML[/URL] Hope you enjoy... Re: How to make a small image rotating Programming Software Development by hericles The image is the top left is a .ico file (icon) so you need to look online and find a tool for converting animated GIFs to animated ICOs. I found one site but haven't tested it [url]http://www.animatedfavicon.com/[/url] They have an animated favicon though so I would expect it should work:) Re: How to make a small image rotating Programming Software Development by lcfjoertoft A small Youtube flic showing a spinning logo the way I need it to. [url]http://www.youtube.com/watch?v=1i8oHaFADaI&feature=related[/url] The Image size is 1.5 x 1 in. The Image is a .tif (can be converted) The goal is to program it in vb.net, not insert a 3rd party app. Re: How to make a small image rotating Programming Software Development by lcfjoertoft Another example to show the result i want to create. [url]http://www.thelogofactory.com/logo_blog/index.php/creating-3d-spinning-logo-animation/[/url] (The spinning logo near the bottom) Is this beyond the skills of daniweb? Re: How to make a small image rotating Programming Software Development by hericles In the second link it is done using Flash, you will never get a flash file playing in the top left icon of a .net form. Unless I missed the point you want to have a moving image in the top left of your .net form correct? You need to use an animated ico. If you are after some other effect please explain in greater detail. Re: How to make a small image rotating Programming Software Development by debasisdas Have you tried using a tiny .GIF file . Re: How to make a small image rotating Programming Software Development by Unhnd_Exception [QUOTE=;][/QUOTE] Where are you wanting this logo? Is it supposed to be the icon of the form? You mentioned 1.5 x 1 inch. The icon is going to be 16x16 pixels. Are you talking about on the form in the client portion like x = 0 y = 0? Are you talking about a windows form? Specify if this is supposed to be the icon of the form or just an … Re: How to make a small image rotating Programming Software Development by klausnew if you want to [rotate](http://www.rasteredge.com/how-to/vb-net-imaging/rotate-image/) an image, you minght as well use an image progrmme to help you . here is what i have been using for a l ong time, hope it can help you.