16,916 Topics
![]() | |
Does anybody know of a website that has Visual Basic tutorials. Your help will be greatly appreciated. | |
Hello, Is it possible to edit the target of an exe and then once the new target line is executed, it returns to its normal self or something along the same lines as this, using VB? If it is, any help or ideas would be appreciated. Thanks. | |
I am taking a complex exam for school and I have different programming questions I need help with. Any help will be appreciated. Thanks! Here they are: 1) A company with limited cash needs to bring up a Web server. Which OS/Web server combination has the lowest initial cost? A. … | |
During the program, Word is opened and displays a document. When Word is closed by clicking X or selecting File>Exit, the program must detect the event and reset controls. How is that done, anyone? | |
hey guys, I know that in VB data can be taken from an access database then displayed in a flexigrid and I was just wondering is it possible to display the same data in a series of labels rather than a flexigrid as I was thinking about doing this for … | |
I need to search the pc for all files with a particular extension. Can anyone point the way ? | |
i m develop a system related car in/out records. I got data fields like date, time in, time out, car numbers...... My problem is How to count the repeat records base on repeat car numbers on a certain date?( my purpose is count how many times a car in/out on … | |
Hi, I am programming an app that I will use to launch different applications depending on the file type specified. I have found, and know how to use, ShellExecute from VB and all I now need to know is how to get the default action specified by the user when … | |
Hey guys, I am thinking about creating a sudoku game in VB in order to improve my programming skills and as I am quite new to VB I was wondering would it be best to try this task using labels and text boxes or a felxigrid? Thanks in advance. | |
I need to create a field in Access that included both text and the autonumber feature. We are a non-profit hospital organization and we have multiple locations so we want to create an ID field that is unique by location and still uses the auto numbering feature to generate the … | |
Just finishing up this assignment.. I need a code for the "Highest and Lowest" cmd button that will display the name and score in text boxes for the golfers with the highest and lowest from the golfer.txt file. Here is my GUI & code so far..... [IMG]http://www.geocities.com/rc_og/vb1.jpg[/IMG] Private Sub cmdDisplay_Click() … | |
Hello Everyone, I'm supposed to do RDBMS project using vb6.0 or vb.net.. any suggestions?? | |
hi, im a newbie in making database program using vb and access as database..i have problems on how to run my search query correctly, actually i have two tables that i'd like to connect with, attached hereqith is my sample program.. could somebody pls help me... | |
Hi all, I am running on Windows XP Media Center Edition 2005 and I am having a few problems. I have aCreative Audigy 2ZS sound card and I have recently bought Micorsoft Visual Studio .NET C++. My problem is that when my PC starts up it pops up to windows … | |
I've been trying to create a macro which closes excel without the save pop-up coming up, anyone got any ideas? I don't want it to save, this is because i don't want anyone who uses it to muck it up! | |
Can someone help please? Is there a way that I can make everything on the screen disappear except for my program when it loads?Any help would be much appreciated... | |
[url]http://www.hacknot.info/hacknot/action/showEntry?eid=76[/url] has an excellent rant about the problems of visual editors (aka GUI builders). While he talks specifically about Java, the same holds true for all of them. And yes, that means Visual BASIC and Delphi as well, languages which traditionally are seen as almost purely visual. I've done several … | |
hi , i need to know how to split up and place in diff label.? and randon up the labels i attach a sample program of wat i need. can anyone please help me.. | |
I have got some problems with making a cd player. But I do not know what it is. the code is as follows: Private Sub cmdSpill_Click() mmcSpiller.Command = "play" End Sub Private Sub Form_Load() mmcSpiller.Notify = True mmcSpiller.Wait = True mmcSpiller.Shareable = False mmcSpiller.DeviceType = "cdaudio" End Sub Private Sub … | |
I'd like excel to write the time when one of my macros tells it to copy and paste some cells into another workbook. I'd like it to paste the time into the other workbook. Any help would be much appreciated. | |
At my school we put our work onto VHS and DV tapes to store them but when we use them too many times it fries them. I was curious if a video demagnitizer would work for erasing them. Thanks :> | |
hi guys, i doing a program on how to drag and drop from 1st label to another label, then do a compare whether is it correct. i need to random up the whole Sentences with detection on spacing. then each word will be put into a labelA. example. " i`m … | |
Hopefully I'll be able to explain this issue. If not, I may just have to post a lot of code. Basically, I've got a base class called 'Log' with virtual methods of writing to a log. I have two descendent classes - ScreenLog and FileLog (with all the same methods). … | |
Hi all, New to this site asd VB6 AAAAAAA i'm trying my best. Anyway here goes need to store names and numbers names in lstbox number in an array. select the name from the lstbox and display the number in a lbl. here's the code so far can someone please … | |
| |
i am also getting the error " the instruction at 0X77fcca36" refernced memory at "0X00004d52" the memory couldnot be written " click on ok to termiante the program click on cancle to debug the program " why i am getting such massage at the time of loading my project which … | |
hello, here is a working code for a bandwidth meter. Can someone plz tell me how to reset the bandwidth meter with a click of a button. *Download the attachment. Thanx | |
i have some problem here. i dont know how to explain in words of wat i wan. i have attach the file in i dont know how to create new checkBox in picture Box by using coding? :rolleyes: when ever i click. the button wont go over to the new … | |
how can i access Time from Server, i am using ADODB in VB6.0 and Sql Server 8.0. | |
i had built a simple project in vb6 and ACCESS for simply update the database and fatching the required data from existing data base. previously it was working , but when i formatted my pc and again run the project it was showing so many error massage at the time … | |
Hi, i am making a blackjack program in Visual Basic for a college project, in order to generate a random card each time, i need to make a random number, after numerous failures to do this using VB, i have made a small program in C++ that generates a random … | |
Hi. I need a way to show all my ODBC Connection in a ComboBox :?: thanks. :cry: P.S.: Exuse my English. lol | |
is there anyway i can make this go faster? [CODE] Private Function strCoordinates(ImageURL As String, Referer As String) As String Dim img() As Byte Dim Pet As StdPicture Dim ct As Integer Dim ctx As Long Dim cty As Long Dim x As Long Dim y As Long Dim Value … | |
hello everyone, i think im going to ask a very silly and noobie question but here it goes. im using Visual Basic 6.0 and im trying to create a program that would detect keypresses over another program. then automatically press something else for me say if i press f12 it … | |
I am using an application (Qxpress) that I believe uses VB or Access as their Database. I would like my invoice to return just the day of the month but if date falls between 1 and 9 I would like to add a zero to it. this is what i … | |
HI, Dear Friends, Could anyone of you write code for my attached project plz. What I need all is: 1. Balance Amount should be updated whenever a new cheque amount entered 2. Search button should be able to search the dates either it is a invoice date or a cheque … | |
Hello e/one, im getting error no. 9 "subscript out of range" in following situation. - i have a data grid on page on which i place a query to select data from SQL SERVER 2000 database just like that "select size_number, product_size, type_number from product_size" -Below this grid i have … | |
Hey, I was reffered here by a friend and said that you solved his problem. I am in High School and im doing SDD. I have been asked to design a washing machine user interface. I have pretty muched finished. I have a timer, which has diffrent times for diffrent … | |
hi everybody I beg to say that I have three numbers. but i want to know that which number is random these are number 1 73163474394643734240 number 2 42651524357702920737 number 3 24965462478679919220 | |
Hiya I keep having this probelm with my script Basically I want it so when you click a command button some text shows up in my text box now I know how to do this but it does not seem to word wrap if I have a lot of text … | |
I am trying to use the data form wizard to create a chart for my program using the information in a database. On the section that asks you to select the database, I click browse, go to whre my database is saved and click ok. When I try to click … | |
I wondered if someone knew how to make a binary counter with vb? | |
I have some Visual Basic programing experience but I am new to C++ I am working on a homework assignment and I am not sure why my code is not working out. I am trying to write a program that changes numbers form 1 to one , 2 to two,... … | |
I have a program in which a series of events occir each time the timer runs. However i want to stop the timer when a certain variable reaches another variable. I have tried If variable1 = variable 2 then timer.enabled = false but the timer continues. Why is this. If … | |
heres the scenario Running XP with default Internet Explorer that came with it (IE 6 ??? not sure) when surfing any website there is no problem, however whenever i goto a website and click a link which trys to open another seperate window the new window is just blank and … | |
When can you use FSO in a VB 5 program? I got it working... I know it is supposed to be for ASP... But why does it work in some applications ans situations and not others.? Here is the code Private fso As New FileSystemObject Private strName As String Private … | |
HI! Anyone here know how to access files sharing using VB 6.0 though server computer?: I hv done Package and Deployment Wizard(PWD).I no idea to do it. :sad, But i no idea to start the server connection. Anyone here can help me?I wil thanksful to u all. | |
Hi Guys I am a new member here and basically i have joined because i would like to learn some c++. I have no prior experience in any of these high level languages. I do have experience in turbo pascal but those of you who have used it know how … | |
Hi all, I was wondering if someone had an example on a piece of code on how to read out the amount of system memory is used during given time. I'm making a piece of software that using an API that connects to a CAD program. The models used in … | |
I've looked in a couple of books, and can't find this anywhere, i'm looking for the opposite of the cos funtion, i.e. I know the cos of the angle, and need to know the actual size of the angle, is there an implicit function? If not, how can I achieve … |
The End.