11,868 Topics
![]() | |
hello can you help me how to use the code tags so that i can post all my code and not to be banned.. [CODE][/CODE] where i put my code inside this bracket or in the middle of this two bracket? i have 3 points more to go..hoping for your … | |
guys new in vb and have a project to be made in vb for music player. have to make my own music player and that to sweet and simple. music player should also include features like pop,jazz,loud and so on and has to as simple as possible. thank you. | |
I have inherited the following query, which works: [code=text] SELECT [CM Database].[Age Range], Count([CM Database].[Age Range]) AS [Count], Format([Date Contacted],"yyyy") AS [Year] FROM [CM Database] GROUP BY [CM Database].[Age Range], Format([Date Contacted],"yyyy") HAVING ((([CM Database].[Age Range]) Is Not Null) AND ((Format([Date Contacted],"yyyy"))=[Year])); [/code] My client has asked for a Financial … | |
Hello!... Can anyone help me on this project? I already have created a simple program called Website manager and ive already release it on my website [URL="http://www.silentproject.tk"]http://www.silentproject.tk[/URL] i want to improve it by adding an Auto login feature for websites like yahoo mail..etc.. does anyone of you know how to … | |
hello please help me on this how to get total in the flexgrid...example i input the item_no k0001 when i press enter key it will display on the grid the the item_name the item price etc.... and when i input on the txtorder_qty.text 5 it will display to grid the … | |
how to undo delete a deleted data in visual basic 6.0?thanks in advance! | |
Please send sane code for a complicated report using Data report Designer Using VB6. without using Data Environment. how to increate the height of the rpt shape in detail section of the data report. | |
Textbox (text1) is connected to MS Access where the lottery Number is shown. I want to find a number entering in textbox (text2). I wrote code against command1 (ENTER NUMBER FOR SEARCH). But it’s not woking. Please anyone help me. Code are below: Private Sub Command1_Click() On Error Resume Next … | |
here is the example content of my file: line1 line2 line3 line 4 line5 line6 i need only to replace "line 4" into "line4" and here the code to view this line by line: Set myObj = CreateObject("Scripting.FileSystemObject") Filestr = "c:\config2.ini" Set myFile = myObj.OpenTextFile(Filestr) Do Until myFile.AtEndOfstream strLine = … | |
Help! :D in firefox .. we use right click then a menu will come out ( like Back, Reload, This Frame .. etc ) in vb6 .. i want to do it the same using a command button .. the command1_click is equivalent to rightclick in webbrowser1 .. help me … | |
OK...guys... I'm about to have a cow here. It sounds real simple but I just can't seem to get it. Here is the deal: I have a normalized database made up of four tables (Primary Key in bold) Player ([B]PlayerID[/B], PlayerName) NHLTeam ([B]NHLTeamID[/B], PoolTeamName) PoolTeam ([B]PoolTeamID[/B], PoolTeamName) PlayerStats (PlayerID, NHLTeamID, … | |
Hello all, I am trying to write a code. I need the code to do the following: An input box asks for a number, Then the below code divides values in a given column and paste them in the next available empty column. Then the 2nd formula runs and it … | |
:icon_confused:I have made the change from access to mysql. I am using vb6 to connect. The connection seems to be fine, it was some code sample that I have downloaded from the net. The app is reading the databases, but as soon as I select a database, i get an … | |
Hello I am currently doing a project and I have added a new table to an access database linked to the vb project. I re-linked the access database, but the new table does not appear in the drop down list of the form recordsource. Please can someone tell me what … | |
| |
[B]hi friends this is karan here and i m a beginner in visual basics and i m studying Visual Basics 6.0 i have a project in it for Music Cutter and Music Converter and i seriously dont know what to do in it..So guys please help me in it.. Music … | |
:cry: i need a code for first come first serve simulation based on vb programming :rolleyes: | |
Any can Help me for this problem my problem is I want to show form caption in status bar when user click a form from menu | |
Hello Everyone, Can anyone tell me how to Register .Ocx / .Dll files on Vista Ultimate, for vb6?????? Thanks in Advance SS | |
| |
is it possible to write a program for selected files copying to CD using VB6 | |
i would like to get help regarding my program. all that's left to do is the printing, but i dont know how to do it. my professor also wanted to see sorting in my sales report and delivery report.. anybody know the codes?? THANK YOU -jex | |
Show me the coding of how to create the Scrollbar & display the position of scrollbar in respecive text box | |
![]() | There are alot of things which doesn't need to type alot of junk code while our task can be completed without declaring useless variables, constants, etc plus they use alot of resources when we run our executable so i decided to put some simple codes here which can achive our … |
i need to play a system sound like in a chat program i am using [CODE]Interaction.Beep[/CODE] at the moment but would like to use a different sound. any thing i could not find any thing on the net | |
hi I am working on Vb6.0 I want to create a PDF file with multi lines text and with proper formatting. After reserach i got some code snippet on this site [URL="http://www.vb6.us/tutorials/visual-basic-tutorial-pdf"]http://www.vb6.us/tutorials/visual-basic-tutorial-pdf[/URL] but using this i am only able to write single line, how could i write multiple lines. Thanks … | |
hei friends can anyone tell me how to upload excel file to access in vb.....if u give code it will be very much helpfull to me, thankx. | |
Hi, I've a really huge recordset having lacks of records. For some reasons I've to take all the records into an array (using loop) to do some processing and then put it into a grid. Now since the recordset is huge the memory is not able to handle the array … | |
Hi, I'm trying to connect to a web service using excel. I have currently no issues logging into the web service and also fetching data using one of the methods. But the two other methods, I get the error that states that it had run into an error restoring data. … |
The End.