vba x 200

12,155 Topics

Member Avatar for
Member Avatar for vtechno42

I've never coded in vbscript before in my life, but I need to trim some text with it. So it's basically like this... script sits on a page and if it sees a certain definable text string, it removes it. I.E. IF: "blahblah" = true, then DELETE THE FRIGGIN' CRAP …

Member Avatar for Comatose
0
132
Member Avatar for b.janahi

if i have this text [tex] INPUT STRING: شمس LOOK-UP WORD: $ms SOLUTION 1: ($amasa) [$amas-u_1] $amas/VERB_PERFECT+a/PVSUFF_SUBJ:3MS (GLOSS): + be headstrong + he/it <verb> SOLUTION 2: ($amisa) [$amis-a_1] $amis/VERB_PERFECT+a/PVSUFF_SUBJ:3MS (GLOSS): + be sunny + he/it <verb> SOLUTION 3: ($am~asa) [$am~as_1] $am~as/VERB_PERFECT+a/PVSUFF_SUBJ:3MS (GLOSS): + expose to the sun + he/it <verb> …

Member Avatar for b.janahi
0
114
Member Avatar for racerrunner

is it possible to write a vbscript to automate task ? What I mean is recording the keystroke. If it is possible, can anyone please guide me. Thank you. I.E 1.Starts Application, 2.Click on combox, 3.enter date in(dd/mm/yyyy) in a textbox and 4.click on the command button Thanks

Member Avatar for stevemckann
0
132
Member Avatar for SamY

I really have a[COLOR=Black][B] BIG [/B]problem in making control arrays. The following is what i fed to the PC [COLOR=SandyBrown][COLOR=Blue]sub form_load() const n=15 dim Sam(n) as textbox for n=1 to 15 sam(n).text="SamY" next n end sub It won't work.[/COLOR] [/COLOR][/COLOR]

Member Avatar for SamY
0
120
Member Avatar for ~s.o.s~

Hello to all developers out there. Just wanted to know if i can embedd my existing VB application in a browser window so that when the link is loaded the application runs and accepts the input from the user. If it is possible i would really be grateful if you …

Member Avatar for Comatose
0
100
Member Avatar for Syphus

I first like to thank the site creator and all the members for creating this kind of place for code writers to share their experties.:mrgreen: I wanted to know what are the components used in vb6 to play sound. and if I want to manuplate a wave how do I …

Member Avatar for Comatose
0
42
Member Avatar for BombAppetit

greetings i am doing a database system in access and has certain function of creating and modifying an excel worksheet. i keep getting this "Run-time error '462' : Remote server machine doesn't exist or is unavailable" or sometimes "Run-time error '1004' : Method 'Range' of object '_Global' failed".. it points …

Member Avatar for Comatose
0
217
Member Avatar for ciuboda

Hi everyone, My name is Dan and I'm an 'amateur' programmer. I'm using Visual Basic for astrology software development ( [URL="http://www.configurationhunter.com"]www.configurationhunter.com[/URL] ). Astrology is my main hobby (and more than this :p) I'm also interested in web developement (I know ASP and learning PHP) , SEO and web marketing. Best …

Member Avatar for Comatose
0
57
Member Avatar for b.janahi

i'm trying to open a txt file and write the text included in a texbox so how can i get the open window to choose the file i want to open :o thanks

Member Avatar for b.janahi
0
101
Member Avatar for SamY
Member Avatar for robertlees

I have a 5 column flexgrid. I want the user to click a column and get the grid sorted by that column. Works fine for non-date collumns. For date columns, I firstly loop through all rows changing them from dd/mm/yy to yy/mm/dd. But the sort doesn't do anything.

Member Avatar for robertlees
0
696
Member Avatar for timzukas

I am using VB6 to poke data into Word 2002. Even when I open Word minimized, it maximizes when the poke executes. I can can execute a word macro to minimize word again, but it maximizes on the next poke. I have tried turning word screen updating off before the …

Member Avatar for Comatose
0
258
Member Avatar for shalini_roy
Member Avatar for ninnay

hello friends .i am troubled in to carry the tables in one computer to another computer. i want information about that: i did the project in VB with back end Oracle. i want to carry tables to another system. i dont know how to carry the tables to another system …

Member Avatar for ninnay
0
113
Member Avatar for Sannn

Hi, I'm not sure if there's another topic about this but couldnt find it with the searchoption.. I'm creating an app which uses a cardreader, it works perfectly.. but now i have to let the app run in the background, but the cardreader still has to work, when a card …

Member Avatar for Sannn
0
107
Member Avatar for shalini_roy
Member Avatar for BombAppetit

