10,992 Topics

Member Avatar for
Member Avatar for mikeneedshelp

Hi, I'm hoping that someone can help me out as I'm sort of new to programming. I recorded a macro that uses microsoft query to get data from an access database. It works fine as it is, but I want to change the final filter to a variable and I …

Member Avatar for mikeneedshelp
0
110
Member Avatar for old_schooler

I need to get an image to move a number of twips at a timer interval determined by a variable (no problem) for a number of iterations through a for/next loop (problem). I've tried it without variables without success: first: Form_Load() Dim jumps as Integer jumps = 1 For jumps …

Member Avatar for old_schooler
0
213
Member Avatar for psycher

hi, i'm a novice user of VB. a freshman student of saint mary's university, can you please help me in my problem,, i'm having trouble in our VB 6.0 coz i dont have any knowledge regarding in this,, can you pls provide me a code which in cpu scheduling which …

Member Avatar for psycher
0
106
Member Avatar for JEKYS

Hey mates, i am willing to learn the Visual Basic.NET Programming Language. Which software should i use to begin practicing and which ebook do you advise me to use to begin learning ? And is there any background to star with this programming language or it is considered an easy …

Member Avatar for debasisdas
0
111
Member Avatar for pankaj8

Please suggest me a Control or Object (Other than MDI Form) In vb 6.0 which can hold a Form. I want to call another form from within a form in a control like TabStrip. Pl. suggest me at earliest. Thanking you; Pankaj Kumar

Member Avatar for pankaj8
0
85
Member Avatar for Mr.Wobbles

If someone could tell me if there is a function or method, or some way of finding the directory that the VB project loads to when it is installed on other computers that would be great. What I want it for is so that I can save and restore a …

Member Avatar for hkdani
0
587
Member Avatar for AdmiralGeek

hey, I am looking for a means to END my application in VB6 based upon my computers clock i know the function in VB.NET [CODE]If My.Computer.Clock.LocalTime.DayOfWeek = DayOfWeek.Wednesday Then End End If [/CODE] won't work in VB 6 tho. get a run time error "404 object required" any help at …

Member Avatar for Jx_Man
0
60
Member Avatar for sravani
Member Avatar for Jx_Man
0
100
Member Avatar for student101110

Hi guys. Im a student and i have a problem in finding the right procedure to solve my problem. Giving a set of numbers that will find their combination for a given value. For example 1st digit will be the size and the 2nd digit will be the qty.: Size …

Member Avatar for student101110
0
147
Member Avatar for leif

function CheckError( msg) If mci.ErrorString = [COLOR=#800040]""[/COLOR] Then CheckError = False Exit function End If MsgBox msg + [COLOR=#800040]": "[/COLOR] + mci.ErrorString mci.SendString [COLOR=#800040]"close snd" [/COLOR]CheckError = True End function Sub Record mci.SendString [COLOR=#800040]"open new type waveaudio alias snd buffer 6 wait" [/COLOR]If CheckError( [COLOR=#800040]"Open"[/COLOR]) Then Exit Sub mci.SendString [COLOR=#800040]"set …

Member Avatar for glwharris
0
137
Member Avatar for Chris147

Hi All. Does anyone know how to get the ShareName of a Local Drive? Or even if the Local Drive is shared? I know you can get the ShareName using FileSystemObject, but this only works for Network Drives (Local Drives return ""). Any help would be greatly appreciated. Thanks, Chris.

Member Avatar for Chris147
0
80
Member Avatar for irwells

Hi I'm using Visual basic.net 2005 I've got a little problem that i help with. I've created some arrays: Dim vehicleMake() As String = {"[Select]", "Ford", "Vauxhall"} Dim vauxhallModel() As String = {"[Select]","Astra", "Corsa"} Dim fordModel() As String = {"[Select]", "Feista", "Focus"} added two Combo boxes: `cmbVehicleMake & cmbVehicleModel` and …

0
77
Member Avatar for Kiba Ookami

I'm an AP level computer science student, and I learned VB last year before touching in basic C++ techniques. Now, I was wondering as I (kinda) learn Java (I'm crap at it) what the overall net worth of having VB skills are? I mean, Java seems to be THE language …

Member Avatar for VIeditorlover
0
181
Member Avatar for ibeast

hi is it possible to play a wav file just with the availability of the wav data as a text file. I mean, i have text file that has wav data. how can i play the wav file using just the numbers(data) in the text file? thnx

0
63
Member Avatar for ardsuggy

sorry if this is really nooby but i cant seem to get pass the basics. i need to write a program that accepts a series of exam marks, ended by -1. When the -1 is entered, it should display the following results in a text box,: [INDENT]The average (mean) mark[/INDENT] …

Member Avatar for choudhuryshouvi
0
87
Member Avatar for JCD

