No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
17 Posted Topics
ok... i know a lot of you are probably tired of me asking questions but i am trying to learn and i am asking about stuff i dont know, not just to get you to do the whole program for me. this question is if there is a list of … | |
how could i make a program that does not need to be active but will record the screen, mouse movement, and key presses and will display it all when the user wants to and it is password protected and can have it all sent to another of its programs on … | |
hey, im trying to make a screen saver while, as always, trying to learn more about programming. so far i can make a picture as a screensaver or i can capure a screenshot to use, but that still doesnt help much with trying to save the screen, i was thinking … | |
how can i make an over a network connection for like games or chat program? | |
ok here are my questions, first of all ill ask the shorter one first, ok with vb can you make bots for games (my game being diablo 2 LoD) and if you can, how would i go about doing that, and yes, i would like it to be a bot … | |
i am in severe need of help right now, anyone who has an idea, throw it out. i have visual studio .net 2003 just in canse it makes a difference. i am still working on my classes special project and am a lot closer. right now i have it look … | |
i have found out how to track the mouse and the click of the mouse when it is over the for, how can i track it outside the form? also how do i record it and the timing of when keys are pressed? i need to make this program so … | |
what would i do if i want it to check if something certain has happened when there is a change on the form? because i have a tab control and each tab has 2 different textboxes and when they are the same i want a notice to pop up, but … | |
ok i kno wthe other thread i made was stupid but this one actually has use, first off how can i code a button to add a row to a database and make the row a yes/no so it will show as a radio button on the form and stay … | |
Re: i can answer that, [CODE] Dim oWord Dim rng Dim odoc oWord = CreateObject("Word.Application") oWord.Visible = True odoc = oWord.Documents.Add rng = oDoc.Range(Start:=0, End:=0) rng.text = TextBox1.Text [/CODE] at least i think this is it | |
Re: well depends, does each number have to be different? if they dont you can do this [CODE] dim numbers(19) as integer numbers(0) = int((rnd*20)+1) [/CODE] and do that same one for numbers(0) for all of them through 19, just replace the 0 with the next number, i think that code … | |
how could i make it so when the person using it looks through the item they want and click a button, it will add it and its price to a list but if they dont want it later, they can then go and remove it? also how can i make … | |
can i make a program in vb that will open a picture file of words and copy the words off of the picture into a text document? im asking here first because truly i dont know where i would start, there would be just to much to it. another question … | |
how can i make it so you can type a paragram in one textbox then press a button and it codes all the letters to another thing that you preset so it shows in another textbox? also how can i make a list of names randomize and have a certain … | |
i just reacently had a thread, and it helped for the question i asked and i was looking through other thread and was wondering, where do you guys learn all of this about vb? i was taking a class(was because it ended yesterday) and it was a quarter class, im … | |
ok, i have been working on a prodject for class and hit a big dead end, so i am just going to start over completly(would be easiest) and was hoping to get help from all of you guys, we had to draw numbers out of a hat to get our … | |
hi, im kinda new, in fact i just signed up hoping you guys could help me. if i have multiple data grids connecting to multiple tables in access, one with all check boxes, can i make one of the data grids be affected by the other, like when i select … |
The End.