10,992 Topics

Member Avatar for
Member Avatar for CMSHelper
Member Avatar for abu taher
0
73
Member Avatar for WUT

Does anyone know of an easy way to implement a basic time-clock type function, that refreshes the display each time the information changes (perhaps in an allocated memory space)?

0
58
Member Avatar for zobl
0
26
Member Avatar for abdabd

Hi everybody , I am working on VB.6 but when tried to add component Microsoft data bound grid from the component list I did not find it , please help me I need to show my dbase .

Member Avatar for debasisdas
0
44
Member Avatar for chozhan

How to implement the activexcontrol at runtime. Activex control name is A32Control.

Member Avatar for debasisdas
0
87
Member Avatar for kehar

Hello, My problem is that when i try to see other datails of the person names selected in the list box, i can see the details of the firstname (first item) of the list box only and not the second onwards. So pl tell me the code to write so …

Member Avatar for debasisdas
0
74
Member Avatar for nileshgr

I have two class modules namely DbConnection and Database. Database has all methods which are required to manipulate the tables (Insert, update, delete, move). And DbConnection has connection related methods (Connect, Close, StartTrans, CommitTrans, RollbackTrans) I have a global instance of DbConnection in a standard module and I don't initiate …

Member Avatar for nileshgr
0
82
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
102
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
111
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
78
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
123
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
290
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
89
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
45
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
131
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
118
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
58
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
123
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
28
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
98
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
94
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
60
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
89
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
56
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
53
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
227
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
137
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
341
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
120
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
134
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
57
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
99
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
87
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
104
Member Avatar for iantoya

I am trying to make an interface for my database. SQL Server 2008 express is used in my database. The compiler error prompted me an invalid outside source procedure. Here is the code. [CODE]Dim a As New adodb.connection Dim b As New adodb.Recordset Dim sqlStr As String ' String variable …

Member Avatar for vb5prgrmr
0
95
Member Avatar for samuelmoneill

Hi, I am writing a vb6 application to take in SMS text messages from a modem, do some string maniplation on the messages and store them in a MySQL database. It also prints them to the main screen of the application. I am using a timer to check the SIM …

Member Avatar for jonc
0
273
Member Avatar for Mikarinkazaa

Sub RecordToScreen() Dim item As Long Set RS = New ADODB.Recordset Statement = "SELECT * FROM tblAsset WHRER AssetID = " & txtAssetID.Text & " picProduct.Picture = LoadPicture(app.path & PictureFileName)" RS.Open Statement, ConnDB, adOpenForwardOnly, adLockReadOnly, adCmdText RS.Close: Set RS = Nothing End Sub ------------------------------------------------------------- :'( Dbug Run-time error '-2147217900(80040e14)': Syntax …

Member Avatar for vb5prgrmr
0
151
Member Avatar for chamindakumara

Please explain me how to display a text line in a customer display which is connected to COM1 using VB6 (With sample VB codes)

Member Avatar for chamindakumara
0
49
Member Avatar for tirtha87

Guys, I'm in a bit problem & need help... My problem is: In my project I've several forms (almost 30) and 1 MDI form. Now when I'm connecting to the database (MS Access) I want when the MDI form will be opened the database will b connected & as soon …

Member Avatar for vb5prgrmr
0
87
Member Avatar for kheoyleon

hi! i'm new here. i have problem with my database. i asked my friend to key in data. then, i want to combine all data together in ms access at my computer. when i run the system the run time error "13" type mismatch appeared. i don't know what this …

Member Avatar for kheoyleon
0
342
Member Avatar for abu taher

my form window sate (property) is maximized. this is run maximized before. but today it run normally. but when I manually maximized it then it would maximized. what problem with it.

Member Avatar for abu taher
0
102
Member Avatar for dspnhn

hello all, Is there some way that i could create a menu just as we all use in various applications that pops up on mouse right click event with loads of options.......it would surely help me save a lot of buttons...

Member Avatar for johnly
0
103
Member Avatar for RameshTV

Dear All, I am trying to connect with VSS from my VB project. I am successfull in connecing the VSS server and I am able to find the file, version of the file in a specific Folder / Node of VSS. But I am not able to trace the modified …

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

Can anyone tell me .when in let property why we put parameter of property always value type .why not return type should be reference type.Additional can anyone explain me datasource class of vb6.How should i use this data source class using ADO 2.6 Means using recordset object in a datasource …

Member Avatar for vb5prgrmr
0
113
Member Avatar for sackymatt

Hi guys am new on VB6 and would like your urgent help, i have created my POS half way and have created a form for sales, now what i want is when i enter an item code all the other information related to the item diplays at the respective text …

Member Avatar for sackymatt
0
212
Member Avatar for pjainmp

I am using dataenvironment for generating datareport using the following code Unload DataEnvironment1 DataEnvironment1.Connection1 = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & App.Path & "\htm.mdb;Persist Security Info=False;Jet OLEDB:Database Password=pushhtm" DataEnvironment1.Command1 Trim(op) datareport1.Show it is working well. I am using a form to input a record and use a print button with above code to …

Member Avatar for dspnhn
0
98
Member Avatar for PinoyDev

Good day! I am having problem inserting records to sql server. I have ten records to be inserted in database that is stored in an arrays(). When it reach to a value that has a quote or double quotes in returns error. Please help. What will be the best solution …

Member Avatar for PinoyDev
0
112

The End.