10,989 Topics
| |
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 … | |
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 | |
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 … | |
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 … | |
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 … | |
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 … | |
how to create a function in mysql and code it to vb6?? | |
how to change the font color of command button please help newbiee.... | |
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 … | |
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 … | |
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 = … | |
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 … | |
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. … | |
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 | |
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 | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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 | |
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!! | |
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 … | |
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 … | |
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 … | |
Please explain me how to display a text line in a customer display which is connected to COM1 using VB6 (With sample VB codes) | |
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 … | |
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 … |
The End.