9,979 Topics

Member Avatar for
Member Avatar for grazyah

hi, i have two listboxes namely list1(contains countries) AND list2(contains places).. the flow is when i select a country in list1, the places will be displayed in list2. how do I add places into a selected country in list1? also how do i display the places in list2? im new …

Member Avatar for grazyah
0
99
Member Avatar for JerieLsky

Hi guys, im trying to develop a library system.. i actually don't know how to implement/create a code on filtering a certain search for a certain book by using keywords.. any code snippets out there?

Member Avatar for JerieLsky
0
105
Member Avatar for firoz.raj

i simple want when user click on the select all checkbox.all the checkboxes of list view should be filled with check sign.which is working fine.but problem is that when user click again on the checkbox .checksign still stay there.kindly let me know the idea any help would be highly appreciated. …

Member Avatar for debasisdas
0
75
Member Avatar for gilehmi

Hi I am new to Visual Basic and I am trying to replicate the agent spreadsheet model set out in North and Macal (2007). Could someone please assist me? I have written out the code and worked out a few of the basics but the macro will not run. Being …

Member Avatar for gilehmi
0
118
Member Avatar for sotvisal
Member Avatar for jaasaria

Hi guys .. i wanted to open some of my files. like mswords that save in any of my folders. also wanted to open .txt, .jpg, html etc files. any code for this.. i have an idea using shell "location of exe" but it open exe files only. i wanted …

Member Avatar for jaasaria
0
286
Member Avatar for firoz.raj

Simple made programme for testing purpose.user take input from 1 to nine.and function convert that numeric number into text like one two ...nine. function is working fine .but the number in words is not comming in Upper case.Kindly let me know the idea.any help would be highly appreciated. [code=vb] Public …

Member Avatar for vb5prgrmr
0
85
Member Avatar for lakshay

hello vb experts, i have added no. of items through list,now iwant to total two combo box items in a text box plz. give me reply as early as possible. Thanks

Member Avatar for vb5prgrmr
0
41
Member Avatar for reyarita

hey guys i need some a litle help with my vb. i have a problem with my project i cant delete a data in a file and i cant split the name,age and id if ever i click it, it will display above of it in FRMRETRIEVE i have here …

Member Avatar for vb5prgrmr
0
129
Member Avatar for PinoyDev

hi guys. I have succesfully loaded all the data needed to an excel worksheet.this works fine.But i want to show the excel on my own form like in form1 rather that displaying it automatically like a normal app. my code(this works for me) below pls help.! [code=vb] Sub loadoutputaging() 'On …

Member Avatar for vb5prgrmr
0
113
Member Avatar for firoz.raj

What happens when we do .in the form_load event. it delete the object from stack .or what ? normally i know when we do set con=nothing it deletes the object from the tempporary memory. Normally constructor is called when we delete object.how should i call constructor or destructor over here …

0
55
Member Avatar for LoNe_KiD08

Hi guys, I'm a newly programmer for VB6. And right now, I'm doing a certain project and I am using the Data Dynamics Active Report. I'm not familiar with this kind of report and I really need help about this one. I want to know on how to use this …

Member Avatar for LoNe_KiD08
0
118
Member Avatar for agent7
Member Avatar for agent7
Member Avatar for cjreynolds

I'm writing an MP3 player (been writing it off and on for 10 years), using the WMP control in VB6. Up until now, I've been using ver. 6.4 - Now I'm upgrading to (I think) ver. 9. I have a timer that checks the control's playState property, and grabs the …

0
25
Member Avatar for Mikarinkazaa

Private Sub cmdLogin_Click() Dim comSave As New ADODB.Command Dim sqlAdd As String Set RS = New ADODB.Recordset With comSave [COLOR="red"].ActiveConnection = ConnDB[/COLOR] .CommandType = adCmdText End With ConnDB.BeginTrans sqlAdd = "INSERT INTO UserName (FullName,IDCard,CustomerID,Office,Address,Telephone,UserId,UserPwd)" sqlAdd = sqlAdd & "VALUES('''& txtFullName.Text & ''', ''' & txtIDCard.Text & ''', ''' & txtCustomerID.Text …

