No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
11 Posted Topics
Re: You could use the WebBrowser control? | |
Hi, I would like to add some scripting support to my .NET-application (I usually code in VB.NET). Since VisualStudio 2008 won't let me use VSA to get scripting support, and the Windows ScriptControl crashes in 64-bit mode, I have been looking for an alternative solution to my problem. I would … | |
Hi, I want to make my Outlook 2003 startup when I logon, look for new messages and then minimize itself to the tray bar. I know that the startup part can be done in a number of ways, the most simple would be to place a shortcut in the Autostart … | |
Hi, I'm trying to write a function that takes an image and a given value and then changes the opacity of the image. Though, when I try to run the code nothing happens. Can someone look at the code and tell me what I did wrong? [code] Public Function SetOpacity(ByVal … | |
Hi, Is there any (free) graphical engine for Visual Basic .Net that can be used to show 3d graphics and/or create games? Anything is appreciated... Thanks, | |
Hi, I want to create a kind of ribbon bar (almost like the one in Office 2007), and I want the ribbon bar to accept drag-drop input (just like panels, group boxes and the form itself does). I need to drag all other controls into the bar in design mode. … | |
Hi, I have a small problem... I'm developing a small application (very similar to the Windows Task Manager) that I want to be able to control other application windows (Bring them up, change focus, minimize them and so on). I don't know how to control the other windows, but I … | |
Hi! I've been coding in VB for a year or so, and I would like to learn how to create XML documents. I know what XML is and how it looks, but I don't know how to create XML. I code in VB Express 2008. Please help me. | |
Hi! I would like to create my own OS, but since I've got no experience at all it would be nice with some help... :-) | |
Re: You could create an User control with multiple picture boxes. Just add a timer which controls the speed of the animation, and add some Show-Hide - code to the timers tick event... Example: [code=vb.net] Private CurrentFrame As Integer = 1 Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) … | |
Re: You are probably experiencing the downside of having too many processes running at the same time. Try to open the service manager (Run "services.msc") and disable some of the services that you see consumes the processor speed. (Of course, don't disable any vital services, just a few that doesn't need … |
The End.