No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
10 Posted Topics
I have a Sony Vaio that is not working properly. It used to work properly but it would occasionally freeze and I would need to hard reset it by holding onto the power button for around 5 seconds. Yesterday, the computer froze again and I hard reset it. For some … | |
Hi, i am creating a project and i am having a problem i have created an image in a rectangle using the following code: [ICODE] Dim d As New Rectangle(Width - 127, 8, 22, 15) e.graphics.DrawImage(My.Resources.close, d.Location)[/ICODE] now the problem is that if the user click on the image, i … | |
Hi, i am creating an application. i have menu strip which some items such as notepad, internet explorer, etc. here is the code how i startup notepad [ICODE]Private Sub Notepadmenuitem_Click()Handles menuitem2.click Shell("Notepad.exe",Windostate.normal) End Sub[/ICODE] the probem is that when i click on the item it would open it but my … | |
hi, i have a problem with my form so i have a form with windowstate = maximized now there is a button in that form that if i click on, a new form will be opened. so the problem is that if the new form has been opened and i … | |
hi, i am basically adding files to my listview through this code [code] For each n as string in my.computer.filesystem.getdirectories("C:\Testing\") Listview1.items.add(n,Imagelist1.images.count - 1) Next [/code] so all the files inside testing folder show up on the listview the problem is that they all show up but they show up with … | |
hi i am working on a project and i have to make this form which tells which other forms have opened i have a menustrip which has a menu now what i need to do is this: everytime a new form has opened i want my menustrip add a new … | |
How do i make a windows style menu in visual basic for my application i have a menustip but i shows only one straight column, but i want like it is in windows XP and Vista. so i have two columns for different kind fo things to add how do … | |
How do i create a progress bar like in windows 98 it is colered and is on the startup screen here is the picture [IMG]http://i17.tinypic.com/6lja70n.png[/IMG] can anyone tell me how to make it please? | |
Hi, I have been recently programming a application in visual basic 2005 express edition. My program is like windows which has programs inside. So i have these buttons in my program that link to other programs. The only problem is that i wanna create a taskbar. I have put a … | |
Is it possible to make a new OS in visual basic 2005 and if it is then how much time does it take and are there any tutorials or codes that you can post? |
The End.