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
VBscript call to an Access Module Function
I am looking for syntax that would call a function that is defined in an Access standard module from a VBScript (i.e. .vbs file) and catch the return value. I've tried to access the function via the Module collection without success. I ...
answer(2)  view(191)  status(have the best answer)
I Want an application through which i can ping multiple ip addresses continously using timer and when i get error or there is problem in connection then i want some messsage alarm so i can understand that there is no connection or problem in connec...
I Want an application through which i can ping multiple ip addresses continously using timer and when i get error or there is problem in connection then i want some messsage alarm so i can understand that there is no connection or problem in connec...
answer(0)  view(12)  status(wait for best answer)
PING MULTIPLE IP ADDRESSES AND SET MESSAGE ALARM IF ANY ERROR IS OCCURED
I Want an application through which i can ping multiple ip addresses continously using timer and when i get error or there is problem in connection then i want some messsage alarm so i can understand that there is no connection or problem in connec...
answer(0)  view(20)  status(wait for best answer)
I get error accessor is invalid in the vb code when saving data.
cnDocmument.BeginTrans Set rs = CreateRecordset("SELECT * FROM GroupTbl where(Group_Name)='" & Trim(mvarGroupNameX) & "'", "adLockOptimistic") If rs.BOF And rs.EOF Then rs...
answer(0)  view(38)  status(wait for best answer)
Using .INI files for DB Connection in vb6.0
HOw to read connectionstring from the .INI file invb6.0 activeX control
answer(0)  view(24)  status(wait for best answer)
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(520)  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(34)  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(59)  status(wait for best answer)
hiiiiiiii........how can connect the sql database.....
connectivity of sql
answer(0)  view(42)  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(960)  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(696)  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(388)  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(178)  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(524)  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(709)  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(62)  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(560)  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(809)  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(257)  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(74)  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(202)  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,026)  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(81)  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,035)  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(691)  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(625)  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(687)  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(529)  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(760)  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(455)  status(wait for best answer)
 
Home - About Infoqu - Contact - Privacy Statement - Link to Infoqu - Bookmark Infoqu

Copyright 2007-2010 by Infoqu. All rights reserved