Hello, i have been working on a VB Assignment which needs to be completed. However i have been experiencing some difficulties. I am not particularly experienced with VB, and so forgive me if these problems seem nooby.. Basically so far, i have a form where Data of a Customer and …

Member Avatar for ardsuggy
0
227
Member Avatar for locsin

Greetings! Im using this format to use and open database Set ac = New ADODB.Connection Set ar = New ADODB.Recordset strconek = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & App.Path & "\record.mdb;Persist Security Info=False" i want to use variable value in my data source. my database is record.mdb. i want to make syntax for …

Member Avatar for thekickers2006
0
184
Member Avatar for locsin

greetings! anybody know how to convert the month value into word format for example date = 12/2007 month is december how to convert this 12 into "december " is there any command to get the month value into string or word format...or i make may own... thanks in advance

Member Avatar for Jx_Man
0
118
Member Avatar for Dell XPS

Ok I have just downloaded the VB 2008 Express Edition and need a BIT of help on how to print a form and how to store the values of the check boxes on END and load them on LOAD of form!! Thank you.... I know this may not be the …

Member Avatar for ryan_vietnow
0
72
Member Avatar for AdmiralGeek

i am writing a VB 6 program, but the kill command wont work Private Sub Command7_Click() Kill "C:\Documents and Settings\HP_Owner\Desktop\server\seats.exe" End Sub when the command button ic clicked the runtime error 53 "file not found" comes up? The file exists and the path way is correct, any ideas on what …

Member Avatar for Jx_Man
0
77
Member Avatar for TOROOOLOLOOLO

Hi I want to know how to use vb6 visual data manager to create a database with ms access. where actually can vb6 visual data manager be located.Please help. Thank you.

Member Avatar for Jx_Man
0
59
Member Avatar for dilip_singh3

How to select a particular row in MS Hierarchical Flexgrid control during coding. I m not getting the desired property.

0
72
Member Avatar for rajeshnrh74

In vb6 form I've 1 Textbox, 2 option buttons & 1 command button my need is I want to move from one option button to other by pressing Tab key. Help me out. This is customer requirement.

Member Avatar for Jx_Man
0
114
Member Avatar for tbaker897

I am a Lotus Notes developer trying to write code in VB. I have a number of scripts running to hide rows, and it flashes whenever the code is run. Is there a way to run this code in the background so that the user does not see the flashing?

Member Avatar for Jx_Man
0
97
Member Avatar for kehar

Hi, I have entered names of student under field NAME in Access, the names are like;- Mohan Chaturvedi, Deepa Agarwal, Mona Agarwal, Sohan Chaturvehi etc With the help of VB6 and Crystal report 8.5 I want to take the Report of those student within whose name the word Agarwal exist. …

Member Avatar for kehar
0
110
Member Avatar for Guets

Hi I have a program developed using VB5 with an Access 97 database. Just before it reached 1gig I compressed it. Now its over 1gig and keeps yelling that database has reached maximum capacity. May someone please help me on how to handle this. Thanks in advance. Guets

Member Avatar for student101110
0
83
Member Avatar for Dell XPS

Ok my program is about car spare parts of a spcific car! Next to each part I have a check box that when it is ticked it indicates that the part needs replacement! Is there a way to print only the parts that need replacement?

0
54
Member Avatar for AUGXIS

hello. i'm searching for records of an specific item with it's unique item code but it seems that i don't see some of transactions after transferring it to a flexgrid. i'm using the movefirst movenext method so i could add it to the flexgrid. i'm using vb 6. thanks

Member Avatar for steve585
0
81
Member Avatar for locsin

Greetings! " Visual Basic 6 Program" I want to open the database file base on the given filename. If the database file is present all data that i want to save will be save in this database. Else, if the database is not present it will create new database to …

Member Avatar for student101110
0
130
Member Avatar for kidjl

would some one please help me with this?? i 've got an assigment from my professor which is in a University level (p.s i am still in college, and this class suppose to be the"introduction of programmng") However, in the game we suppose to create a "BlackOut Game", which we …

Member Avatar for kidjl
0
99
Member Avatar for alex8teen

Hi Pros, I am new to VB and I was asked to research about a .vbs extension file. I am supposed to use Notepad to write my codes and save it in a *.vbs extension. I would like to know if I can connect to the database using this method?

Member Avatar for ndnalibi
0
79
Member Avatar for ndnalibi

Hello, First I apologise if this isn't the right forum... I have a vbscript that is non-asp. It is run in a program called EFI-Logic that is an ERP. EFI-Logic caonnects to our MSSQL database for normal operation. The problem is that on some computers I get the following error: …

0
225
Member Avatar for Carlo_g12

