Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~917 People Reached
Member Avatar for saurabh.verma

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 …

Member Avatar for flagstar
0
152
Member Avatar for saurabh.verma

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 …

Member Avatar for selvaganapathy
0
71
Member Avatar for saurabh.verma

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 …

0
56
Member Avatar for saurabh.verma

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 …

Member Avatar for saurabh.verma
0
75
Member Avatar for saurabh.verma

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 …

Member Avatar for saurabh.verma
0
101
Member Avatar for saurabh.verma

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 …

0
53
Member Avatar for saurabh.verma

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 …

Member Avatar for AndreRet
0
108
Member Avatar for saurabh.verma

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?

Member Avatar for SCBWV
0
82
Member Avatar for saurabh.verma

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 …

Member Avatar for saurabh.verma
0
154
Member Avatar for saurabh.verma

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?

Member Avatar for Duoas
0
65