16,916 Topics

Member Avatar for
Member Avatar for propricer

When I put a 'type' statement inside a procedure, it tells me invalid inside procedure. When I move it to the declarations section, it tells me invalid outside procedure. Help ... Where's the middle ???

Member Avatar for Comatose
0
110
Member Avatar for Embeza

Hi every body Can you please fix me errors. Here are my codes and errors incountered #Stage1 I want the user to type in the file path to txtpath.Text and a text input to be appended to that file be written in txtwrite.Text The error: Run Time error ->path not …

Member Avatar for Embeza
0
272
Member Avatar for vbmade2000

Hello All I have problem in database management in vb6 using access database. I have created small code library to store code snippets. When i add new code to database then size of database is increased.This is normal. But whenever i remove some code from my database then size of …

Member Avatar for maheshsayani
0
71
Member Avatar for Maria_19

Hi Every one I need some help with excel macros. I am a beginner so I dont know much about writing my own macros but what i need is a macro that can read a particular cell's contents from an excel sheet then search in the directory tree and retrieve …

Member Avatar for Maria_19
0
226
Member Avatar for s0312001

[CODE] Function CheckWord(ByVal Wrd As String) As String Dim i As Integer Dim Pos As Integer Dim Found As Integer Found = 0 For i = 1 To 26 Pos = InStr((Word(i).ToLower), Wrd.ToLower) If Pos <> 0 Then CheckWord = Word(i) Found = 1 End If Next If Found = …

Member Avatar for Comatose
0
283
Member Avatar for s0312001

Hello...:rolleyes: I know that you have done some work in the speech recognition field,do you know anything about testing for the presence of a sound. This would enable me to do extra processing when it was not recognised. are there facilities to manipulate the sensitivity of the word recognition? i …

Member Avatar for s0312001
0
107
Member Avatar for YASIR IRFAN

Dear All, I have an application witch get real time data and update itself like STOCK MARKET trading terminal. I want to capture real time data and store it in a text file. Please help me in this regard Thanks:sad:

Member Avatar for Comatose
0
271
Member Avatar for bobburney

My goal was to move the software from a Win98 machine to an XP Machine. I attached the 98 hard drive to my laptop and copied several folders over but I was unable to get it to work. When I restarted the 98 machine the dos program gets an error …

0
78
Member Avatar for DarkAlex

Hello. This is a very very basic question about variables in range names. I have quite a few ranges of varying lengths in multiple Excel documents. I want all the ranges standardized and set to the same length, but I don't know what that length will be yet, and it …

Member Avatar for DarkAlex
0
126
Member Avatar for haria_kishore

Hi everyone I have a table with 3 columns pk_itm_code name fk_code The pk_itm_code is taken from another master table. Now my requirement is automatic generation of fk_code fk_code = pk_itm_code + "PT" + random generated no. (startin from 1) If the user selects same pk_itm_code 2 times then the …

Member Avatar for Comatose
0
79
Member Avatar for maheshsayani

hi all i want to learn more about DLL and ActiveX control I Want the link of any site which offers learning about dll and active x in vb with Examples and demo to how to create then in step by step process Please Any one can help me in …

0
55
Member Avatar for maheshsayani

Hi All I Want To Create Semi Transparent Forms I Had done work on Transparent forms but i need semi transparent form which we can see background text/image through this form in vb please send me the solution for this

Member Avatar for maheshsayani
0
123
Member Avatar for INI

Good Morning All, I am having a major issue here; for some reason the line of code below works and sometimes does not work. When it desides not to work, it leaves a mess in my excel sheet. [code] Range("A1").Select ' This just goes to the upper left corner of …

Member Avatar for Comatose
0
190
Member Avatar for MattEvans

Hi there. I'm new to this forum, and new to Delphi, my programming experience goes from BASIC > Visual Basic, C++ (DirectX not MFC or GDI), and Java/Java3D. I did a little Pascal programming in college a few years ago, but what I remember isn't sufficient to help me much …

Member Avatar for MattEvans
0
116
Member Avatar for INI

Good Morning Guys, I am trying to copy a selected range from worksheet (or copying the whole worksheet) from file A, create a new workbook(name it and rename a worksheet in it). Then paste copied worksheet or range into new workbook. Please let me know what code to use, thanks. …

Member Avatar for INI
0
125
Member Avatar for BombAppetit

erm.. greetings again i have this database system using access and i need to look through another remote computer for files using Remote Administrator 2.2. how do i get started? as in to run the application and searching through folders in remote computer to get a certain txt file.. thats …

Member Avatar for BombAppetit
0
112
Member Avatar for purplegerbil

Hi, A program I am writing has the user entering values into textboxes then clicking an 'Add' button. Once clicked one of the textbox values appears in a list box. e.g Job Number, Data Filename, Unique Code The Unique code is displayed in a listbox. All three values are stored …

Member Avatar for Comatose
0
138
Member Avatar for agrothe

Would anyone know how, if it's possible, to pass a user defined type through a network connection say using winsock? For example: [CODE] type tExpl name as string address as string phone as string end type dim myExpl as tExpl winsock1.send myExpl [/CODE] As far as i know, winsock only …

Member Avatar for Comatose
0
105
Member Avatar for kthompsn

Have been asked to convert a set of programs from QBASIC to VB6. Any real pitfalls that i should watch out for? FWIW, my BASIC experience is mainly GW-BASIC and earlier. And yes, i WILL be RTFMing. tke