[INDENT]Hi! im a student needing help for my thesis project. im currently working on a supply chain management system. [/INDENT] [INDENT]i have created a sales form wherein you can input the customer order. adding the customer and product information and subtracting ordered product quantity works. im having problems with my …

Member Avatar for Lavendor
0
104
Member Avatar for bapu435

hi all i am new to visual basic ,i am using access as frontend and writting code in vb,in the ms access form i have a combobox and a textbox box ,what i have to do is whenever i select an item in combo box the textbox will show the …

0
68
Member Avatar for pranavdv
Member Avatar for BC_Programming
0
116
Member Avatar for choudhuryshouvi

When I'm trying to update information in the database vb6 is fetching me the following error:- [B]"Row cannot be located for updating. Some values may have been changed since it was last read."[/B] what is the cause and remedies for the above error?

Member Avatar for sandeep_chalke
0
70
Member Avatar for luisator

Hi everybody...I am having a very strange problem and hope some of you can help me as soon as posible. I am workin in a small LAN with a XP PC and a W2000 PC. I have an aplication developed in Visual basic, in the XP PC, for making a …

Member Avatar for JEA123
0
106
Member Avatar for tulsafork

Hello VB forum users. I've a problem with a Book Depository I am trying to create in VB 6. Right now I have Text box's that display information about a book. I also have a list box that lists all the Barcodes of the books, that are stored in my …

0
68
Member Avatar for borgster

Hello, I'm using the following code in a EXE to open excel with vb6.0 : [code] Sub Main() Dim xlapp As Excel.Application Dim wkbKei As Excel.Workbook Dim Key As String 'Check if file exists If FExists(App.Path & "\Kei.xls") = True Then 'Open file Key="test" Set xlapp = New Excel.Application xlapp.UserControl …

Member Avatar for guru511
0
104
Member Avatar for TOROOOLOLOOLO

Hi I am still facing problems after writing the codes for finding a record. A compile error occurs, which says "User-defined type not defined" .I don't understand what it means or even how to go about it. please i need help.The following are the codes i wrote for the program; …

Member Avatar for choudhuryshouvi
0
142
Member Avatar for kmacker

Hi guys/girls, I have several links to excel files using the OLE tool. When I open each of these, it opens in it's own window. How can I make them open in one 'excel' application. Ie After I open the first file, can I make the next one open within …

0
59
Member Avatar for diloneethan

how to write a programme for preime no between 2 given no. it should be display and count the np of prime no. can u send it

Member Avatar for gkbush
0
69
Member Avatar for plusplus
Member Avatar for shers

I have done a vb script to map the network drives. It works fine for me. But when I checked with a couple of other PCs, it doesn't work. Could anybody tell me why this is happening? Here is the code: [CODE]Dim WSHNetwork Set WSHNetwork = WScript.CreateObject("WScript.Network") On Error Resume …

Member Avatar for sandeep_chalke
0
128
Member Avatar for aclogics

I have this routine in VB that takes one pipe delimited text file and splits it into multiple text files according to one key field. The records in the text file look something like this: WTX_2.0|O|F|1234|andre.couturier@rrs4.ca |5678|NBSID09876|O_20071121.TXT||1511:AE00001R||11152007||SAMPLE COMMENTS WILL GO HERE ||599|12 |401 WTX_2.0|O|F|1234|andre.couturier@rrs4.ca |5678|NBSID09876|O_20071121.TXT||1511:AE00002R||11152007||SAMPLE COMMENTS WILL GO HERE ||599|12 …

0
55
Member Avatar for rajeshnrh74

In VB6 I'm using one Textbox & Two option buttons in a Form namely option1 & option2 I want to use Spacebar to move from one Option button to other. is there way?

0
83
Member Avatar for sdvanstavern

I am trying to create a macro in Excel. I am trying to do a search on say summary. I have placed an * as the first character of the summary to put those at the top. After those are found, everything after the * needs to go in sort …

Member Avatar for sdvanstavern
0
93
Member Avatar for mgorecki

Hi, I have a small program that displays a number of pictures by using a timer. I don't know if this is the best way to do this, but it works. What I would like to do is add a cmdButton so that every time I hit the cmdSwing button …

Member Avatar for mgorecki
0
87
Member Avatar for bharathi1978

I am doing an application in Vb with Access as backend and I need help with the reports. Can the reports generated in VB sent as attachments into email? If so, please help me with the procedure. Otherwise please suggest me with an alternative because these reports have to be …

0
58
Member Avatar for VeHdad

Hi everyone! I have been working with VB5 for a quite while now and couple of days ago I encountered bizzare problem wiht custom toolbar. Here it is: My form has a custom toolbar with approx 10 buttons aligned in one row, with a couple of placeholders to separate groups …

Member Avatar for VeHdad
0
89

The End.