12,425 Topics

Member Avatar for
Member Avatar for tgifgemini

Hi all, I need some input from you smart folks. I am populating an excel spreadsheet. Each time, I want to clear the spreadsheet content before repopulating it. I am using the codes below and it is clearing the first 3 rows in the spreadsheet and every other data stays …

Member Avatar for tgifgemini
0
160
Member Avatar for plusplus

I am trying to understand a program someone else wrote and don't understand what the following is for [CODE] Private Declare Function WritePrivateProfileString Lib _ "kernel32" Alias "WritePrivateProfileStringA" _ (ByVal lpApplicationName As String, ByVal _ lpKeyName As Any, ByVal lpString As Any, ByVal _ lpFileName As String) As Long Private …

Member Avatar for QVeen72
0
97
Member Avatar for Friendly Shark

How do I insert an Excel file into VB 6. I need to be able to view the file in a seperate form. I know the coding to change the forms is [code]Form1.Hide Form2.Show[/code] And I read a previous thread before on these forums that gave me the coding to …

Member Avatar for QVeen72
0
86
Member Avatar for kiran_dba
Member Avatar for coco86

i have a prob, when the report is written in a notepad, i can only click on stop button then click play again to stop the the report to write in a sequence .... need help on it how to break the sequence without pressing the stop button.... C:\Documents and …

Member Avatar for AV Manoharan
0
138
Member Avatar for elanch

hi friends! I'm new to both vb and dataAccess. Now i have created a form in data-access. I need the datas entered in the form to be appended in the access-Table when i click the save button. For eg: Roll NO : Txt box Name : Txt box Sex : …

Member Avatar for manoshailu
0
206
Member Avatar for dmotah

i use this in a form dim alt_date as boolean ....code.... alt_date=false end now i want this alt_date value to be saved and go on to the next form, but by default, it always remains false, even if i change it to true in the previous one. how ken i …

Member Avatar for QVeen72
0
109
Member Avatar for guru511
Member Avatar for jaasaria

i have a code here but there something a problemss...please kindly help...!! Private Sub cmd_Click() If Text1.Text = "aa" And Text2.Text = "aa" Then MsgBox "fsdafsafsaf" Else MsgBox "invalid" End If End Sub Private Sub Text2_Change() If KeyAscii = 13 Then cmd.Enabled = True End If End Sub i want …

Member Avatar for scudzilla
0
89
Member Avatar for guru511
Member Avatar for ahmed elweshahy

[I]hey[/I] [I]i want to know what about spread sheet?[/I] [I]how can i use it ?[/I] [I]why it important?[/I] [I]i want any body please tell me [/I] [I]thank you.[/I]

0
62
Member Avatar for t_yalthis

hi everybody In my program I don't want anyone write anything to the text of combobox.. The user could only choose one of the indexes from the list of combobox... how can I do that?

Member Avatar for t_yalthis
0
101
Member Avatar for elanch

hi friends! I'm new to vbasic. I just want to know, how to set the precision for variables defined as double. plz send me the syntax Thanks in advance. bye elanch

Member Avatar for QVeen72
0
89
Member Avatar for xlilxmexerex

Hiya I am trying to make a program on visual basic 5.0 to determine weather a word or phrase is a palindrome or not. I need my program to be able to tell if the word or phrase is a palindrome and it not being case sensitive. The code below …

Member Avatar for QVeen72
0
568
Member Avatar for paodzy
0
87
Member Avatar for paodzy
Member Avatar for guru511

can u tell me how to find a part of string using an sql.. Dim inp As String inp = InputBox("Enter the Search Term") exec ("select * from solution_database where search_term like '" + inp+ "' ") i want to get the records whose search_trem contains the string "inp" which …

Member Avatar for guru511
0
98
Member Avatar for tgifgemini

Hello everyone, is there a posibility that I can look up email addresses from outlook email address book instead of accepting email address from an inputbox or hard-coding it? See my codes below: Thanks. [code] SENDEMAIL: Set OutlookApp = CreateObject("Outlook.Application") Set OutlookMail = OutlookApp.CreateItem(0) OutlookMail.To = EmailID OutlookMail.Subject = "Project …