Member Avatar for Comatose
0
309
Member Avatar for Embeza

Hi there, I am Embeza from ethiopia,Mekele Here i got a problem! It says " file path not found" while i was working on vb 6.0 in my lab on files the following was my code and can you fix plz [CODE]Option Explicit Dim var as string Dim inputFile as …

Member Avatar for Embeza
0
105
Member Avatar for Zill

Hi, im having trobles with excel how I can chance the color of the text in a specific cell from vb?? any help??

Member Avatar for Comatose
0
143
Member Avatar for SamY

How can one use a Rt box to display formatted text. Imean to display different texts colors,size location and data from records:?:. Even images. Please help. I mean a texbox like this one

Member Avatar for Comatose
0
101
Member Avatar for skpalla

Hi All, Please help me in printing Visual Basic 6.0 form directly to the printer. I am using 'PrintForm' method of the form to print a form. I took the height of the form in pixels i.e. 17000 pixels, normally the default size of a form will be 9000 pixels. …

Member Avatar for Comatose
0
98
Member Avatar for jchaike

:?: Hi, I am wondering how to create a mini-program in visual basic that will place an icon in the task bar(where the startup icons are.) :?: Thanks for the help :!: jchaike

Member Avatar for Comatose
-1
142
Member Avatar for Fede

Hi, does anyone knows how to write a simple telnet client aplication in VB .NET Visual Studio 2005 ? I've looked and downloaded a lot of stuff but still don't find anything that really works. All I need is to connect from my App. to Unix via telnet and run …

Member Avatar for thandermax
0
705
Member Avatar for NewVBguy

Hi There, Can anybody help me with the following: 1. I am trying to open an excel file using adodb connection but i got a run time error on the rs. open. Here is my code Dim cnn As New ADODB.Connection, rs As New ADODB.Recordset cnn.Open "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=c:\temp\XLS.XLS;Extended Properties=Excel 8.0;" …

Member Avatar for maheshsayani
0
177
Member Avatar for maheshsayani

Hi all, I am doing one Hotel Management Project There is one EPBX and all the Telephone calls information regarding roomno and telephone no and call cost will stored in that machine which can be connected to system by parallel port The Concept is When the Customer Is Vacating the …

0
54
Member Avatar for Payman

hi. API: StartServiceCtrlDispatcher This API use to run services. but i cant use it in vb6. Please help me.

Member Avatar for Payman
0
314
Member Avatar for vjeshemv2000

hai all, i have created a vb project in vb6 and reports using crystal report 10. my query is follows. in the project there is a form contains a combobox and in it i load the list of faculties from the faculty tabele at the time of execution. my requirement …

0
52
Member Avatar for vjeshemv2000

dear all, i craeted a Vb6 project and desinged report using crystal report v10. now i want to call the report from VB6. one of the members suggstion he says that "place the crystal report control and select the report name" but where i get the crystal report control? i …

Member Avatar for xardoz
0
90
Member Avatar for Lalo1985

Hi, I've been looking for a solution to this all over the web, and although I've found some approaches to it, none of them seem to really answer my question. Basically here it is: I currently have an application with a GUI in VB6. It's a pricelist Inessence, and the …

0
59
Member Avatar for Shefali

Hello all I need to solve a equation using excel solver from visual basic 6. i did it manually in excel and recorded tha macro. however when i trid to automate excel using vb, an error message is displayed. it highlights the solverok function and says function not valid. can …

Member Avatar for Shefali
0
252
Member Avatar for b.janahi
Member Avatar for Comatose
0
114
Member Avatar for snengos

has anyone ever really worked on Cubes i gotta come up with a cube and a number of virtual cubes asap

Member Avatar for snengos
0
83
Member Avatar for rochester

I was hoping that you could help me with some problems colleagues and I are having with a psychometric tool that we are developing for a short-term project. We were hoping to utilize Visual Basic C++ to get the job done. What we are essentially trying to do, but can't …

Member Avatar for iamthwee
0
146
Member Avatar for ejp001

I need a function to draw a park with any other control. I have a database with 25000 which is divide by garden, section, and page with these parameters I make a query to select a number of records. then I need to draw each record with a textbox or …

Member Avatar for ejp001
0
96
Member Avatar for Ramabhadran

hi there i am trying to write a general formula function in vb6 forexample a = 40 b = 50 c = 60 i need to evaluate the string "A + B + C" which has to return the summation of the string in terms of value can some one …

Member Avatar for Comatose
0
98
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
104
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
108
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
126
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
103
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
91
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
38
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
196
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
53
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
84
Member Avatar for ChimpusDupus

Hi, My name is James and I'm from Southern Maryland. I'm a junior in highschool and this summer I am working as a paid intern at Zekiah Technologies, working with ASP.NET. I have experience with VB6, some C++, some HTML/CSS/Javascript, and a little ASP.NET. I just bought Microsoft Visual Studio …

Member Avatar for Dani
0
93
Member Avatar for ChimpusDupus

Hi, I've been wondering for a long time how one program can affect another program during run time by adding featues, retrieving information, submitting information and those sorts of things. One example of this might be a program like DeadAIM, which affects AOL Instant Messenger, or (doubtedly) if your in …

0
59
Member Avatar for SamY
Member Avatar for Comatose
0
58
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
671

The End.