greetings.. i'm suppose to make a programme that reads a notepad file generated by other programme interfacing with an device which tests components, and then generates a graph of it in Excel.. so far i've succeeded in reading from the notepad file and making a spreadsheet in excel, but not …

0
73
Member Avatar for Steinway

Like the title says, my VB6 hangman program freezes when I do a test run. I'm not a big expert in Visual Basic (in fact, I'm only a clueless highschool student..) so maybe you can help me. I'm not quite sure what causes freezing to occur, but I've pasted the …

Member Avatar for agrothe
0
284
Member Avatar for MrConfused

I have a program that produces various reports. I need a way to send the reports to MSWorks/MSExcel. At the moment the reports are sent to a locked scrollable text box on-screen. This allows you to copy and paste the information to most word processor programs o.k. Unfortunately as I'm …

Member Avatar for friedolin
0
120
Member Avatar for Marks256

Just wanted to say hey! Althoug i am a newb to this site, i have been working with computers(repairing, and configuring) for about 5 years now. I have no experience with Linux, but i know winddows like the back of my hand. I have been programming in QBASIC for about …

Member Avatar for Dani
0
50
Member Avatar for vjeshemv2000

hai all, i have a doubt in Datareport creation. i explian with an eg. i have a database named evaluation and it contains the following fields Slno, Fname,Scode,Batch,Emark1,Emark2,Avg. the following sample records are in the table 1 ram CMA B1 5 4 4.5 2 Sreedhar QNM B1 4 4 4 …

0
59
Member Avatar for NewVBguy

Hi Everyone, This is probably simple but I don't know how. Can someone show me a code the test if the child form is currently active or currently the one open in front of my screen. Thanks in advance. newvbguy

Member Avatar for NewVBguy
0
108
Member Avatar for vjeshemv2000

Dear all, i have a project created in VB. and the database in MS Access. I created a menu driven programme. in file menu i inserted command named exit and in the click event i wrote End. it is working but when i click on the close button of the …

Member Avatar for Comatose
0
91
Member Avatar for RanmaSaotome

Just a quick question. Is it possible to have only say, a quarter of the form use directx? and is it possible to move this area around the form? Or, would the solution for this be to have two forms on screen simultaneously? Help appreciated, Joe.

Member Avatar for agrothe
0
182
Member Avatar for INI

Good Morning Guys, I am having difficulties in figuring out if a file exist. Below is the code I have; for some reason, the code does not pass through the if .Execute() > 0 line, instead it jumps to the else statement.I know that the file exist, please can someone …

Member Avatar for Comatose
0
141
Member Avatar for vjeshemv2000

Hai all, i am created a vb project and i want to know the code for selecting the contents in a textbox control when i press the Shft+tab key. vijesh

Member Avatar for Comatose
0
45
Member Avatar for shalini_roy

can anybody tell me how to generate unique numbers say of 5 digits each starting with the letter C? I have a form where i want to generate a code in a textbox for one product when i click on the generate button. not random numbers but in ascending order …

Member Avatar for sosco
0
79
Member Avatar for vjeshemv2000

Dear all, i created a vb project for faculty evaluation. for that i also created a database in MS Access. Now I want to include one of the field in table into the section 4 of the datareport. is it possible?. if yes what will be the code. below i …

Member Avatar for vjeshemv2000
0
133
Member Avatar for Member #87212

