Visual Basic Questions

PREV 12345678910...1520...25 NEXT

create setup file

how to create setup file in vb6.0

Answer Question   |  Jan 22, 2012  3:57 PM GMT
VB6.0, Visual Basic
asked by Niloy

  5 pts.

Where is Microsoft Internet Transfer Controll

Hi Everybody, I had some register issues and the outcome was to wipe out my hard drive and start fresh, re-install all my programs that I need or want and now that it's all back up and running, I go into my Visual Basic Program and can't find the Microsoft internet transfer control ocx, I can't...

Answer Question   |  Dec 11, 2011  5:14 AM GMT
Visual Basic
asked by TheFinder

  1,720 pts.

function block calculation module

Hello, I would like to know how to read this code and what the outcome would be. its writtin in a calculation function block which typically includes IF-THEN-ELSE, DO-WHILE, etc. statements. out1 := (in2 = 0) ? 0 : ((in1 & in3) > 0); of course in1/2/3 are the inputs, out1 is the output. Is this...

asked by Mkemaleddine

  15 pts.

Image in Oracle 8i

i have connect vb and oracle. i want to store a image in oracle 8i throw vb? plz help me Software/Hardware used: oracle and vb

Answer Question   |  Oct 11, 2011  12:29 AM GMT
Oracle 8i, Visual Basic, Oracle Query
asked by Arunraj

  5 pts.

connection to VB 2010 express with Wamp server

Hi, am working in a front end design using VB 2010 express, am using wamp server as my datasourse.  Am ending up with many doubts like which tool to use n how to make the connection between vb n wamp..... Please let me know with this issue... It will be usefull if someone gives d procedures to...

asked by Premapandian

  5 pts.

Passing a form to subroutine in Access 2003 (VBA)

I have a function that recieves references to 2 forms and 2 controls. The sub looks like this Public Sub Not_In_List_Starting_Handler(vNewData as string,Not_in_list_form As Form, List_control As Control, Lookup_Form As Form, Lookup_Control As Control) when I try to call it from the form I get all...

Answer Question   |  Sep 21, 2011  3:56 AM GMT
VBA, Acess 2003 forms, Access 2003
asked by Nainey

  5 pts.

Visual Basic and SQL database design

i have vb.net & sql  application sql database have one tabe with 37 column (there is no normalization) after runing the application more than three million of rows will enterd by users . I'm afraid  it Will give a bad performance  or have (out of memory massge) so i Made a solution (i...

View Approved Answer   |  Sep 10, 2011  6:56 AM GMT
VB.NET, Visual Basic, Visual Basic .NET
asked by Msmj86

  75 pts.

What parameters to use in AS/400 file transfer

with VB I am trying to create a .FDF file to be used for clientaccess file transfer to as/400. Would like to know what the parameter settings mean, which one I have to use. Software/Hardware used: windows XP Iseires V5R4

Answer Question   |  Sep 9, 2011  9:30 AM GMT
AS/400 File Transfer, Client Access, V5R4
asked by Overlies

  15 pts.

Windows XP Word 2003 with macros takes a minute to open

I have win xp. The problem with word 2003 usually starts occuring in couple of months of flowless operation. Then for whatever reason, word starts taking more then 1 minute to open. I know it has to do with macros, because if I remove word template files from c:Program FilesMicrosoft...

Answer Question   |  Sep 2, 2011  5:35 PM GMT
VBA, Windows XP, Visual Basic
asked by Levinmik

  5 pts.

Multiple step operation generated error

How can i get through with this error,, multiple set operation generated error. Check each status value.. im using data Environment for the data source,,i would like to add new data un a table in the visual foxpro 9,,connected by the data environment,,but this error occur before the update...

Answer Question   |  Aug 12, 2011  6:18 AM GMT
Visual Basic 6.0, VB 6.0, Visual Basic
asked by Sukamichi

  85 pts.

Visual Basic executable

how do i get my execuatable to run on computers other than mine?

View Answer   |  Aug 8, 2011  12:23 AM GMT
VB 6, Visual Basic 6.0, Visual Basic
asked by Rubycean99

  5 pts.

Multiuser installs of Visual Basic

I am working on VB .net as developer. I had created an setup file for ERP based software. Everything is going fine but one issue arise , I need to install that setup for each and every user on same pc. for eg:- if i have 5 user on that same machine, I need to install that setup for each user like i...

Answer Question   |  Aug 1, 2011  6:40 AM GMT
.NET, Visual Basic, Visual Basic .NET
asked by Servernetwrkdbase

  60 pts.

SQL Server 2005 with VB.net

Hello, i am hareen. I am working on collegedatabase managment software. which is develope in vb.net. i am using sql server database 2005 and my database name is collegedatabaseMV.mdf . i have some question..? what is necessary to load sql server 2005 on client computer when i am install my...

View Answer   |  Jul 29, 2011  10:11 AM GMT
SQL Server, VB.NET, SQL Server 2005
asked by HareeDeveloper

  5 pts.

VB6.EXE: 0X0000005: Access Violation

I have a VB6 app I have been using and updating for several years on an Windows XP. I recently purchased a Windows 7 computer, and it won't build the .exe, I get the error listed above. If I place all the files from the Windows XP computer to and external drive and run the build app on the Windows...

Answer Question   |  Jul 26, 2011  7:59 PM GMT
Visual Basic 6, VB6.0, VB 6.0
asked by DobroLarry

  25 pts.

Adding Combo Boxes with numbers in their collection.

I have two combo boxes, each with a collection from 0 - 10. A number has been generated using the randomize() function - between 1 - 20 and is shown in a label.text. My problem involves the combo boxes not actually 'adding up' like numbers should. Maybe because they aren't actually number at all,...

asked by Vertify

  25 pts.

How to create set up in visual basic

i want to know that how to make an exe file of vb of any project for installation of any system so the project will be accessible without visual basic. Software/Hardware used: window 7 with 3 gb ram

Answer Question   |  Jul 9, 2011  1:19 PM GMT
VB Setup File, Visual Basic, Windows 7
asked by Vb60

  5 pts.

Remove character from number VBscript

how do i remove from 1.5.600 the .600 part? i just need 1.5 I tried left but it seems only works with strings

View Approved Answer   |  Jul 6, 2011  10:21 PM GMT
VBScript, Visual Basic Script, VB script
asked by Ssergio25

  45 pts.

Book example - Building table entries from two combo boxes

I have a DB for recording safety information. I have a form to document individual accidents. Each accident can cause multiple types of harm to multiple assets. In the accident form, I have a combobox where I can select a single asset and another where I can select its associated types of harm....

View Answer   |  Jun 24, 2011  7:44 PM GMT
Visual Basic, ComboBox, Access 2007
asked by Firesmith

  5 pts.

MaskedTextBox in DataGridView

How to do add MaskedTextBox into column of DaTaGridView?? Software/Hardware used: vb2005

Answer Question   |  Jun 24, 2011  9:40 AM GMT
DataGridView, Visual Basic 2005, Visual Basic
asked by Pkaur

  65 pts.

Unexpected error number in Visual Basic 6 and CR8.5

Iam using VB6.0 with CR8.5 and backend as MS Acess. During setup creation it gives me an "unexpected error number 28 has occurred.Out of Stack space". plz help me out with proper solution Thanx in Advance... Software/Hardware used: software

asked by Ashutoshpatilak

  5 pts.

PREV 12345678910...1520...25 NEXT