Member Avatar for tgifgemini
0
1K
Member Avatar for fraogongi

Hi! Am trying to create a C#.NET dll and use it in VB6.0 application. I've created the class library, generated the type library using tlbexp.exe, registered it using regasm.exe, but after referencing the tlb file in VB6.0, it says "ActiveX component can't create object". Am using MS Visual Studio 2005. …

Member Avatar for Hamrick
0
316
Member Avatar for rathiga

hello i met a problem in msflex grid control.it shows thw runtime error "3021"while i run the form do u help me?

Member Avatar for QVeen72
0
50
Member Avatar for guru511

hi, can u plz tell me how to insert date in to msaccess i have text1.text=date what is the sql statement for inserting insert into table_name (datecolumn) values ('"+text1.text+"') this is showing error... plz check with this.. urgent...

Member Avatar for QVeen72
0
94
Member Avatar for coco86

sry..... ok let me explain abit more detail , hopefully u can understand... i call a shell and it come out like this on 1 notepad... *********************************************************** [COLOR="red"][COLOR="red"]C:\Documents and Settings\T070702\Desktop\02B01P0600679FN.dat -------------------------------------------------------------- Error Record = Record Count is mismatch Error Line = Debit Purse is not match Debit Non Purse is …

0
72
Member Avatar for mayank_ati

how can i use two forms simultaneously......... i have one form which displays the entire components..and one which displays the report of selected components..... now if i want the preport to open on click of a button ho can i do that... or is there any way i can use …

Member Avatar for mayank_ati
0
164
Member Avatar for paodzy

how to import flash movie to my project. the movie will serve as my splash screen...

0
64
Member Avatar for Naveed_Cn

Hi Everyone I m trying to open password protected Database for Data Report applying the following Code in Command Button1. Dim CN As ADODB.Connection Dim RS As ADODB.Recordset Set CN = New ADODB.Connection Set RS = New ADODB.Recordset CN.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0" & _ ";Data Source =" & App.Path & ".\MyDataBase.mdb" …

Member Avatar for QVeen72
0
201
Member Avatar for guru511

hi, how to compare part of the string ex: i have XX-BP-XXXXXXXXXXXXXXX i want to check wherther the string starts with XX-BP how can i do that

Member Avatar for QVeen72
0
82
Member Avatar for crayzieghne01

hi everyone, this is my first time to use & study VB 6.0, and im from philippines can you help me to solve my problem?? our instructor gave us a project, that we should make a form then convert the inputted decimal into binary, octal and hexa. can you help …

Member Avatar for debasisdas
0
42
Member Avatar for planethax

I have a database with 3 columns, and approx 60 rows I need to load this into vb6, into a listbox or what ever you think will work best, in the listbox (or???) I will need the 3 columns, plus a fouth column(at the beginning) that has check boxes. Can …

Member Avatar for QVeen72
0
70
Member Avatar for cliveharber

Hi All The company I work for have a need to obtain a VB5 IDE to change the data in an old, but mission critical custom project. Does anybody have a copy of this that they are willing to sell to a good home? Cheers Clive

Member Avatar for cliveharber
0
77
Member Avatar for shams1988
Member Avatar for sayedamin

I have backed up my data from my computer to my external Hard driver (WD Hard drive) so now when I copy the data from External Hard driver to my computer hard disk I receive the Msg [COLOR="Red"][B](The Requested Sector Could not be found)[/B][/COLOR] what should I do and how …

Member Avatar for stigzem
0
79
Member Avatar for stigzem

I have received an answer for the question that I asked last time about bringing video in Visual Basic form from the video device attached to a PC.Thank you very much.But the answer was not precise and descriptive to me.It just says "Use MAPIA".What is it exactly and how would …

0
53
Member Avatar for guru511

hi, plz tell me how to bind the record set to datagrid.. i have all the data in recordset now i want to modify the recordset and dind that to datagrid... also in one column i want to supress the duplicate values and put balnk spaces in that..hw can i …