I have written this code to Display the time every 15 minutes using MSAgent: (Private Sub Form_Load() On Error Resume Next CenterForm LoadAgent "merlin" theAgent.Speak "Hello" theAgent.Hide Gettime: Do Mytime = Time Myhour = Hour(Mytime) Myminute = Minute(Mytime) Mysecond = Second(Mytime) If Myminute = 15 And Mysecond = 0 Then …

Member Avatar for Comatose
0
252
Member Avatar for senojjones

I manage pts in an HIV clinic. We keep a word file on each, and I use the comments and catagories tags in the directory listing to tell me who needs attention, revisits etc. The file name is the patient's name and unit number... Being able to copy the directory …

Member Avatar for mickwen
0
100
Member Avatar for robertlees

I just want a simple text-to-speech facility. I just want a digit to be spoken. I'm sure it can be done with an OCX. Could play a wav file, but want this ability within an exe.

Member Avatar for Comatose
0
378
Member Avatar for shalini_roy

I have just started to learn VB.i'm making a database using oracle and vb6. i have a listbox of items and a search button. one can see the details of a particular item in the listbox in a couple of textboxes in that same form by clicking on the search …

Member Avatar for Comatose
0
235
Member Avatar for s0312001

Hello Guys..:cool: I have developed a small speech recognition application,the application works fine, so when a person speaks a word, the first letter of the words appears in text box.. Now for the next part, i am planning to improve the accurecy rates, and I was told that I could …

0
147
Member Avatar for BombAppetit

hello i am trying to create a list box of some sort to display time and date when a certain table has been modified in microsoft access i included this line of code [inlinecode] Dim cat As New ADOX.Catalog cat.ActiveConnection = "Provider='Microsoft.Jet.OLEDB.4.0';" & _ "Data Source='C:\Osman\cobaan.mdb';" [/inlinecode] it gives me …

0
146
Member Avatar for vlntine82

I am working on a large VB 6 application. When I go to compile it, I am getting an Out of Memory error. The computer has 1.5 GB of RAM and is running XP. The total size of the program is about 6MB. I have tried changing the compiling options …

Member Avatar for vlntine82
0
122
Member Avatar for rlutia66

Hello there, I need to write a simple app in VB and I need to know if is it possible to run code written in a string variable and evaluate . I.e., let's say I have this: ___________________________________ Dim s as string s="""The current year is "" & CStr(year(date))" msgbox …

Member Avatar for Comatose
0
184
Member Avatar for neillly77right

I have a problem entering data into my database using asp and vb scripting languages web site address = [URL="http://www.ilizarovgrp.co.uk/"]http://www.ilizarovgrp.co.uk/[/URL] i have tried adding a advobs inc file but the page will not display once this is added this may be because of my server options but i thought asp …

Member Avatar for msaqib
0
345
Member Avatar for bulanhagui

Hi everybody. I am developing a back-end of customer relationship management system. The system must be capable of producing a report by representation of using a graph. I dont know where to start. Can somebody help me on this. Thanks

0
75
Member Avatar for marcin

hi y'll I've got problem with uninstalling Visual Studio Pro 6.0 At the end of installation, I recieve the followng error, "Visual C++ 6.0 Professional Setup was not completed successfully." When I go to un-install I recieve the following errors, Dialogn Box Setup Error 544 "Setup is unable to open …

0
145
Member Avatar for Smooth_411_2000

How would i make visual basick remember selections from other forms so it will excute the disired outcome at the end of my process.

Member Avatar for bulanhagui
0
189
Member Avatar for Smooth_411_2000

How do i execute multi programs in at one time using maybe a batch file or something like that so that way they would be like embeded in the program.

Member Avatar for Comatose
0
202
Member Avatar for Member #13457

Hello, Can i know if it is possible to show/ display windows task scheduler information such as: 1) process status -> if it is running or stopped 2) time the scheduler starts and other related info... on vb i've beeeen searching for the sources on yahoo and google... yet still …

Member Avatar for Comatose
0
149
Member Avatar for Smooth_411_2000

How do i capute text entered in a text box, enter that text in to the software program at the appropriate time. and do it all while minimized or hidden from view?

Member Avatar for Comatose
0
106
Member Avatar for sumanonline

s.o.s...are there any FREE tools to build a help system using .hlp files in vb 6.0??

0
66
Member Avatar for larmit

I was wondering if anybody has used the audio level detection software available at [url]http://www.vbcodesource.com/downloads/audiolevel.zip[/url] When I download the source code and run it I get two errors: "Couldn't get wavein meter" "Couldn't get waveout meter" I am a beginner programmer and appreciate any advice or suggestions. Thanks! Joe PS …

Member Avatar for sirWest
0
4K
Member Avatar for evil_dude_01

Please help me !!!!! I want to know how to sort a list of records in a text file. I want to sort them by customer number. Here's whats in my module Public CustomerArray() As CustomerRecord Public Type CustomerRecord Number As String Name As String Address As String Town As …

Member Avatar for strick9
0
226
Member Avatar for INI

Hi Guys, Below is a code that searches for a value in a cell in excel. I want a code that would check to see if the word has been found or not. When I do the search and the word is not found, I get an error message " …

Member Avatar for INI
0
108
Member Avatar for naramis

hello there, im doing a program of consolidate database. however, my scope is to do it automatically. so far, i have designed a timer and also codes to insert the data from excel file into MySQL database. then, my idea is whenever there is an error occured in a particular …

Member Avatar for Comatose
0
182
Member Avatar for INI

Hi Guys, I am trying to design a program whereby the user will click on button in a form and the system will upload a form from a different excel/vb file entirely. Please could someone tell me how that works or if it is possible at all? Thanks. Ini :?:

Member Avatar for INI
0
166
Member Avatar for ganesh_i

Hi! I have a C code of 1800 lines. I want to use this code to make a DLL in Visual C++. I am novice in using VC++. Can you please tell me how to do it? Is there any guidance available on the net for writing DLLs in VC++?

Member Avatar for Ancient Dragon
0
94

The End.