User Profile
Collapse
-
i tried a bunch of things using given code and could not get it to work either... -
VB6 - How do i get the name of my project
I've been looking around on Google for a while now and haven't found anything on how to grab the name of a project thats running. The reason I've been looking is because i want my program to access itself as a source of information (so app.path & "\" & {project name}) and of course i could go the easy path and just put in the compiled project name but if i did that and someone renamed the project, it wouldn't work properly (not... -
VB6 Media player
Hey
i was wondering if it was possible to make a visual basic executable a default program for opening media files, eg, double clicking on a music file and having it open in the visual basic program and play...
Thanks much for any help,
Denni -
ty, thats the quick easy fix i needed, and the visible = false setting makes it even better :)Leave a comment:
-
yea, i did search it, but like i said, mainly all i found was wav files, and the other problem is that u cant search 3 letter words in the search thing, so i cant search for say "vb6, mp3, etc". and did u notice that what u added was .wav aswell, not mp3? i tried to replace .wav with .mp3 but it wont work....Leave a comment:
-
-
use vb6 to play an MP3 sound, cmd button event
how do i get vb6 to play a short MP3 sound file when i click a button, if its even possible. ive looked around and found some vb6 MP3 players, so i asume it is possible, but mostly all im finding is code for playing WAV files.
any response is greatly apreciated -
scrollbars and listboxes
does anyone know of a way to control a listboxes scollbar with annother scroll bar?
what im trying to do is make it so that by using a scroll bar i create, i can scroll up and down on more than one list at a time, so that they move at the same pace and stay inline with eachother -
For the second part, I thought about that too at one point where I was trying to do everything I could think of to get it to work, I made it as basic as it could possibly be.
For the first part though, that could be what it is, that somehow my security isn’t allowing shell to connect any more, but I haven’t changed anything security-wise recently.
There were 2 things that I did in between when it was and wasn’t...Leave a comment:
-
i didnt use shell execute from that link, but i did finally find annother source, which had what i needed on it, and i can change it for more than one program
but...
i still wanna no why my shell doesnt work anymore .... and its not cause of spaces in the title, cause i get the same error even with files that dont have spaces...Leave a comment:
-
well, it does work for internet explorer, but i dont know how to make it work for other programs aswell...
ty
i can use this in the meantime, BUT, i would still like to figure out why i cant use shell anymore...Leave a comment:
-
I've heard that too, and I also tried ShellExecute cause of it, but it still wasn't working, and besides, it doesn't make any sense that Shell can't handle spaces cause it was working before ...
Ok, I tried that, but I didn't find anything saying missing library, and there's only 4 things checked, so as of now, I'm gonna try searching on Google for the dll file that shell uses, if I can't find anything that way, then...Leave a comment:
-
-
Shell run-time error 5, invalid procedure call or argument
ok, shell always used to be easy for me, now its starting to get annoying cause i dont know wats wrong
heres the simplist code possible:
i have a program thats been on my desktop for about a month now that uses these 3 lines of code(supposed to...Code:Private Sub IExplorer_Click() a = Shell("C:\Program Files\Internet Explorer\Iexplore.exe http://www.google.ca", vbMaximizedFocus) End Sub -
hahaha, nevermind, its me thats corrupted...i just realized that when i tried to bring the information over, it transferd all of my webbrowsers to pictureboxes, but it still called them "webbrowser 1". its really dum, cause it didnt just make the one the pic box, it made all of my saves pic boxes... =SLeave a comment:
-
Thanks Much
3 things tho, first, what component do i use to get "animation.widt h"etc, and im not sure if IE corrupted or not, i think it might have been, but then i reinstaled it, so it should be working now, atleast it can find the correct file source now, im wondering if its maybe vb webbrowser control thats become corupted. theres definately nothing wrong with the code, theres basicly no code to mess up when it's its own solitary...Leave a comment:
-
VB 6 webbrowser problems
sry its long, questions in the last sentance if u wanna jump to it. i just decided that i would include everything that led up to the problem
i made a gif video that i wanted to put into a program, and i couldnt figure out how to get it into VB6. finally i found out that the Microsoft Internet Control would play the gif file if i located it with "webbrowser1.na vigate" for example, so i did this. i decided it...
No activity results to display
Show More
Leave a comment: