Home > Visual Basic Programming

Visual Basic Programming

Visual Basic Programming forum discussing coding strategies, development and techniques. Go from prototype to product quickly using this robust platform.
Ask Question About Visual Basic Programming
Pass variables in VB.NET to PERL?
Can we pass arguments from VB.NET to a Perl program? I can start a perl program with process.start method but how can I pass arguments/variables to it? Thanks for your help!
answer(2)  view(504)  status(wait for best answer)
Reading and writing information to .INI file - with visual basic 2008
Can someone help me with a task for reading from a .ini file and after changing it and wrinting it down again in the .ini file . Please show me an example . Thanks
answer(0)  view(15)  status(wait for best answer)
How to call a VB6 standard exe from VB6 Active X dll file
Please guide me step by step with a simple example. How I can call a Visual Basic 6 Standard Exe file from VB6 dll to do some work (e.g. display Message "Hello World")?
answer(0)  view(28)  status(wait for best answer)
hiiiiiiii........how can connect the sql database.....
connectivity of sql
answer(0)  view(28)  status(wait for best answer)
File dialog box in Webbrowser Control
Hi, I am using a webbrowser control in my VB code to open a website and download files into my local system. When I click on the download link using "Webbrowser1.Document.getElementsByTagName("a").Item(18).Click" , th...
answer(1)  view(930)  status(wait for best answer)
Howto send SMS with VB?
I've tried some example founded in internet but they don't works ... please someone could post a working example? Thx
answer(2)  view(666)  status(wait for best answer)
Export Data from VB6.0 to a text file
Hi, I'm facing a problem in exporting data through VB6.0 to a text file. How can I do that? I need to get the data and use commas as separators and display in text file. Thanks, Dawn
answer(11)  view(361)  status(wait for best answer)
Begining Of Designing WebSite
Hi all, Please, tell me briefly, How Can I Begin Designing Website In VisualBasic6?. I'm still confusing. Thanks, Majed. www.info.com
answer(7)  view(161)  status(wait for best answer)
VBscript - AddDate Function using a variable
Hello, I need to use the AddDate Function but include a variable to using a variable. so instead of .... DateAdd("d", 7, Now()) Instead of the "7" - I would like to use a variable i.e. Dim variable va...
answer(3)  view(512)  status(wait for best answer)
CreateObject("Crystal.CrystalReport")
Hello, I am trying to build a program that already works and is in the production box, but in my box i cannot get it to run in design mode. This are the lines of code: =================== 1 Private rptCrystal As Object 2 Set rptCry...
answer(0)  view(689)  status(wait for best answer)
HTML Table to VB.Net DataGrid
Hi everyone I have html table from which somehow I need to read data in to VB.Net DataGrid. What would be the best solution for me. The HTML Table looks like this: <TABLE WIDTH=80% BORDER=0 CELLPADDING=1 CELLSPACING=0> ...
answer(0)  view(50)  status(wait for best answer)
Where Statement
I am using VB6 with Access 97, I am trying to query a database called customer. using a SQL string. This is the Syntax that works: sSQL = "SELECT * FROM Customer WHERE Customer.Name = 'susan' " If I use a string va...
answer(2)  view(545)  status(wait for best answer)
Prograaming Tape Drive in VB
Dear netlanders. can anyone of u pl send me anything regarding prograaming of tape drive & media in VB. I want to give an interface for Tape drive in my VB application. I've seen some tape api's but dont know how to use them. pl send m...
answer(0)  view(797)  status(wait for best answer)
I Need Help!
I have a data grid that is bound to an adodc in code (since the recordsource is a join and I am not sure you can do that at design time). Here is the code that I am using: Code:-----------------------------------------------------------...
answer(0)  view(241)  status(wait for best answer)
Need Help with if/then Statement
Hello All, Excited bout being part of the group. Need help on a what may be a simple if/then statement indicating currency value for product. I would like to set a control on an access database form that shows a value for a particu...
answer(3)  view(59)  status(wait for best answer)
Has anyone got a 10 letter combination generator?
Hey, does anyone have a program that generates combinations of letters? I need a simple program that will pick 10 letters at random and display them. It would be good if it can display maybe 10 at a time, like if i was to type a comm...
answer(2)  view(152)  status(wait for best answer)
Questions and Answers for Interview
Hi, Please send me ASP, ASP .Net,VB.Net, VB, C# Questions and Answers for Interview as soon as posible. My Email :mshukla1966@rediffmail.com Thanks
answer(1)  view(1,009)  status(wait for best answer)
Multiple combo box
I have an HTA that I'm creating, and I have a combo box that I'm going to dynamically create that will contain groups a user could be added into (ADSI). What I would like to do is have the user select multiple values from the combo box and ...
answer(1)  view(62)  status(have the best answer)
Progress Bars...Attachment Included
Can you help me with this? It isnt working right and i dont know why.
answer(1)  view(1,019)  status(wait for best answer)
MySQL and ASP
I am trying to add a "dynamic" date to my MySQL DB. A user inputs a date in txtfield1 fills out the rest of the info...clicks "next". "Next" brings them to a verify page (page 2) where they can essential...
answer(2)  view(683)  status(wait for best answer)
API CreateProcess
I am using the Api Function CreateProcess but I have no Idea what to do with the "lpEnvironment As Any" Value the simple version of this code is as follows: Option Explicit Private Const NORMAL_PRIORITY_CLASS As Long = &a...
answer(3)  view(607)  status(wait for best answer)
Reducing Repititive code
The following code: It looks up in a particular access table and if the subcategory has any particular value then it will transfer the particular table(corresponding to the subcategory_ID) to excel worksheet in a particular workbook. After ...
answer(1)  view(674)  status(wait for best answer)
Traceroute in VB
Hey everyone, im looking for a VB code to design a project for work, Im looking for a code to traceroute IP addresses. I have got the program to ping and resolve the IP address but cant figure the traceroute out. Any help would be helpfull,...
answer(0)  view(513)  status(wait for best answer)
link vb to crystal
I have the following connection string in VB 6 to be able to link my VB to crystal report 8. There is no problem with this. cryPO.connect = "DSN=TST;UID=sa;PWD=grr;DATABASE=DAT1;" but then, I want to 'not' include the user a...
answer(3)  view(749)  status(wait for best answer)
vb coding tips
hi please send me some codings for vb with their function actually i am very week in coding
answer(2)  view(440)  status(wait for best answer)
I need some HELP..!!
I am working on VB6.0 I have a form when I am trying to use a Browser Program. This is what I have so far: Private Sub Dir1_Change() File1.Path = Dir1.Path End Sub Private Sub Drive1_Change() Dir1.Path = Drive1.Drive End Sub ...
answer(1)  view(234)  status(wait for best answer)
server side vbscript
Is there anyone who know about server side vbscript. I am trying to alter my form and I can't get it to work. Please email me at christie.briggs@simmonsfirst.com.
answer(2)  view(781)  status(wait for best answer)
VB programming for database application
I am developing a program in VB5 to work with an MS Access database. I have written code for to check if the file exists and to create the database file if it does not exist. Now I have a problem to solve. The database contains several r...
answer(3)  view(743)  status(wait for best answer)
VBScript OU User Moves brick wall
Good morning. I've been tasked to create a VBScript to automate user moves from one Active Directory OU to another OU based on output data contained in a two column .CSV file. This file would contain information pertaining to whether it was...
answer(1)  view(758)  status(wait for best answer)
Conflict
Hi, Can there be a conflict of macros written in vb for access as well as excel. Actually, one macro imports particular database from the software application to access (macro in access) and then sends to the excel sheet. Another macro w...
answer(1)  view(99)  status(wait for best answer)
 
Home - About Infoqu - Contact - Privacy Statement - Link to Infoqu - Bookmark Infoqu

Copyright 2007-2010 by Infoqu. All rights reserved