Forum: Visual Basic 4 / 5 / 6 19 Days Ago |
| Replies: 2 Views: 384 variable = int(rnd* number you want to go up to) |
Forum: Visual Basic 4 / 5 / 6 19 Days Ago |
| Replies: 8 Views: 418 ok i think i get it: make your picture box as an array, picture1(0), picture1(1) etc., then use this code Load picture1(index) then you can specify the location with picture1(index).top = ... i hope... |
Forum: Web Browsers 19 Days Ago |
| Replies: 0 Views: 388 So basicly i was wondering if there is any way to set it so that when you type something into the web search bar(top right) and press enter it will open up the search results in a new tab. i know... |
Forum: HTML and CSS Oct 18th, 2009 |
| Replies: 2 Views: 294 PhP, ajax. Got it. Thanks!! |
Forum: HTML and CSS Oct 17th, 2009 |
| Replies: 2 Views: 294 Hi-
So im making a buying/selling website, where people can search through my catalog. and i have no idea how i would go about that. basicly i would have a database with all of my producs in it,... |
Forum: Visual Basic 4 / 5 / 6 Sep 28th, 2009 |
| Replies: 14 Views: 712 what the heck! looks more like a virus to me! |
Forum: Visual Basic 4 / 5 / 6 Sep 26th, 2009 |
| Replies: 2 Views: 352 |
Forum: Visual Basic 4 / 5 / 6 Sep 26th, 2009 |
| Replies: 14 Views: 712 oh, sorry i was unaware of this |
Forum: Visual Basic 4 / 5 / 6 Sep 25th, 2009 |
| Replies: 14 Views: 712 a little late... but another thing you could do would be make a regestry tweaker. you could tweak it so that those (or any) keys would be ineffective, and then just tweak it back. the keybord map is... |
Forum: Visual Basic 4 / 5 / 6 Sep 25th, 2009 |
| Replies: 2 Views: 352 I have search everywhere for about 5 hours and have either found a load of crap or a bit of code that wont do what i want it to. basicly i need something the i can connect to an ftp server (drivehq)... |
Forum: Windows Vista and Windows 7 Sep 12th, 2009 |
| Replies: 5 Views: 412 You mention fowarding emails, i do use Windows mail for my gmail acount will that be affected? |
Forum: Windows Vista and Windows 7 Sep 11th, 2009 |
| Replies: 5 Views: 412 Well, i can see it in the control panel->programs and fetures list. i just don't know if it is esential and if i would hurt my system(ie. cause things to stop working) by uninstalling it. |
Forum: Windows Vista and Windows 7 Sep 10th, 2009 |
| Replies: 5 Views: 412 Hi there!
I have notices a program installed and often running on my Computer. i have seared all over and only been able to asertain that it is some web serever program. i would really like to... |
Forum: Visual Basic 4 / 5 / 6 Aug 18th, 2009 |
| Replies: 3 Views: 515 thanks! now that i knew what to look for i could find the code i needed. http://www.thescarms.com/vbasic/alttab.aspxr . my next question is... is there any way to get like a snapshot of each window,... |
Forum: Visual Basic 4 / 5 / 6 Aug 18th, 2009 |
| Replies: 3 Views: 515 so basicly what i want to do is get a list of the open windows, like all of the tabs in the taskbar.
thanks for your time! |
Forum: Visual Basic 4 / 5 / 6 Jul 27th, 2009 |
| Replies: 0 Views: 462 i have searched all over the internet and here but have not found a streight forward answer to my question: Using winsock, how do i send an email, preferiably via gmail. Thank you |
Forum: Visual Basic 4 / 5 / 6 Jun 19th, 2009 |
| Replies: 0 Views: 243 hi !
Is there anyway for me to recive emails and store the subject into a variable with a vb6 form, if at all posible i would prefer not to use winsock. Thanks! |
Forum: Visual Basic 4 / 5 / 6 May 2nd, 2009 |
| Replies: 3 Views: 597 all right, thanks. i think im just gona' write a different program to monitor that one like you suggested. thanks! |
Forum: Visual Basic 4 / 5 / 6 Apr 30th, 2009 |
| Replies: 3 Views: 597 i was wondering, is their any way to do something, say msgbox, when an exe is ended via the end process in the task manager? thanks in advance! |
Forum: Visual Basic 4 / 5 / 6 Apr 12th, 2009 |
| Replies: 19 Views: 1,716 Try this
Private Sub Form_Load()
Text1.Text = ""
Dim f As Integer
Dim s As String
Dim dy
'load the whole file into a string variable |
Forum: Visual Basic 4 / 5 / 6 Apr 6th, 2009 |
| Replies: 19 Views: 1,716 hope this helps!
add a textbox
Private Sub Form_Load()
Text1.Text = ""
Dim f As Integer
Dim s As String
'load the whole file into a string variable |
Forum: Visual Basic 4 / 5 / 6 Apr 6th, 2009 |
| Replies: 2 Views: 350 i'm trying to connect two computers over the internet. kinda a messeging service between my desktop at one house, and my laptop at my other. i want the desktop to connect to my laptop and then just... |
Forum: Visual Basic 4 / 5 / 6 Apr 6th, 2009 |
| Replies: 3 Views: 400 |
Forum: Visual Basic 4 / 5 / 6 Apr 5th, 2009 |
| Replies: 4 Views: 2,057 Dim le
Dim mide
Dim i
Private Sub Command1_Click()
i = 0
Dim yes As Boolean
le = Len(Text1.Text) + 1
Do While i < Len(Text1.Text) - 1 |
Forum: Visual Basic 4 / 5 / 6 Apr 5th, 2009 |
| Replies: 3 Views: 400 hi there!
basicly i want to make a program that will detect when windows email recives a new message. so... thats basicly it. thanks |
Forum: Visual Basic 4 / 5 / 6 Feb 7th, 2009 |
| Replies: 3 Views: 468 Make a textbox called text1 and a shape called shape 1 and a command button
you can change the shape of the shape in the properties side bar.
this code will check if what is in the textbox is... |
Forum: Visual Basic 4 / 5 / 6 Feb 1st, 2009 |
| Replies: 1 Views: 577 The title basicly speaks for itself. i need some code to add a string value in HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunServices
and then to modify the value data. i have... |
Forum: Visual Basic 4 / 5 / 6 Jan 29th, 2009 |
| Replies: 1 Views: 421 heres my problem. i have two ritchtextboxes that are full of file names (one per line) they will be mostly the same except for a few new lines. i need code to pick out those lines and do something... |
Forum: Visual Basic 4 / 5 / 6 Jan 29th, 2009 |
| Replies: 12 Views: 2,540 i could really use this code you were talking about. thanks |
Forum: Visual Basic 4 / 5 / 6 Jan 28th, 2009 |
| Replies: 2 Views: 450 sorry i guess i just didn't search hard enough. thanks!!! |
Forum: Visual Basic 4 / 5 / 6 Jan 28th, 2009 |
| Replies: 2 Views: 450 Hi-
so i want to be able to type in a file name (not knowing the path) and have it search the c: drive. then, when it finds the file it will return the path (in a variable, label, etc.)
thanks! |
Forum: Visual Basic 4 / 5 / 6 Sep 29th, 2008 |
| Replies: 3 Views: 968 There is way too much code to pase it to the web, but i can go into more detail. i just found out that when i run the program my 'Page file' goes up at a constant rate. when it reaches the peak,... |
Forum: Visual Basic 4 / 5 / 6 Sep 28th, 2008 |
| Replies: 3 Views: 968 Sorry, and in addition, when i restart the program there is always red picture box in the uper left corner of form1. i can just delet it but it is kinda wierd and annoying. |
Forum: Visual Basic 4 / 5 / 6 Sep 28th, 2008 |
| Replies: 3 Views: 968 I have an application that will run fine for about 15 minutes then will just randomly stop and give me a 'Run time error 5' message. this is very annoying because this program is supposed to run for... |