11,868 Topics

Member Avatar for
Member Avatar for junvb

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 …

Member Avatar for Vineeth K
0
152
Member Avatar for zephy2

Hello everyone, I currently installed the latest version of VTK , 5.4.2, after that, I am totally lost what I have to do. Is there any well organized reference about installing vtk 5.4 on VS2008? Thank you in advance. Sungmin.

Member Avatar for Sky Diploma
0
201
Member Avatar for sal21

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 …

Member Avatar for vb5prgrmr
0
106
Member Avatar for rogergrippo

I am using Visual Studio 2008. I have made a dropdown list or a Listbox containing various country names and their local site URL. the purpose is to redirect the visitor to correct local site of their choice. I've created the Dropdown List but, I am unable to make the …

0
112
Member Avatar for tawazzile

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 …

Member Avatar for Vineeth K
0
128
Member Avatar for kcomeby

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, …

Member Avatar for vb5prgrmr
0
83
Member Avatar for PoisonedHeart

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 …

Member Avatar for AndreRet
0
991
Member Avatar for AndreRet

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 …

0
855
Member Avatar for snta

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

Member Avatar for AndreRet
0
101
Member Avatar for vishal120

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 …

Member Avatar for AndreRet
0
113
Member Avatar for hery
Member Avatar for ragheshpokkattu

Hi Anyone know how to correct a currupted database using vb code? Please help me out to solve........

Member Avatar for Davidpoul
0
248
Member Avatar for drabsch

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.

Member Avatar for drabsch
0
3K
Member Avatar for benjaminhan

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 …

Member Avatar for benjaminhan
0
120
Member Avatar for benjaminhan

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 …

Member Avatar for benjaminhan
0
132
Member Avatar for gendler.max

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 …

Member Avatar for gendler.max
0
242
Member Avatar for Glasmensch

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 …

Member Avatar for AndreRet
0
141
Member Avatar for bond000007

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 …

Member Avatar for AndreRet
0
85
Member Avatar for Quath217

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 …

Member Avatar for AndreRet
0
215
Member Avatar for mpande

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 …

Member Avatar for omoridi
0
218
Member Avatar for podrock

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 …

Member Avatar for omoridi
0
920
Member Avatar for drabsch

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 …

Member Avatar for drabsch
0
2K
Member Avatar for samuelmoneill

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 = …

Member Avatar for omoridi
0
257
Member Avatar for xWiredx

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 …

Member Avatar for omoridi
0
1K
Member Avatar for mukund_Sadrani

hi any one help me to format datareport's page footer section start from fix perticular line and endig with pag break

Member Avatar for s.ponnurangam
0
323
Member Avatar for suvi

hi I want to autorefresh a webpage when it is idle can we integrate vbscript + Ajax Plz guide

Member Avatar for N_Blue
0
45
Member Avatar for Maulth

Hey all, I've recently begun learning visual basic using visual basic express 2008 with plans to purchase visual studio 2008 (it'll be worth it as I've used C++ for a very long time, I just wanted to learn vb and vb.net). What I'm very interested in right now is creating …

Member Avatar for GeekByChoiCe
0
852
Member Avatar for QuickBooksDev

Hi, Easy way to create/copy from a container i.e. Tab/Frame to another. Given a VB6 program with a form with a Tab Control. Each tab has a frame and many controls (textboxes, radio buttons, labels, combos, etc. each of which is a control array. 1 per tab/frame). We have a …

Member Avatar for vb5prgrmr
0
174
Member Avatar for olseh

Hallo, please, I have RX and TX pins at serial cable at my computer connect. In hyper terminal I try, that is all OK, I send and recive data. In visual basic I send BYTES with code which I send down OK, but when I use dat = READBYTE Text2.Text …

Member Avatar for olseh
0
162
Member Avatar for ksenthilbabu

Hey, I am using URLDownloadToFile API for downloading files from website to which i updated, but this API is retrieving the older files even after i upload a latest version of the file. I used a fake parameters along with the url but in fail. [CODE]szFileName = "C:/somename.zip" surl ="http://www.sitename.com/foldername/filename.zip?FakeParam=" …

Member Avatar for omoridi
0
303

The End.