11,868 Topics

Member Avatar for
Member Avatar for stackOverflow

Hi, I want to update the database from a flexgrid. Is it possible in VB 6.0? I came across an article where it said.. its not possible. But there was a way to do it ... by placing text boxes on the cells of the grid and making those text …

Member Avatar for stackOverflow
0
74
Member Avatar for shardulDoon
Member Avatar for AV Manoharan
0
76
Member Avatar for piyush gandhi

hi all of U. :) Please suggest me the code :?: >> to create a text file >> to write the data to that file >> to save that file >> to open the file >> to read the file >> to retrieve the data from the opened file anybody …

Member Avatar for AV Manoharan
-1
111
Member Avatar for elanch

hi Friends! i need to open a pdf documents from MsAccess. Please send me the code. Then i need to create a BROWSE button such that BROWSE_BUTTON Text_box When i click the browse button it should work as ordinary windows browse button and when i select some files, the "File-Path" …

Member Avatar for AV Manoharan
0
291
Member Avatar for tgifgemini

Good morning everybody. I need a quick direction here. A column ("Comments") in my spreadsheet that is is supposed to have text values is displaying: "#VALUE!" Note: my input data is coming from an access query. The underlined Below is the data in the "Comments" field in the query (recordset): …

Member Avatar for tgifgemini
0
155
Member Avatar for tgifgemini

Hello all, I am trying to populate a spreadsheet with data from access query. Even though the recordset(input file) has approximately 49 records, only 1 record is written on the spreadsheet. What am I doing wrong? Below is my code: [code] Set rsin = M.DB.OpenRecordset("qBiWeeklyPeriodCombined", dbOpenDynaset) If rsin.RecordCount < 0 …

Member Avatar for tgifgemini
0
144
Member Avatar for plusplus
Member Avatar for QVeen72
0
179
Member Avatar for aparnesh

Is there any utility that allows you to develop card playing games (like go fish, bridge, etc) ? Where can I get the playing card pictures and how to understand which card has been clicked ? Does anyone know of any such free library/utility ?

0
69
Member Avatar for carlster5000

im pretty new to vb6. i have two problems with my calculator. first, when i divide by zero the calculator does not show the error message i have set it show, instead it shows 0. my second problem is that after i click the equal sign, and click a number, …

Member Avatar for carlster5000
0
212
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
158
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
96
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
85
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
137
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
205
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
87
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
100
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
88
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
562
Member Avatar for paodzy
0
85
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
96
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
48
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

The End.