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
VB and Excell help
Hi Can anyone help, I need to get data from access to vb, and then onto a excell chart from there, tried sending a screenshot, but no luck, so if anyone can help, I'll email the screenshot through to you. Thanx Koos
answer(4)  view(346)  status(wait for best answer)
to stev
Hi stev I want to do it through a vb program as I am writing a program for my company.The data is read from the access database into the vb program.Now I want to use the data in the program to make an excell sheet which must also be part...
answer(1)  view(350)  status(wait for best answer)
Can anybody give me a sample code to retrieval Unicode stored in MS ACCESS using asp
Hi, Can anybody give me a sample code to retrieval Unicode stored in MS ACCESS using asp ? Rgds, David Wong.
answer(0)  view(154)  status(wait for best answer)
how can I get this to work
Hey All- Code Example : Private Sub TreeView1_BeforeLabelEdit(Cancel As Integer) Dim Animals As Node With TreeView1.Nodes Set ndAnimals = .Add(, , , "Animals") .Add ndAnima...
answer(0)  view(624)  status(wait for best answer)
Adding up database columns
Hey anyone. I wrote a program using an access database, now I'm not sure how to get the total of a field, eg. value for a record of a field lets say hours worked, which is differnt for each employee, now I want to get the total hours of ...
answer(2)  view(776)  status(wait for best answer)
need help asap
I have two problems. one i need to control the com port under win xp but i can not do it although i have done it under win 98 and me. second i have no idea on how to use directx with visual basic. any ideas ?? Thanks
answer(4)  view(346)  status(wait for best answer)
Asp & Vb
In ASP, used VB Data Access Programming Methods. I would like to know these methods defferent between the DAO and ADO . My familiar method is DAO. How should I learn ADO and ASP. Please!
answer(2)  view(755)  status(wait for best answer)
SEraching for VB Guru - ISRAEL
For an interesting project in VB / VB.NET / ASP -Tamir URL
answer(0)  view(778)  status(wait for best answer)
OpenForm method in Access 2000 using a variable
I'm trying to open a form in Form view so that it displays a record with the value of a variable called "custname". If I use this code, where the name is entered it works: DoCmd.OpenForm "Customers",,,"Company = '...
answer(0)  view(196)  status(wait for best answer)
VB Query Problem
I have a problem to create a query in vb which use access database. I want to search an employername John's Cafe from table EmployerInfo The query as follow: Stsql = "Select * from EmployerInfo where EmployerName = 'John's Cafe' &quo...
answer(5)  view(238)  status(wait for best answer)
memo field problem
Hi, I am creating a small application where there is a word automation from ms access. I managed to transfer the data from access to word using bookmarks but it DOESN'T transfer all the data from the memo field, some data are missing. ...
answer(0)  view(875)  status(wait for best answer)
Displaying details of a spare part when u input the id in a textbox!! How to do this?
Hi, i must display the details of a spare part from a database when i simply type in the spare part id in a text box. Each type i change the contents of this textbox, the display details must display accordingly. What are the coding i must...
answer(2)  view(424)  status(wait for best answer)
excell, access, vbHelp
Hi Need help, using vb6 Sp5, access XP, excell XP. Have to get data from access into vb and from vb into excell. Want to create charts from the data I have in vb. Excell charts must be part of vb program and not open in a new excell w...
answer(2)  view(361)  status(wait for best answer)
Force mouse-click in wsh
I'm scripting (wsh) for automating a process. The problem is that one of the pages (out of my control) has a js embedded in a frame that I need to click on a (picture of words, no less). The problem is that the link is on mouseOver. Any ide...
answer(0)  view(194)  status(wait for best answer)
Memory Segment
Can I from a Visual Basic Project read memory segments such as the DOS command "DEBUG" ?
answer(1)  view(137)  status(wait for best answer)
Winzip File
How can I (if i can) create a Zip file from a Visual Basic(6) project ?
answer(1)  view(30)  status(wait for best answer)
ipblocking through programing in vb
hai guys, i want the code to block the ip address or i shd abl to change the ip address depending on my requriment.Iam getting the ip address but iam unable to modify it.so plz help me out. post u'r code to my mail-id URL or URL ...
answer(0)  view(1,000)  status(wait for best answer)
Get FREE copy of Fully-Working TierDeveloper Windows Edition
AlachiSoft TierDeveloper is an O/R mapping and code generation tool that simplifies the complexities of N-Tier Applications and lets you develop real-life applications in matter of days instead of months. TierDeveloper Windows Edition let y...
answer(0)  view(160)  status(wait for best answer)
Image saving
Hello, i have been struggleing for weeks on end now and i have looked everywhere for a solution but cannot find one, i am trying to resize a image and save the resized image, but when i save the image it keeps its original size how can i sa...
answer(1)  view(803)  status(wait for best answer)
Date Request Query
I need some help with this please. Here is my script StrSQL = "Select RateSeasonID from RateSeason WHERE StartDateTime >= #1990-01-01 12:00:00# And EndDateTime=" & Request("EndDateTime") I send the EndDa...
answer(1)  view(539)  status(wait for best answer)
Active Computers in Network
how to get a list of all the active computers in the network in VB using WMI or by any other means???
answer(1)  view(387)  status(wait for best answer)
first .vbs file
I just found out my web host allows for scheduled tasks to be performed if I supply them with a VBS file. I have never once made a .vbs file and am not even sure where to begin. What I want to do is to execute an ASP script that I have on...
answer(2)  view(671)  status(wait for best answer)
Code for any program
hi guys! i need currently a VB code for a simple program, any program but it should be related to database in Access I hope I get your help soon while I got to submit it today. Thank you.
answer(1)  view(453)  status(wait for best answer)
Contest Details
Space. The final frontier. Also, one heck of a challenge, when you抮e talking about hard drive space. It抯 a funny thing, when you think about it; in the age of 300GB hard drives we抮e still running out of space. Maybe it抯 because certain soft...
answer(0)  view(641)  status(wait for best answer)
How do I stop this loop?
I can't really describe this so i'll have to attach the program. As you can see when running the program, when the bee flys out of the boundary, there is a message box and the program is supposed to restart and the bee stops moving. Why wo...
answer(5)  view(877)  status(wait for best answer)
VB ListBox
What is the code for deleting items from the listbox one at a time during runtime? When I use Object.Removeitem Index, It only removes the first item from the list. I want it to remove the selected item from the list only.
answer(5)  view(962)  status(wait for best answer)
VB textbox validation
Hey all. I'm very new to VB and i need some help on validation. I have 2 text boxes (txtLeft & txtTop) to change the loacation of a picture (imgMan), when a button (cmdLocate) is pressed I want the picture to appear where it's suppo...
answer(3)  view(726)  status(wait for best answer)
MMControl
hi! i hope somebody is able to help me! well, let's start with the description of my program (an problem): on my form is a FileListBox, showing Audio-Files. these files are played with the MMControl. now my problem: i want, b...
answer(0)  view(933)  status(wait for best answer)
On a Quest for Voice Responce Info
I am looking at developing a Voice Responce System that can be used by callers who supply required info. As an example, once they log in with their user ID's and passwords, allow options to check order numbers to see if they are being proc...
answer(0)  view(672)  status(wait for best answer)
MCI Stuff!
Hi there, I'm pretty new to VB so just shout at me if my technical terms are **** I am designing a Media Player, I have 2 forms, 1 form is the track (mp3) selecter, and one contains the functions (play stop etc). I want to be able to...
answer(0)  view(958)  status(wait for best answer)
 
Home - About Infoqu - Contact - Privacy Statement - Link to Infoqu - Bookmark Infoqu

Copyright 2007-2008 by Infoqu. All rights reserved