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 just want to know about the new extension in Access 2010. I need to create a database with .mdb and I can't do it with Access 2010 'cause the new extension is .accdb or something like that (I don't remember :$) As you can see, I don't use it …
I have a folder with pics and I need to use scandir() to show all images in a html file. But scandir returns, for example, "image.jpg1". Why? How can I do that withouth problems?
I was just trying to create a control array but I can't do it. What can I do? There's another sintax or it's just there's no control arrays in VB.NET????
I don't understand at all what you wanna do. I don't understand the code either. Anyway, I'll try to help. First, I'm surprising that you haven't wrote no "end sub" instruction. Maybe there's some things that I don't know yet. The second thing is the first "If..." because it's empty. …
I can easily hide my form with the event KeyDown, but only by pressing ONE key, and I wanna hide it by pressing CTRL+SHIFT+O, for example. And the biggest problem is when I wanna restore it, because I have to go to the Task Manager, make the aplication has the …
ok, let's imagine that you have a textbox and a command button, and when the user press the command button you create a random number, and then we compare the textbox with the variable (the random number). If they're the same, the user win. If they aren't, computer wins... [code] …
Hey it's me again, I need some help with WMP control, because i was trying to remove an item (I have a listbox wich has songlist for playing and a button). I wanna remove the selected song in the listbox from the playlist, but I don't know how to use …
Hey, I'm new here and I wanna know how can I use the default Windows folders in my code in VB 6. For example, in VB.Net I can use My.Computer.FileSystem.SpecialDirectories.MyDocuments shorcuts to know the path of folders like My Music, My Docs, etc. But I don't know how to do …
Hey did you do a control array for the pictures? You can use a control array for the pics so you don't need to create 12 picture objects, you make one and then insert another with the same name. VB will ask you if you want to create an array, …
The End.