16,916 Topics

Member Avatar for
Member Avatar for nishant.newton

HI.. I am lookin to develop an InstallShield in Visual Basic for VB projects..can anyone tell me from where i can the useful and relevant information..I have searched on Internet but i didnt find any useful info.I m not planning to use Visual Studio "Package and Deployment Wizard" neither i …

Member Avatar for nishant.newton
0
136
Member Avatar for coco86

hi can I do pattern recognition using VB 6.0 ?? If yes can I know the step , component , references in VB 6.0 ...

Member Avatar for debasisdas
0
71
Member Avatar for ultimatekhan

have a question that I have two rows from D77 TO D132 which is column D and I have column B with rows B77 till B132. I want to check that if a user fill anything in D77 or any row from D77 to D132 he needs to fill row …

0
53
Member Avatar for scrypt3r

Im trying to write a app in vb 2005 and in this app u write some of my specal code in a text box, ive told vb wat my code meens e.g, popupmsg = msgbox, and when u press a button it runs, but ive tryed and tryed but it …

Member Avatar for scrypt3r
0
110
Member Avatar for coco86

anybody can teach me how to open an image using VB 6.0...jpg... or bit ... your help will greatly appreciated..thnx

Member Avatar for coco86
0
85
Member Avatar for tgifgemini

Hello all, I am populating a spreadsheet with data from access file. I am splitting each record into two lines so that it writes on two lines(some of the records writes on one row and the other half writes on the next row. I am doing this because some of …

-1
73
Member Avatar for nschessnerd

Hey guys, is there any way to read and write an object to a text file? For example in java i can open a ObjecOutputStream and just write an object. What about in vb? Thanks M

Member Avatar for nschessnerd
0
124
Member Avatar for blondie.simon

Hello I have been learning to program using Visual Studio Express as it is free and wanted to ensure I could do everything I wanted to do before spending money on software. Now the project that I'm working on is going ahead it's time I spent some money on the …

Member Avatar for TaoistTotty
0
96
Member Avatar for pokemon123

Mini- Project of Dates Your program should allow the user to enter day, month and year of any date after 1 Jan 1900. The program should allow user to enter two dates. The program should then determine whether two dates are in a leap year, whether the first date is …

Member Avatar for iamthwee
0
87
Member Avatar for t_yalthis

hi everyone; in my program I need to sort the recordset according to specific field, however it gives an error like "Run-time error 3251: Current provider does not support the neccessary interfaces for sorting or filtering" rs_data.sort = "k_baslangic" 'is not working.. btw my connection code is Set conn = …

Member Avatar for t_yalthis
0
210
Member Avatar for arvin2006

hello to every one! have a nice day! pls help me how to arrange data alphabetically in the data report which came from the data environment designer.. i want to keep records in ascending form such as last name. i am creating a students record and i want that their …

Member Avatar for QVeen72
0
128
Member Avatar for deviii

Hello VB experts how to select a perticular cell in mSHFlex Grid Control in VB at run time? Whats the property or coding i need to add? anyone help me please?

Member Avatar for QVeen72
0
88
Member Avatar for guru511

hi, i want to create a setup file of my project.... while loading package and deployment wizard itz throwing the error "error in loading the PDWIZARD.OCX" i tried to load that OCX file manually.. but throwing the same error can u plz help me in this regard

Member Avatar for debasisdas
0
91
Member Avatar for tgifgemini

I am importing data from access file to a spreadsheet. One of the input field is a "comment" field with a full paragraph of comments. Some of the target cells in the spreadsheet displays "##########". But when I click on the cell, the Menu bar on top of the spreadsheet …

Member Avatar for QVeen72
0
102
Member Avatar for khanayub_chand

When I open my VB6 project file(i.e .Prj), an error is encountered saying "The instruction at "0x77fcca36" reference memory at "0x006f0067" . The Memory could not be written". Can any one explain me why this err comes and what must be the solution of this problem......

Member Avatar for debasisdas
0
116
Member Avatar for Sloaner715

I have a simple Excel Workbook with many worksheets within. I have a simple macro that will extract the selected sheet and allow me to save it individually. For some reason all date fields within the worksheet are changed when the worksheet is copied out. For example if the date …

0
54
Member Avatar for pokemon123

I'm using visual studio for the program. When i prompt the user for date like is this format -dd/mm/yyyy . For the program how do i use the data for just the year only not the whole input?

Member Avatar for iamthwee
0
238
Member Avatar for epok13hart

[code] Adodc1.RecordSource = "Select * from brecord where month_borrowed = " & _ "'" & frmonth.txtmonth.Text & "'" Adodc1.Refresh Rptlibrarysystem.Show [/code] is my code alright do i have to set code in data environment or data report im using ms access the problem i'm having is printing a certain date …

Member Avatar for QVeen72
0
113
Member Avatar for shuvo

I want to create new table in Access database during the runtime of my VB code. I am developing a "Library Management System" using VB6. At first i have used SQL statement to do the job. But it worked for once & then it stopped working. No error message was …

Member Avatar for dalwadijayen30
0
1K
Member Avatar for mastan
Member Avatar for mastan
0
103
Member Avatar for elanch

hi friends! From my Microsoft Access form I would like to hyperlink to a pdf document. At present each record contains a document name and a full file path to where the document is stored. I would like to open adobe Reader and view the specified document. please give me …

0
65
Member Avatar for dmotah

hi, im using msaccess as database. can u plz tel me how to delete records using vb (it should serch nad delete) tkx

Member Avatar for epok13hart
0
127
Member Avatar for t_yalthis

hi everyone I want to use datagrid to form a calender that shows only one particular month but I don't know how to name the columns and navigate through cells.. I will use this calender in my rezervation program that shows the occupied days oc a choosen car.. thank you

0
75
Member Avatar for guru511

hi, i want to make a setup file for the project... i tried to load the component "package and deployment wizard" itz showing the error "Error in loading PDWIZARD.OCX" can u plz tell me y its throwing the error guru

0
60
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
75
Member Avatar for shardulDoon
Member Avatar for AV Manoharan
0
77
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
112
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
292
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
157
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
145
Member Avatar for plusplus
Member Avatar for QVeen72
0
180
Member Avatar for dudegio

Hello guys! Please help on this: It repeatedly displays this error despite i made changes in my configuration. It started when there was trouble with my SQL Server 2000. So what i did is i uninstall and reinstall the SQL Server and it works again. But when i tried to …

Member Avatar for dudegio
0
127
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
217
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 p17

When I deploy asp.net web application in one server it is working,but when it placed in NLB cluster (deployed in more than one server ) looking for webform1.aspx file not found error is coming. Do I need to take any necessary actions during development of application if it has to …

Member Avatar for vbLegend
0
109
Member Avatar for guru511
Member Avatar for nepid7

i installed visual studio dot net 2003 in XP Professional and 2000 professional;, but i did not install iis before the .net installation.Now i need to work with asp.net and i installed IIS it is 5.1 version. The Problem is : In the Home directory configuration .ASPX extension should map …

Member Avatar for grii_19
0
253
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

The End.