10,987 Topics

Member Avatar for
Member Avatar for DearEphesus

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, …

Member Avatar for DearEphesus
0
132
Member Avatar for I_Byte

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:

0
92
Member Avatar for Sk0da

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 …

Member Avatar for big_k105
0
171
Member Avatar for red_evolve

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. …

Member Avatar for red_evolve
0
150
Member Avatar for L3fty19

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 …

Member Avatar for scarecrow
0
354
Member Avatar for Chas Griff

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 …

Member Avatar for Paladine
0
2K
Member Avatar for lawdie

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 …

0
118
Member Avatar for QKSTechTrainee

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 …

0
64
Member Avatar for cllawrencecl2

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 …

Member Avatar for samaru
0
269
Member Avatar for QKSTechTrainee

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. …

Member Avatar for QKSTechTrainee
0
187
Member Avatar for jayakumar

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 …

Member Avatar for camelNotation
0
282
Member Avatar for QKSTechTrainee

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......

0
75
Member Avatar for helpme

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 …

Member Avatar for samaru
0
162
Member Avatar for red_evolve

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 …

Member Avatar for big_k105
0
198
Member Avatar for Ian

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 …

0
107
Member Avatar for mjkolata

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 …

Member Avatar for Paladine
0
157
Member Avatar for mikedba

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 …

Member Avatar for Paladine
0
215
Member Avatar for coolerbob

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?

Member Avatar for Paladine
0
126
Member Avatar for Bullseye

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 …

0
111
Member Avatar for KatB

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 …

Member Avatar for Paladine
0
205
Member Avatar for bigpoppapumpg

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 …

Member Avatar for Tekmaven
1
283
Member Avatar for 2big

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 …

Member Avatar for phickman7872
0
312
Member Avatar for salvator

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

0
120
Member Avatar for I_Byte

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 …

Member Avatar for Tekmaven
0
200
Member Avatar for I_Byte

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 …

Member Avatar for Paladine
0
149
Member Avatar for Mr Gates

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 …

0
158
Member Avatar for I_Byte

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 …

Member Avatar for I_Byte
1
522
Member Avatar for AlphaBoB

[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.

Member Avatar for Dani
1
168
Member Avatar for 1337h4x0r

i am doing a software design class for my first year i had a written this psuedocode for a Timer type program type program, my teacher tells me there are errors in it i dont know whats wrong could you tell me please. here it is Program Timer Var mm …

Member Avatar for Tekmaven
0
456
Member Avatar for gdeamicis

I Need some help on the following: I have several QB4.5 stand-alone exe programs that use the RS232 port command: [b]OPEN "COM1:4800,N,8,1" FOR RANDOM AS #1[/b] for data capture from a DCE device. The data capture uses the command: [b]IF LOC(1) > 1 THEN ......[/b] to capture the async data …

Member Avatar for peternrose
1
211

The End.