Member Avatar for QVeen72
0
101
Member Avatar for namjeon

I am trying to add 30 days (or 30 times) validation procedure in VB6 code to program, so that people can try it before they decide to buy. I am trying to make program not run 30 days after user install the program or 30 times after user run the …

Member Avatar for QVeen72
0
83
Member Avatar for piyush gandhi

What are the following types of files that can be created in VB for eg.: 1>> ActiveX EXE 2>> ActiveX DLL 3>> DLLs etc, etc, etc.. and all of them that we can create in VB e I know only the Standard EXE applications that we create in VB please …

Member Avatar for QVeen72
0
93
Member Avatar for StuartB

I am trying to write some code in Word 2003 for a document / form that contains a check box and a text field. All I need is for the text field to be enabled once the checkbox has been checked. I cant seem to get this to work ! …

0
48
Member Avatar for senfredie

I have designed a VB system along with its database in Access. They are running prety well. Now my problem is create a shortcut to my VB without me evoking it. I want a full screen to appear.. Thank buddies

Member Avatar for QVeen72
0
51
Member Avatar for stigzem

I would like to have a code that will help me to bring a video signal from a video device attached to a Pc into my visual basic form. Please help me as soon as possible.

Member Avatar for AV Manoharan
0
62
Member Avatar for AV Manoharan

See, here I am going to explain for all concerned in this forum, about the two types of Data access objects which you can use in your VB (?). There are so many postings on this subject. The duo is [B]DAO[/B] & [B]ADO[/B]. It is not misspelled acronym like PHP …

Member Avatar for AV Manoharan
0
258
Member Avatar for seeleo6

Ok if annyone knows how to put usernames and passwords in arrays and declare it and i need a full directions on the code! Thanks Seeleo6

Member Avatar for jireh
0
159
Member Avatar for cess

My system is about language translation with voice command but i didnt know how to put voice in my system. i use adobe audition for the recordings of the voice and convert it in media player. i want to hear the said voice when i click the translatiuon that is …

Member Avatar for jireh
-1
106
Member Avatar for royaloba

hello guys, how can i sum the total time in report footer? when i use function sum i got this following error data type mismatch in function object function1... is there any on how to do it.?:icon_sad: thanks. regards

Member Avatar for QVeen72
0
107
Member Avatar for Stefano Mtangoo

Anybody with good understand on this componets. I just know them shallow.anybody to enlight me? With Regards

Member Avatar for Stefano Mtangoo
0
78
Member Avatar for coco86

let's say 334536999902920193 123 445465781 Id = left(d,3) location = mid(d,4,9) as you can see that my substring is empty..... what's the proper code for it? If you can help me .... please

Member Avatar for coco86
0
59
Member Avatar for nuinaifen128

I have a MS Access database. If I want to create a function in VB6 that adding data into my data base by typing the new data on textbox and click the button. Is it possible. How do i adding new data to my database? Hope to getting help from …

Member Avatar for jireh
0
1K
Member Avatar for jireh

[B]I want to show the tooltiptext below the textbox when the user type an entry on it[/B]. As we know when that the pointer of the mouse pointed on the textbox the tooltiptext will show up but my problem is if the user uses only tab for transferring the cursor …

Member Avatar for jireh
0
121
Member Avatar for coco86

hello , im making a loop .... whenever i want to print the error it'll update my label , this mean it will print the last error record only...So how to print list of errors. Can anyone help me?I think using label is not suitable , what should i use …

Member Avatar for QVeen72
0
83
Member Avatar for jaasaria

this is my first letter here in daniweb.plsss help... actually Im only a beginner in VB. i would like to make a form that can browse picture and text file that will be display in my form... I have a sample here but there are so many error. pleaseee kindly …

Member Avatar for jaasaria
0
114
Member Avatar for shoby

pls guide me to build a asset mgmt system on VB. what are the components involve and hw do i make my system innovative than the traditional ones?

Member Avatar for shoby
0
94
Member Avatar for themid
Member Avatar for themid
0
64

The End.