Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
60% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
Ranked #2K

34 Posted Topics

Member Avatar for crackerjacker

Hey, so i was wondering if anyone knows of a program that will take the audio in from the mic but only start recording (saving the file to the computer) when sound is present, like the VOR feature on a lot of digital recorders. Thanks.

Member Avatar for H. B. Duran
0
1K
Member Avatar for crackerjacker

Hello- i have a 16gb flash drive, and after installing Portable Apps on it, windows belives it needs to be formated and when i try to formate it (i've tried FAT32, NTFS, and exFAT) it gets to the very end(where it writes the system files) and then errors out saying …

Member Avatar for karabomoeng
0
241
Member Avatar for crackerjacker

so, basicly what i wan't to do is get all of the details from a JPEG picture. like when you right click -->properties-->details and you can set the title, rating, tags etc. i want to be able to read that data into variables or txt boxes or something. Thanks!!

Member Avatar for vb5prgrmr
0
115
Member Avatar for crackerjacker

hi- currently i have a small (LAN only) web server running on my computer, and i would like to be able to make a web page in which i can run a program on the server computer from another compuer. say, for instance, i click a button on the web …

Member Avatar for crackerjacker
0
3K
Member Avatar for maxravi

don't know if this is what you're looking for but to convert ripped dvds to avi i use dvdx. works pretty well. a little complicated, i recomend looking up a tut before trying to use it.

Member Avatar for kristain
0
423
Member Avatar for sunshine2009
Member Avatar for crackerjacker

hello- I have searched all over but haven't found anything too helpful. what i want to do is make a program that, on startup or a timer, retrevies an rss feed, and puts the text in a text box. i have looked into getting the xml text and parsing it …

0
100
Member Avatar for crackerjacker

I have found many tuts explaining how to do this, and i think im doing it correctly. all up to actualy putting the iso's on the drive. how do i do this, do i just put the iso in the root and modify the menu.lst accordingly or do i have …

Member Avatar for ilovelinux
0
109
Member Avatar for crackerjacker

I have seen a lot of talk about using ones laptop as a monitor to a desktop, and seeing as im considering buying a new desktop i started to think about this my self. i came up with a rather odd theory and was wondering if anyone has ever tried …

Member Avatar for caperjack
0
105
Member Avatar for crackerjacker

I know, I know, DOS. heres what i want to do, adjunct the contents of report.txt to fullreport.txt. i was hoping it would be as simple a report.txt >> fullreport.txt, but it isn't. any special commands? Thanks! -nosreteP

Member Avatar for crackerjacker
0
122
Member Avatar for crackerjacker

my problem is simple but i have yet to find a solution. i am running apache on my vista box and have set up port forwarding on my linksys wireless router and virtual server on my US robotics broadband router (im using port 1024). i can easily access the web …

0
72
Member Avatar for crackerjacker

well, basicly i just want to detect when the left mouse button goes from being DOWN (clicked) to UP(unclicked). and this will be hapening externaly, like, i may be clicking Freecell, not the VB form. I alredy have some code [CODE]Private Declare Function GetAsyncKeyState Lib "user32" (ByVal vkey As Long) …

Member Avatar for selvaganapathy
0
749
Member Avatar for crackerjacker

basicly all i want to do is resize (height and width) of an external window, like IE or Freecell, and then move that window, with X Y pixel co-ordinates(top, left). Thanks

Member Avatar for crackerjacker
0
120
Member Avatar for deftones
Member Avatar for drabsch

ok i think i get it: make your picture box as an array, picture1(0), picture1(1) etc., then use this code [CODE]Load picture1(index)[/CODE] then you can specify the location with [CODE]picture1(index).top = ...[/CODE] i hope this helps!

Member Avatar for crackerjacker
0
125
Member Avatar for crackerjacker

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 that you can acomplish this by pressin ALT+Enter, but …

0
67
Member Avatar for crackerjacker

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, and then people would type in a key word and a page …

Member Avatar for crackerjacker
0
76
Member Avatar for jhai_salvador

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 located at Hkey_local_Machine\system\currentcontrolset\control\keyboard layout looking up something like keyboard maping would give …

Member Avatar for omoridi
0
1K
Member Avatar for crackerjacker

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) enter my login info and then download a …

Member Avatar for crackerjacker
0
82
Member Avatar for crackerjacker

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 get rid of it if it is safe to. could someone just please …

Member Avatar for kaninelupus
0
199
Member Avatar for crackerjacker

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!

Member Avatar for vb5prgrmr
0
136
Member Avatar for crackerjacker

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

0
47
Member Avatar for crackerjacker

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!

0
41
Member Avatar for abu taher

hope this helps! add a textbox [code] Private Sub Form_Load() Text1.Text = "" Dim f As Integer Dim s As String 'load the whole file into a string variable f = FreeFile() Open "C:\windows\system32\date.txt" For Binary As #f s = Space$(LOF(f)) Get #f, , s Text1.Text = s If Text1.Text …

Member Avatar for abu taher
0
569
Member Avatar for crackerjacker

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!

Member Avatar for crackerjacker
0
124
Member Avatar for crackerjacker

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 send it a message. but i don't know how to get the laptops …

Member Avatar for VIeditorlover
0
83
Member Avatar for sofian786

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 i = i + 1 mide = mid(Text1.Text, i, 1) 'take the next 1 letter in text1.text from position i If Not …

Member Avatar for jonc
0
800
Member Avatar for crackerjacker

hi there! basicly i want to make a program that will detect when windows email recives a new message. so... thats basicly it. thanks

Member Avatar for crackerjacker
0
66
Member Avatar for karthiknv

[QUOTE=Comatose;789950]Sure, If you are using .NET.... not gonna work in vb 4/5/6. I can get you the code to kill a process from within VB6, but figuring out how to know if it's the one you want to kill or not is a different story altogether. I suppose you could …

Member Avatar for SCBWV
0
276
Member Avatar for dollmar

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 the actual current time in the hour:minute format. Note that if …

Member Avatar for dollmar
0
119
Member Avatar for crackerjacker

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 checked every where on google and this site, and anything i have found has not worked. Thanks in advance!

Member Avatar for Comatose
0
95
Member Avatar for crackerjacker

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 with them. i.e. put them in a list box or text …

Member Avatar for cguan_77
0
54
Member Avatar for crackerjacker

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!

Member Avatar for crackerjacker
0
79
Member Avatar for crackerjacker

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 extended pieriods of time.

Member Avatar for crackerjacker
0
81

The End.