VB Questions and Answers

Recent IT Questions

21 - 40 of 134

How to use button created by Crystal Button in VB forms

how to use export external button creaTED by s/w in vb forms

Answer Question   |  Feb 22 2009  10:42 AM GMT
Windows Forms, Visual Basic, Crystal Button InMotion
asked by Viral

  5 pts.

Toggle text between red and black

How do I write a program on VB 2008 that allows the user to use a button to toggle the color of the text between black and red?

View Answer   |  Feb 18 2009  6:07 PM GMT
VB, VB 2008, Visual Basic
asked by Lauren6

  5 pts.

How to convert from a project from Visual Basic 2006 to 2008?

hello, i want convert my visualbasic 2006 project to 2008 i tryed almost everything and still dont know how... anyone got a idea? Thank you Greetsz

asked by YoungIT

  10 pts.

VB Error Handling

While execution of my program's exe, the EndUser sometimes get run time error or application defined error etc., which are not handled by me in my code. So, in each & every 'Sub' or 'Function', before 'End Sub' or 'End Function', I have put these lines... If Not Err.Number = 0 Then ...

View Answer   |  Jan 22 2009  7:03 AM GMT
VB error handling, VB, VB 6
asked by Mayuri

  155 pts.

Puzzle - Find the number?

This is not a question & I am not sure if this is a proper forum. So I will let the site moderator decide. I recently came across a nice quiz which, I think, supports/encourages developing programming skills. So ... here is the puzzle. Find the lowest number with the following...

View Answer   |  Jan 14 2009  6:05 PM GMT
VB, COBOL, Microsoft Excel
asked by SbElectric

  1575 pts.

Date format in Microsoft Excel 2002

In my program I pass values from VB to Excel for reporting. When I pass 03-01-2009 (3rd Jan 2009), in excel it shows as 01-03-2009. I have set short date format to dd-mm-yyyy, in control panel, regional settings. Also in excel, I set cell format through VB as ... ...

Answer Question   |  Jan 9 2009  11:51 AM GMT
Microsoft Excel, VB, VB 6
asked by Mayuri

  155 pts.

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   |  Jan 5 2009  6:39 AM GMT
VB, Visual Basic, VB 6
asked by 5starkarthick

  5 pts.

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...

Answer Question   |  Dec 25 2008  6:58 AM GMT
Microsoft Access, VB, VB 6
asked by Aapabirami

  5 pts.

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   |  Dec 22 2008  6:14 AM GMT
Visual Basic, VB, VB Data Report
asked by Try it

  85 pts.

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   |  Dec 18 2008  5:05 PM GMT
Visual Basic, VB, VB Code
asked by Gaby

  15 pts.

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...

View Answer   |  Dec 11 2008  9:33 AM GMT
Visual Basic, VB, VB 2005
asked by Aeiou123

  5 pts.

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   |  Dec 3 2008  6:04 AM GMT
Crystal Reports, Visual Basic, VB.NET
asked by 1201

  5 pts.

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...

View Answer   |  Nov 28 2008  9:37 AM GMT
Visual Basic, VB, VB Data Report
asked by AnandaDebnath

  260 pts.

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

View Answer   |  Nov 28 2008  9:30 AM GMT
VB, VB 6.0, MSHFlexGrid
asked by AnandaDebnath

  260 pts.

VB Registry Value reader

i want to have a program that only starts if a registry value is correct any help appreciated

View Answer   |  Nov 26 2008  10:00 PM GMT
Registry, VB, VB Registry Value
asked by Paradox

  25 pts.

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

View Answer   |  Nov 25 2008  4:06 AM GMT
Visual Basic, Database programming, VB
asked by Try it

  85 pts.

Auto Serial Number in VB DataReport

How Can Create Auto Serial Number of Data found by an Query in the VB DataReport

Answer Question   |  Nov 24 2008  9:42 AM GMT
Visual Basic, VB, VB Data Report
asked by AnandaDebnath

  260 pts.

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

View Answer   |  Nov 21 2008  6:32 AM GMT
Visual Basic, VB, Visual Basic 6
asked by AnandaDebnath

  260 pts.

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

View Answer   |  Nov 21 2008  6:22 AM GMT
VB, Visual Basic 6, VB 6
asked by AnandaDebnath

  260 pts.

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)

View Answer   |  Nov 21 2008  6:18 AM GMT
VB, Visual Basic 6, VB 6
asked by AnandaDebnath

  260 pts.

21 - 40 of 134