10,989 Topics
| |
where can i get a vb trainer template [img]http://forum.game-deception.com/images/smilies/frown.gif[/img] I want to have a timer with a hotkey to disable and enable it. | |
hello all, i was wondering if there was a way to encrypt me visual basic source code so when people view it in a hex editor ore anything they will not see as much of it as when i dont encrypt it. yet i dunno how to encrypt things in … | |
Hey! I was just wondering if it was possible to make a type of "search engine" using VB. What I want to do is be able to type in something (song title), and find the matching song lyrics stored somewhere.. and have it display them? Is that possible? If so, … | |
Hello! I'm coding a userform on a word document. I have added a DatePicker1 to the form. This is how I'm attempting to write the contents of the DatePicker1 to the document: With ActiveDocument .Bookmarks("DATE").Range.InsertBefore DTPicker1 End With But it doesn't work. Any ideas? :lol: | |
Does anybody have any tips on deploying VB6 apps onto other platform like XP. I use Win2K for development. The problem is that there are so many DLL to copy over. Is there a good cheap tools that can help on this so that once I compile and create the … | |
Greetings. I have another problem here. I placed a button onto the first tab of a tabbed control with 5 tabs. The button cannot be clicked during runtime. Why is this? Don't think the codes in the btnEdit_Click() is wrong because I've tried the same on a form. Please help. … | |
Well It's seems that a lot of people talk about using these programming languages but what I wondering is what do most of you do with these skills. I mean i got some Q-Basic knowledge and some Visual Basic.net skills but what kind of programs do you make or what … | |
I've written a lot of code in QuickBasic 4.5 and have finally decided to learn Visual Basic. I'm using VB 4.0 which I bought a long time ago, but for learning purposes I figure it's good enough for now. It all looks pretty straightforward, but my problem comes when passing … | |
Hi all Ive been trying ever combination to get this code finished. Basically I can get the cipher to work okay. But the space character returns as U, Im trying to figure out how. Do I need another loop? Or am I on the wrong track and should scrape this … | |
Apologies if this was easy to find out elsewhere. I am trying to write a small script that can be run on our network by each user, which captures their user login name and uses this to look up in a spreadsheet of all users to provide them with info … | |
Alright, heres the deal. I learned how to program Basic on an Apple IIe computer, then I learned to migrate it into the newer computers as they came along. I haven't programmed for a while and Windows XP doesn't exactly have QBasic on it. That's what it was called the … | |
hello peeps We are currently trying to catch the little jobbie who keeps printing swastikas form a variety of printers on the school network - anyone got any ideas how to force the network to stick the username of the printing user at the bottom of each document printed? Ta. … | |
Hi, i m begginer level in visual basic but my company order to me ! make the application for my company operation so plz advice to me? i to plan now front end vb back end access and also design the front end and also created the database now my … | |
Anyone know at which point during the Windows XP startup the Windows Script Host loads? having problems with a startup script which refuses to run on our network, and suspect that we may be trying to run it before WSH is in place...... | |
Hi, I am a 15 year old student in a florida high school. In my computer programming class we had this project due that determines our final grade. It consists of a project that allows the user to read records from a database in visdata from visual basic 6.0. It … | |
Hi. I'm not new to the world of programming, but I have never touched vb before and would like to learn it. Firstly, can vb be used solely to produce an application without using any other programming languages like c? Well, secondly, if I am to use vb together with … | |
Hi, I am running XP Pro and VB6 Pro. I have several VB6 programs that have worked successfully for a number of years under XP. My problem is that when I load XP SP1 I get "Error 7: Out of memory" everytime an attempt is made to access an object … | |
Hello all, I'm fairly new to visual basic.net and I hope someone could help me with a problem that I am having. I'm trying to create a card game (nothing fancy, really simple stuff) but I don't know how to create my card class so that the same card cannot … | |
Just got a new laptop with XP on it and having problems running Visual Basic 6 projects. Everytime I open a project and try to view the form, Visual Basic 6 closes and exits out. I can run the application and view the forms, but for some reason can not … | |
Does anyone know how I can bring the odbc administrator up in my app so that the user can select an odbc connection from "inside" my app and that value then get passed back form odbc administrator to my app? | |
Hi, I'm building a D.L.L from 2 basic matlab scripts. I have created the folder in the workspace containing the 2 scripts and I have set the path to this directory as well. My problem is when I type the command: >> mcc -W lib:calcvals-LC-t-T link:calcvals addvals multvals It gives … | |
Hi there this is my first time here. I am working on a problem for school. I am working hard on solving a problem and hope someone can help me. I am making an order form. I have the form all done. It asks for the name, address etc.... Next … | |
I'm trying to build a windows app with multiple forms. in project explorer i'm right clicking the current project, add->add existing item. then I select a form, but now the project won't build. I get these errors: 'Form1' is ambiguous in the namespace 'WindowsApplication1'. 'Sub Main' was not found in … | |
I wanted to make a visual basic 6 program that allows the user to move the controls around in the program, such as buttons, text boxes, etc. Somewhat like the Microsoft Visual Basic itself. How do I start doing this, I've read everywhere, including the books I have, and it … | |
Hi, How can I create a list in VB of all the computers connected on my network/domain? I'm (still) using VB6.0SP5. The application schould turn on W2K machines. Best regards, Salvator | |
I developed several macros on my computer, but then I copied and pasted the macros on the c drive>program files> microsoft office> templates of several of my users so that they can access the macros when they go into Word. In Word, they click file> new and choose the macro … | |
Why doesn't this work? [code]Public Class testDates Inherits Object Private mMonth As Integer Private mDay As Integer Private mYear As Integer 'constructor Public Sub New(ByVal monthValue As Integer, ByVal dayValue As Integer, _ ByVal yearValue As Integer) mMonth = monthValue mDay = dayValue mYear = yearValue End Sub Public Function … | |
I'm still continuing on the coding of my chat bot, but I would like to add some other features to it, such as letting the using enter a word, and the program encrypts it and sends the result back. So it will make sending passwords or anything they want private … | |
I mostly write macros in word using VBA. A user needs to enter a date like this one: 070797 and I need it to look like this: July 07, 1997 on the document. Can you help? Also, are there other ways of formatting dates? I've tried putting the date in … | |
[url]http://alphabob.no-ip.com:8080/[/url] Contains forums for VB, C++, PHP, HTML, SQL, etc., Tutorial(s) for VB w/ code. P.S. it needs a new skin, if anyone is interested in making one please tell me at kcismybud@hotmail.com. |
The End.