Member Avatar for debasisdas
0
96
Member Avatar for lalchetian

Function GetHTMLPage(Inet1 As INet, ByVal url As String, ByVal filename As String, ByVal proxy As String) As String Dim fnum As Integer On Error GoTo errorfetch INet.Cancel INet.proxy = proxy errorfetch: nme = Form1.Caption GetHTMLPage = Inet1.OpenURL(url) If Inet1.StillExecuting = True Then DoEvents End If Form1.Caption = nme fnum = …

0
91
Member Avatar for andy999

Hello all, I am trying to load data of text file (which is comma delimited and is in the same application folder), into a listview control.The data is coming in list view but in the first column in list view there is a problem.Can somebody help me to solve this …

0
56
Member Avatar for dclardy

I am trying to write a function that will perform different calculations based on a Log Code. The function is returning an error of undefined external name. I think that I need to open a recordset, but I do not know how to do this. Any help would be great. …

Member Avatar for Difou
0
86
Member Avatar for singoi

Hi Friends, how can i change the color of a cell when Datagrid cell is cliked and also this color should be saved in Access database on the same cell. Thx - singoi

Member Avatar for cguan_77
0
53
Member Avatar for lakshay

Hello Vb Experts, I want to know how to convert vb software into exe i have made software and want to convert into exe so plz. tell me all the steps. Thank You

Member Avatar for vb5prgrmr
0
49
Member Avatar for sackymatt

Hi all, I want to know how i can decrement the value of quantity in stock in my data base. This would be based on how times an item is purchased. So every time an item is clicked, i want to show the quantity has decreased in the database. I …

Member Avatar for vb5prgrmr
0
215
Member Avatar for craigallansmith

Goodday All. I have imported data from an MS excel spreadsheet into MS Access. All goes well unit I try to populate a MSFlexgrid with an open recordset. In my code it shows me that each and every field is found except when it gets to empty field it see's …

Member Avatar for vb5prgrmr
0
136
Member Avatar for avisek_cts

i am making a report of server utilisation./now there are many servers and for each server there is a txt file in a certain dir loc of that server. user will call the server by the name and the text file will be called from its respective location how to …

Member Avatar for vb5prgrmr
0
233
Member Avatar for jackiejoe

OK, this might be a bit too difficult to explain on the forum but I thought I would give it a shot. I have an excel sheet which has 3 columns, The first and second columns contain different figures and the third column has a figure which could be a …

Member Avatar for jackiejoe
0
113
Member Avatar for craigallansmith

Goodday All. I have imported data from an MS excel spreadsheet into MS Access. All goes well unit I try to populate a MSFlexgrid with an open recordset. In my code it shows me that each and every field is found except when it gets to empty field it see's …

Member Avatar for craigallansmith
0
129
Member Avatar for Richy321

Hey, The ole container control seems to only bring in the first page of a document, or a certain fixed amount. Is there a way to bring the whole document in, e.g. multiple pages? I am actually trying to get crystal reports X to do this but it calls exactly …

0
54
Member Avatar for abu taher

I made a cross tab query. please see the attach file. the sum of category show in textbox in my project. like: Stationary = 2000.00 Machinery = 5000.00 Salary = 2200.00 here I can write sql command like:[CODE]select sum(stationery) from table1 [/CODE] but here I know the category"stationery" so I …

Member Avatar for ljwolf67
0
96
Member Avatar for fauzanf

Hallo My Friends, I have a problem. I'm trying to insert some label on my form. But i have an error message. The message said, Control on Form reached maximum limit. Any idea??? Thanks & Regards, Fauzan

Member Avatar for fauzanf
0
80
Member Avatar for Sarama2030

High daniweb crew! A client requires to be developed a customised e-mail mesaging software. I'm having problems intergrating visual basic 6 and html. Furthermore, coding the sending and receiving of e-mails is kind of a problem. Please assist in any way you can. Code snippets in vb6 please. thanks guys!!

Member Avatar for vb5prgrmr
0
100

The End.