How to create the number of images appeared where we put the quantity of images?
I create a form (browse image buttom model) using vb 6.0. I want to create the quantity field, and when I entered the image quantity the number of images appeared(where I select the browse option). Is this possible. Help me…. Thank You
Answer Question
| January 5, 2009 6:39 AM
VB, VB 6, Visual Basic, Visual Basic 6
I create a form (browse image buttom model) using vb 6.0. I want to create the quantity field, and when I entered the image quantity the number of images appeared(where I select the browse option). Is this possible. Help me…. Thank You
vb 6.0 conect with access to create a report
i have created a table in access to manage the house rent.i want to create report only for particular customer rent detail. the customer id is retrived from the table and stored in combobox in one form.when i choose particular id from the combo box, the respective details of the particular id should be print [...]
Answer Question
| December 26, 2008 6:58 AM
Microsoft Access, VB, VB 6
i have created a table in access to manage the house rent.i want to create report only for particular customer rent detail. the customer id is retrived from the table and stored in combobox in one form.when i choose particular id from the combo box, the respective details of the particular id should be print [...]
VB Data Report number format
I want number field in Data Report to be formatted like 12,90,565 or 89,675 How to do it Please Help me
Answer Question
| December 22, 2008 6:14 AM
VB, VB Data Report, VB Data Report designer, VB Data Report formatting, Visual Basic
I want number field in Data Report to be formatted like 12,90,565 or 89,675 How to do it Please Help me
Visual Basic
What would be the code (using regular expression) to match the page , whos title changes during runtime, but we know that it will contain the string “Welcome” in the begining of the title?
Answer Question
| December 19, 2008 5:05 PM
VB, VB Code, Visual Basic
What would be the code (using regular expression) to match the page , whos title changes during runtime, but we know that it will contain the string “Welcome” in the begining of the title?
How to output a text file and separate the data into different fields using VB 2005
i am new at this. This is an example of the data (in notepad) it looks like this.. 1,ABC,12/12/2008 2,DEF,13/12/2008 3,GHI,14/12/2008 4,JKL,15/12/2008 i would like to read only the first line and have each field dim as varchar. The output should be in this form: Field 1 = 1 Field 2 = ABC Field 3 [...]
Answer Question
| December 14, 2008 9:33 AM
Comma-delimited, String manipulation, Text manipulation, VB, VB 2005, Visual Basic, Visual Basic 2005
i am new at this. This is an example of the data (in notepad) it looks like this.. 1,ABC,12/12/2008 2,DEF,13/12/2008 3,GHI,14/12/2008 4,JKL,15/12/2008 i would like to read only the first line and have each field dim as varchar. The output should be in this form: Field 1 = 1 Field 2 = ABC Field 3 [...]
Crystal Reports 8
To Change The position & property of the Text in the crystal report from VB.NET code itself…. is It Possible??? while the Crystal report connected….. By Raam87
Answer Question
| December 3, 2008 6:04 AM
Crystal Reports, Crystal Reports 8, VB, VB.NET, Visual Basic, Visual Basic .NET
To Change The position & property of the Text in the crystal report from VB.NET code itself…. is It Possible??? while the Crystal report connected….. By Raam87
Serial Number in VB Data Report
How can insert a Serial Number in the datareport eg Srl No Rank Name Dept 1 RM T N THAKUR RLY 2 GM T S SINGH RLY 3 INSPR K K PANDEY RLY the data Filtered by RLY from a table and matched only 3 records
Answer Question
| July 28, 2011 9:37 AM
VB, VB Data Report, Visual Basic
How can insert a Serial Number in the datareport eg Srl No Rank Name Dept 1 RM T N THAKUR RLY 2 GM T S SINGH RLY 3 INSPR K K PANDEY RLY the data Filtered by RLY from a table and matched only 3 records
MSHFlexGrid vb6.0
how i control the sorting by asc / dsc while i show the date on the from (MSHFlexGrid) by the sql command. i use DataEnvironment for all purpose, from to report
Answer Question
| February 16, 2012 9:30 AM
MSHFlexGrid, VB, VB 6.0, Visual Basic Sorting
how i control the sorting by asc / dsc while i show the date on the from (MSHFlexGrid) by the sql command. i use DataEnvironment for all purpose, from to report
VB Registry Value reader
i want to have a program that only starts if a registry value is correct any help appreciated
Answer Question
| December 1, 2008 10:00 PM
Registry, VB, VB Registry Value
i want to have a program that only starts if a registry value is correct any help appreciated
Display different fields in VB Data Report
In VB Data report based on the option selected from Form, the same data report should display different fields. For eg, when I choose “Tution Fees” it should display tution fees only, When I choose “book fees” it should display book fees only. I am using dataenvironment as dat source
Answer Question
| November 26, 2008 4:06 AM
Database programming, DataEnvironment, VB, VB Data Report, Visual Basic
In VB Data report based on the option selected from Form, the same data report should display different fields. For eg, when I choose “Tution Fees” it should display tution fees only, When I choose “book fees” it should display book fees only. I am using dataenvironment as dat source
Auto Serial Number in VB DataReport
How Can Create Auto Serial Number of Data found by an Query in the VB DataReport
Answer Question
| October 16, 2011 9:42 AM
Auto Serial Number, VB, VB Data Report, Visual Basic
How Can Create Auto Serial Number of Data found by an Query in the VB DataReport
DataEnvironment_VB6.0
Plsease send / provide codes to for DataEnvironment (vb 6.0). I wish to use the De for all purpose, eg. In Form, In Query, In Report every things thanks anand
Answer Question
| November 21, 2008 6:32 AM
DataEnvironment, VB, VB 6, Visual Basic, Visual Basic 6
Plsease send / provide codes to for DataEnvironment (vb 6.0). I wish to use the De for all purpose, eg. In Form, In Query, In Report every things thanks anand
VB6.0_Filter_Find_Code
Hi Expers In VB 6.0 Please Provide code concept with easy examples for Filter and Find (I using DataEnvironment on Desine Form for eg. DataEnvironment.RsEmp.Update etc Thanks Anand
Answer Question
| March 22, 2011 6:22 AM
DataEnvironment, VB, VB 6, Visual Basic 6
Hi Expers In VB 6.0 Please Provide code concept with easy examples for Filter and Find (I using DataEnvironment on Desine Form for eg. DataEnvironment.RsEmp.Update etc Thanks Anand
vb6.0_MonthNumber_to_MonthName
Hi Experts In Visual Basic 6.0 I coded for month name eg. msgbox MonthName(1,True) Returned as Jan But I want the Month Number juslike above any code please provide eg. msgbox MonthNumber(Jan,true)
Answer Question
| November 21, 2008 6:18 AM
VB, VB 6, Visual Basic 6, Visual Basic Month Function
Hi Experts In Visual Basic 6.0 I coded for month name eg. msgbox MonthName(1,True) Returned as Jan But I want the Month Number juslike above any code please provide eg. msgbox MonthNumber(Jan,true)
Connect DBF
How can i connect DBF By VB.NET
Answer Question
| November 21, 2008 5:02 AM
Database connectivity, dBASE, FoxPro, VB, VB.NET, Visual Basic, Visual Basic .NET
How can i connect DBF By VB.NET
ODBC connectivity to Oracle 10g database from an Oracle 6i client
Talking through VB Code from a Oracle 6i Client to a 10G database using ODBC.
Answer Question
| November 14, 2008 11:34 AM
Database connectivity, ODBC, Open Database Connectivity, Oracle 10g, Oracle 6i, VB, Visual Basic
Talking through VB Code from a Oracle 6i Client to a 10G database using ODBC.
ABT database backup from SQL Server 2000
hi please tell me that, if i am using vb as front end and sql server 2000 as backend then for giving the facility of implicit periodical data backup at project, how can i go……through vb coding…
Answer Question
| November 4, 2008 10:22 AM
Backup, Data backup facility, Online backups, SQL Server 2000, VB, Visual Basic
hi please tell me that, if i am using vb as front end and sql server 2000 as backend then for giving the facility of implicit periodical data backup at project, how can i go……through vb coding…
Invalid Format Error when Opening/Saving in Visual Studio 2008.
Hi I’m creating a professional Text Editor with usage of RichTextBox control, and I have inserted some common controls such as SaveFileDialog and Load File Dialolg, and I basically want to be able to load files of all types (i.e Word Documents) the only documents I can open are RTF. I tried to manipulate .Filter [...]
Answer Question
| November 3, 2008 2:14 AM
RichTextBox, Software development, VB, Visual Basic, Visual Basic 2008, Visual Studio, Visual Studio 2008
Hi I’m creating a professional Text Editor with usage of RichTextBox control, and I have inserted some common controls such as SaveFileDialog and Load File Dialolg, and I basically want to be able to load files of all types (i.e Word Documents) the only documents I can open are RTF. I tried to manipulate .Filter [...]
Data entry controls in ASP.NET?
Hi friends can any one resolve my problem as given below WHAT ARE THE DATA ENTRY CONTROLS IN ASP.NET , AND WHICH ONE IS PREFERABLE TO USE
Answer Question
| October 13, 2008 6:00 AM
ASP.NET, VB, VB.NET, Visual Basic, Visual Basic .NET, Web development
Hi friends can any one resolve my problem as given below WHAT ARE THE DATA ENTRY CONTROLS IN ASP.NET , AND WHICH ONE IS PREFERABLE TO USE
How can I use Gujarati fonts in VB?
how can i use gujarati fonts “indic” in vb?
Answer Question
| October 9, 2008 2:52 AM
Gujarati fonts, Localization, Multilingual support, Unicode, VB, Visual Basic
how can i use gujarati fonts “indic” in vb?





