12,425 Topics
![]() | |
please help me in making a code on how to get the filename, application in a client is using. i need the code in visual basic 6.0. please help me. T_T asap[code]please help me in making a code on how to get the filename, application in a client is using. … | |
hey guys, i'm making a kool program for a game but when i debug the program it keep coming up with expected = , when i tried this code: [CODE]Shell ("Ping start" + Combo1.Text + ".blahnin.com -t", vbhide)[/CODE] is there a way to fix it? or is there another way … | |
Hi ! i have completed my project in visual basic. Now i want to create its setup by using deployment and setup package. But my set up should install the program files and database at the path which i have given in my code for database connectivity. How to do. … | |
Hi, i m a newbie in vb. I have this code which i have attached here. I have to use it to display live ECG signal using RS-232 cable. its my graduation project. I know the code is big , but please need help badlyyyy. I have installed vb 6, … | |
Hi, I'm developping an application that reads emails from a server. I have set the interval of the timer1 to 1000 *30 (i.e. 30 seconds). In the timer1_timer () subroutine I called another subroutine which makes a connection with the server using Winsock1.RemoteHost "hostname" Winsock1.RemotePort "hosr port" Winsock1.Connect and then … | |
How to print the selected data from datagrid connected to database msaccess without dataenvironment and display the data in tabular form on datareport | |
how can i change the path of my database, because if i move my program to another computer it complains of database error. i use this code to add record to the database. adodc1.recordset. addnew please assist thanks | |
how to search months name and year using dtpicker? i use this format for months and year in formload.. DTPicker1.CustomFormat = "MMMM, yyyy" but when i use this for searching.. it doesn't see what month and yr that i inputed this is my code: [CODE] .Open ("SELECT * from qryRTS … | |
Hello Everyone! I am a computer enthusiast from Southern California. I have been working on computers since I was 10, starting with mixing and matching parts together until I can get something to run, to installing software, then operating systems, then programming in Visual Basic. Now I'm really into web … | |
Very very new to visual basic.net (first day actually) but struggling already with the basics. I am attempting to create a single form application taking data from an existing MS Access database using SQL query. All works great, I can fill the dataset, seek, sort and display all my data … | |
I have search everywhere for about 5 hours and have either found a load of crap or a bit of code that wont do what i want it to. basicly i need something the i can connect to an ftp server (drivehq) enter my login info and then download a … | |
Hi, I'm developing a VB6 application connecting to a MySQL database. I'm getting run-time error 3001: arguments are of the wrong type, are out of an acceptable range, or are in conflict of each other. I'm using the ODBC driver from MySQL. I would appreciate if anyone could spot where … | |
Hi to everybody! Is anyone can help me how to add a row in datagrid in vb 6.0. I have three text box of data displayed in datagrid using a button addtocart. The problem is when i click the addtocart button data in text box were displayed in datagrid but … | |
I want to detect when connectivity with SQL Server fails, so i can fire an alert for the user. Does anyone know a bit of code that will help me detect when connectivity with the SQL Server fails (SQL Server goes down, network cable is unplugged etc). I try with: … | |
I have written a vb.net application using Visual Basic 2008 Express which has the following references listed in its Properties>References: [LIST] [*]System (c:\windows\Microsoft.NET\v2.0.50727\System.dll) [*]System.Drawing (c:\windows\Microsoft.NET\v2.0.50727\System.Drawing.dll) [*]System.Windows.Forms (c:\windows\Microsoft.NET\v2.0.50727\System.Windows.Forms.dll) [*]System.Xml (c:\windows\Microsoft.NET\v2.0.50727\System.Xml.dll) [/LIST] These references seem fairly standard and I notice that they are from version 2 of the .net framework even though … | |
Hello guys, i been searching this for a month still cannot find anything. is there any way to copy mysql table to ms access? Best Regards | |
Hi friends my name is Vineeth. I am 23 years old and my PC is 10 years old. My dream is to become a GOD in programming. I like this forum becoz I found many codes in web some of them are really great.When i looked for them i realized … | |
Hi guys, I am writing (trying to write) a program in VBA for Excel 2003 and I got stuck, I need your help, please. I have an excel range where the upmost cell is initially fixed and the downmost cell moves down as more data arrive. In other words I … | |
Hi everybody I have've been asked to do something but I can get only to a point and I am now stuck. Please help. I have written a Sub in VBA for Excel 2003 (see below) in which the top cell of a range (WorkRange) is initially set at Cells(1,2), … | |
kindly let me know the coding in vb6 to get the serial numbers / id numbers of the processor and hard disk of the personal computer using xp operating system, under use. | |
So I've got a code in VB that will download a txt file from a website. The problem is I want this file to be downloaded into whatever folder that my program is in. for example, if my program was in C:\random_folder\ then I would want this txt file downloaded … | |
I need vb code to search the access fields using datagrid... I am using one text box and datagrid...but i don know how to write the coding...anyone pls help me.. Thank you | |
hey guys, I'm looking for a program that was posted few months ago on a website, but i can't seem to find it, i tried Google, 1 result came up, but the link was broken ... if you have the program with its source could you plz post it here, … | |
I am new to this.Like to learn computing specially Visual Basic. Hope Community will welcome and will help to achieve my goal. tibrahim. | |
is there an event associated with the right mouse button? i need to make the right mouse button click programmatic in my application on visual basic. is there a way? the idea is that we preset the time up to the millisecond accuracy and let the right mouse click on … | |
I have ic c:\mydir\mdb1.mdb with a table named tabella1 and 13 fileds named p01,p02...p13 (the table is blank without records) In dir c:\mydir\ have a dbase1.dbf with 13 fileds. how to recopy/export in existis tabella1 of access mdb all records from dbase1.dbf ???? Fast method, please! I think is possible … | |
i have assigned my two variables correctly, but if i try to login as soon as i enter username and jump to password textbox the username disappers from its textbox and all the credentials are not picked up as soon as i click log in command button.Below is the source … | |
We can read ports like "com, lpt" in vb with code like that: OPEN "" for ... it may sound silly but can we read ports like 80 ? (http), 21 or random port ? is there a way for read data from port? I mean IIS listening port 80, … | |
Hi guys, how can I attach or link a file (an "HTML document") - a saved Web page... that when I click a command button, the "HTML document" will be executed, just like double-clicking it in the explorer window. Just view the attached image file for better understanding about my … | |
A reply on so many data and SQL questions, this attachment has 20 forms with all different connection samples and data related queries. This will put any beginner on the right track to successful coding in vb6. I have put together this sample from numerous others over the past few … | |
i have 1 msflexgrid. in column two, i want to set the data for integer value and 1 decimal places.how to set this column? anybody can help me... i'm using visual basic6 | |
Hi friends am actually working on a project in my work. i have one excel file which i have shared and now is become bigger in size as i have formulated the cells and also with the amount of data it has. i want to use vba to place the … | |
how to import data from excel to sql server using vb.. Thanks | |
Hi Anyone know how to correct a currupted database using vb code? Please help me out to solve........ | |
I need to create a form using code. Is there a way to do this. like in the code i need to create a form with a name, caption and text box in it. | |
Hi All, Is it possible to filter 2 fields in Adodc? My code is shown below: *****-----*****----- With Adodc2.Recordset .Filter = "DOC_DATE = '" & myDate & "'" If .EOF Then MsgBox "Item Not found" .Requery End If End With *****-----*****----- But I need to filter another field on top … | |
Hi, All I am trying to do 2 level filter on datagrid. First I search the datagrid for same customer number. Than search again by date. The problem I encounter is the first search works just fine (it return me records of a particular customer no.). But when it comes … | |
I'm trying to learn how to add and move objects in VB6 through the code module. SO far i've figured out how to insert an object but have no idea how to change the position. This is what i have so far: Option Explicit Private WithEvents cmdOk As CommandButton Private … | |
Hi, I'm writing an application which is intended to run as a service. Everything works fine except if I try to read a file. When running the app as a normal application I can read the file content. As soon I start the app as a service I got the … | |
Hello friends... I am Jasdeep Singh. I am pursuing my B.Tech in civil engineering from DAVIET, Jalandhar.. I require some help urgently. Actually, we have freshers on 4th September. In freshers, we have one event in which we choose Mr. Turbunator from boys and Ms. Smile from girls. I need … | |
I know just little enough about building macros in Excel with VB to be dangerous and currently have the following situation. I've created a macro for use with log files that generally contain the same information. The macro was recorded using the Ctrl+F action to find text string 1, go … | |
Just how can I make the Tab Control Box transparent because I tried changing its Back Color to transparent but still the same. Visual Basic 2008. | |
Good Day People Please help me, I'm trying to do a do until loop, which can search the database to match the value that is entered in the vb6.0 textbox. but I don't know what to call the value in the database. It looks something like this. dim productid as … | |
Hey I was having a major problem in creating a complex number pyramid. The user inputs a number of rows, but if it exceeds 20 it would go off page, so 1-20. I have a nested For loop (using QBasic) that looks something like this for x = 1 to … | |
im making a program that gives you the age of the person that enters there date of birth the code i got at the moment is: Private Sub Command1_Click() Dim age As String age = Month(Now) - Text4.Text If age < 0 Then age = 1 Else age = 0 … | |
Can anyone tell me what is wrong with this code? [code] Dim current_date As String Dim filename As String Private Sub Form_Load() Dim path As String current_date = DateValue(Now) current_date = Format(DateValue(Now), "YYYYMMDD") Debug.Print current_date filename = "Daily SMS Backup " & current_date & " 200.sql" Debug.Print filename path = … | |
hi guys.. kindly help me in this one... i'm creating an inventory system.. i have a problem in their Item No. format... i use maskedbox... my mask is ##-####### ... im using a barcode reader..their current Item number has only 4 digit... i want the output will become this one … | |
hi any one help me to format datareport's page footer section start from fix perticular line and endig with pag break | |
hi I want to autorefresh a webpage when it is idle can we integrate vbscript + Ajax Plz guide |
The End.