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
create student profile
i need your help, i create student profile with label name,course,hours access,used hour,remaining hours i need the code in each text properties, i mean after you input the information in each text box it will automatically proceed in text ...
answer(1)  view(634)  status(wait for best answer)
Listbox question
When I add items to a listbox and the listox fills up with items a scrollbar appears on the right side of the listbox so that I can scroll down the list to see the Items that do not appear. My question for the forum, is there a way for t...
answer(2)  view(645)  status(wait for best answer)
formula in crystal report9 and visual basic6
Hi i have a crystal report9 and connected it by visual basic6. i have a formula in crystal,I want to pass value from visual to the formula. Please Help me if you can. thanks waleed hussein mohammed ali faris(waleedfaris)
answer(1)  view(628)  status(wait for best answer)
Diffrence ActiveXDLL and Exe
What is the exact difference between ActiveX DLL and ActiveX Exe thanx in advance
answer(2)  view(482)  status(wait for best answer)
Run-time error '3709':
I have write a VB6 program. It can run efficiently when the startup object set to Sub Main. However, after i change the startup object to the firm called frmXXX, the following message pop up: Run-time error '3709': Operation is not all...
answer(1)  view(450)  status(wait for best answer)
Problem with getElementsByTagName and appendchild
Hi, I'm trying to edit a xmldocument. I want to append a new element to a element i've to search in my nodelist, but I 've a problem. I tried to append the element, but then i recieve the next error: "Microsoft VBScript runtime (...
answer(0)  view(915)  status(wait for best answer)
Listbox, selecteditem as trigger
hi all, I've got a listbox filled, but cant seem to get some code triggered when some1 selects another item from it. I dont want an extra button. I just want it to trigger. Does someone know? (VB.NET) thnx alot The_Spot
answer(1)  view(874)  status(wait for best answer)
drawing ..
I can generate a X and Y coordinates to the notepad .. which read like this .. x=2880 y = 2055 If i click on another button, i want it to draw a square with that given coordinates. If i'm not wrong i have to use an input isn't it? But ho...
answer(0)  view(335)  status(wait for best answer)
How to design a bar chart by using VB?
Hi, Iwant to design a bar chart to display the data wich store in a data base file. I want the bar chart can present the temperature changing accroding the time chaging. Anybody can help me, thank you!
answer(1)  view(453)  status(wait for best answer)
How to call axis webservice from VB
I need to call an axis web service from a VB component. If it's a dotNet web service, I can invoke it with HttpRequest POST call. But for axis webservice, it does not have the POST or GET interface, only SOAP interface. Can someone tell ...
answer(0)  view(359)  status(wait for best answer)
Pause Printing
Hi, How can i temporarly pause printing. I didnt find any property in printer object to do so. If in case i need to print long data and the paper is not enough or need any adjustments i need to pause and start again thru code.
answer(1)  view(528)  status(wait for best answer)
SQL connection in VB
how can we connect to a SQL 7.0 database in VB
answer(1)  view(364)  status(wait for best answer)
Mouse positions
i have a problem with my code. i am trying to get a usercontrol to follow behind the mouse! like a tooltip. but when i capture the mouse positions, it goes horribly wrong. this is what i have so far: Code: Dim MousePos As P...
answer(1)  view(968)  status(wait for best answer)
File Attributes
Hello: I need to get Autor, Versi髇, Internal Name and Comments from a file. Can someone help me? Thanks
answer(1)  view(816)  status(wait for best answer)
Run-time error '3265':
when i try to press the Save button, the folloeing msg pop up: Run-time error '3265': Item cannot be found in the collection corresponding to the requested name or ordinal. what is the problem actually?? Hope to heard from u a...
answer(1)  view(138)  status(wait for best answer)
app to send email using Crystal Reports
Can anyone direct me to a place where I can find some references(tutorials, code sample, etc.) on how to build an app that will send an email every night based on some criteria from a db(date). Here's what I'm trying to do. I have a db wi...
answer(0)  view(353)  status(wait for best answer)
VbScript - Update Users with Tab Delimited Input File
I am trying to write a script that will accept a tab or comma delimited text file as input. I need to update about 1000 users in Active Directory and the text file would contain: User Name, Description Update, Telephone Update Next Use...
answer(0)  view(955)  status(wait for best answer)
help with files and arrays??? please help
My problem is that i have a text file that has some info on names, numbers, schools, and scores, all seperated by a tab. What ineed to do is open that file and save it into each seperate part into an array.... having problems storing it in...
answer(3)  view(76)  status(wait for best answer)
CheckBox help
I use a script that was made at work to make a printout of reports everynight. The following code pops up a message box to ask for the date and then prints out the information I need via the numbers in the list array I want a message box ...
answer(2)  view(828)  status(wait for best answer)
restrict time
How to restrict the user to change the date and time .
answer(1)  view(1,001)  status(wait for best answer)
Array Listboxes to Access Database
I have a form (FrmSquadding) which has 1 single input text box and writes it to the access database (Bowling.mdb) which works fine. Now after I enter this information into the name section and saved to the database I want all 29 list boxes ...
answer(1)  view(399)  status(wait for best answer)
Data grid
How to use list (like combobox or list box) in datagrid? I need to select a string which given in a list in datagrid. Arjun
answer(0)  view(944)  status(wait for best answer)
Need help with taking data from 15,000+ files and storing it in 6 CSV files
I would like to create a DB of baseball players and their stats. I have about 15,000+ files, one for each player. Each file is an SHTML file and has stats for player in about 6 sections, each section having about 20 columns and each row for...
answer(0)  view(410)  status(wait for best answer)
Crystal Reports 4.6 and VB6
Hi I'm trying to work out out to connect a Crystal Report so when I click a button in VB it comes up. What code/do I have to do to get that working. Thanks in Advance.
answer(0)  view(63)  status(wait for best answer)
Formatting ListBox
I am having difficulties with formatting listbox. I have 3 coulumns and 4 rows. such as Name Phonenumber Married Tim 123-4569 Y Jack 546-8965 N Phil 596-8745 Y So now I would like to display these two ...
answer(0)  view(878)  status(wait for best answer)
Using VB for Ldap authentication
I am writting a secured application in VB with a SQL Server Backend and I must do a secondary password authentication to LDAP. Does any one know a method for doing this?
answer(0)  view(87)  status(wait for best answer)
Replacing a character at the start of a line in txt
How can I search a txt file line per line and check if the line starts with the character "#".And since I have found that character,how can I erase it or just replace it with " ".Here's a sample text: # The index.html....
answer(7)  view(207)  status(wait for best answer)
How to pass connection string as well as Sql query from Visual Basic to Crystal Repor
Hi Dear I am facing this problem.... I want to pass connection string to Crystal report through visual Basic... if any body knows please help me...... thnks Razi
answer(0)  view(292)  status(wait for best answer)
Multiple WHERE statement?
Hi, I'm developing a new e-commerce site for our company, and for the most part there's not been any problems with using the WHERE statement to pull records out of the db. However, for one of the pages i need to pull more than one query...
answer(5)  view(924)  status(wait for best answer)
Update Problem
I faced some problem in data updating, use connectionstring Microsoft.Jet.OLEDB.3.51; Run-time error '-2147217900(80040e14)': Syntax error(missing operator) in query expression '"12300" Lstate="Pahang'" here i...
answer(2)  view(728)  status(wait for best answer)
 
Home - About Infoqu - Contact - Privacy Statement - Link to Infoqu - Bookmark Infoqu

Copyright 2007-2008 by Infoqu. All rights reserved