What happen here? Visual Basic HELP PLEASE!

26 byte By Simms at 2007-11-20 10:59:51
I'll get it nevermind

how to display an excel cell value into a text box

97 byte By wankhusairi at 2007-11-20 10:59:53
does any know how to read a data in a an excel cell then display it in a text box..please help me

sort mshflexgrid on date column

392 byte By sham at 2007-11-20 11:00:00
hi, i'm follwoing code for sorting data after clicking on a fixed row's columnif grid.mouserow=0 then grid.row=1 grid.rowsel=grid.rows-1 grid.colsel=grid.cols-1 grid.sort=1endifthis works perfectly well except on columns containing dates. Pls help me why it is not working o...

secure ur application help

415 byte By sham at 2007-11-20 11:00:01
hi,how to map hard disk serial number and or motherboard serial number through vb ?how and where to use it in such a way that once the appln is installed on a particular system, it sholud check for hard disk serial number and or mother board serial number if the same CD is put to installation for th...

Controls in Container

155 byte By chunks at 2007-11-20 11:00:02
hello all,<br/>what is the procedure of knowing how many controls are placed in the PictureBox and what type of controls are place inside it.<br/>Thank You

Can I see if a window is alive?

487 byte By Torsus2 at 2007-11-20 11:00:09
I open a browser from my program like this:strUrl = " http://www............ ""lngScanDocPId = Shell("C:\Program\Internet Explorer\iexplore.exe " & strUrl, vbMaximizedFocus) 'I can close that window, but if the user close it this code result in an error:If lngScanDocPId <> 0 Then AppA...

How to Not to remove item when

345 byte By truly_thug at 2007-11-20 11:00:24
Hi all,I have a list box and the items list as in the attachment http://img43.imagevenue.com/img.php?image=00276_ask_122_1181lo.JPGProblem:How should i prevent the list item called "No"(Under display column) from being removed by double clicking it?any help or suggestion is appreciated thanks....

making a formtopmost

115 byte By eijoz at 2007-11-20 11:00:45
i want somewbody to tell me how to make a program start immediately windows startup and how to make the frm topmost

trouble with RCHEDIT EM_GETCHARFORMAT and text backcolor

994 byte By vb_lover at 2007-11-20 11:00:47
I am able to set the backcolor of selected text using EM_SETCHARFORMAT and CHARFORMAT2 with SCF_SELECTION, CFM_BACKCOLOR, including being able to set the backcolor back to transparent. However, I am NOT able to READ the backcolor of selected text if its TRANSPARENT, the returned result is 0, which i...

[RESOLVED] Copy skipping smaller files

364 byte By NoviceProgrammer at 2007-11-20 11:01:05
How will i know if the file has been successfully copied?Im having a bit of trouble when im trying to copy a large file because the other files is being skipped.Example:File1 = 700MBFile2 = 1MBFile3 = 2MBDim filx as FileDim foldx as FolderFor each filx in foldx.Files filx.copy(sDest)Next...

How can I check the return value of this Error code 5174 !

755 byte By sathmaha at 2007-11-20 11:01:21
Hello Pals,I've written the program to open the number of specific MSWord files from the different folders. All files are commonly names as NEW.doc, but unfortunately one folder got no file such like that, but still I don't want to create a new file on that , instead of that I need to avoi...

Find Text in MS Word

377 byte By sathmaha at 2007-11-20 11:01:23
I need to find the text in the MS Word..." Commencing on 23rd October 2004 "I need to find the above complete sentence to get that specific date, how can I do that ? because "Commencing on" will remain in the other documents , but the date will be vary in other documents. I need to get the date ....

How to write VB applications for touch screen kiosks?

535 byte By visharad at 2007-11-20 11:01:39
I want to know if it is possible to develop software in VB6.0 to be used in touch screen kiosks? If yes, then what are the extra things one has to keep in mind as compared to writing VB applications for Windows desktops? For Windows desktops, we handle events like click, MouseDown, KeyDown, KeyPress...

Open a word in read/write

512 byte By jexin at 2007-11-20 11:01:41
Pls help me ,I am in the final stage of my project. In my application i have around 2500 .doc files in different folders.the file name i have given is like t:\528750\1.doc,528750\2.doc etc. I would like the user to Open one of the .doc file,update it & save. i tried with Document.open("filename",,f...

VB6 ADO AddNew Mehod Problem

516 byte By Dhiru77 at 2007-11-20 11:01:53
I am created a ADO control on my form which retrieves records from two tables that are JOIN through the common field .I want to insert the values only in one table using AddNew Method and then using update method.I have used addnew method and receives values from the user in text boxes on the form a...

need your helps Very Urgent! please

776 byte By boohamad at 2007-11-20 11:03:07
dear friends, i have created 2 tables one is for "Owner ship"and the other "House"the relation between 2 tables in the owner ID and the relation is one to many!!!!!!but i want to make a relation ship between then that :1 owner can own max of 2 housesand 1 house can be owned by 1 person onlybut m...

Need help in Lsitbox control--381 invalid array index valy property error

1534 byte By chetan4code at 2007-11-20 11:03:27
Hi all i need urgent help from all u experts here...I am displaying records in my listbox control from my person_Master...While excuting my project runs properly but after some time it gives error invalid array index property ..it is due to inserting records more than 32768...but i hve to show more...

migrated access > mysql now checkboxes wont work...

523 byte By zbrannigan at 2007-11-20 11:03:47
I am using a MSBDC and have some textfields and checkboxes bound to it. When i changed the database from access to mySQL the textfields still work fine but the checkboxes dont react . If i switch it to a textfield it reads 1 or 0 as expected. So, datatypes you say, well right now its a TINYINT(1) an...

Error Trapping Problem.

500 byte By Laurel at 2007-11-20 11:03:57
I'm sure that this must be a simple one, but I can't seem to resolve it.I have written a procedure which involves a loop. A bit of code within the loop may return an error, and so I have included an error trap.The first time that the error occurs in the loop, the error trap is triggered a...

Word problem - paste into dialog box and check file properties before closing

2068 byte By skitto at 2007-11-20 11:04:17
I am a transcriptionist, and my client requires the patient name to be in the file properties Title field of each file I create. I have some code that will copy the patient name from the report and open the correct dialog box, but I can't figure out how to get it to paste the name in the title...

run time error 91

1335 byte By zcyrille at 2007-11-20 11:04:29
Heres my problem in my program i have datagrid and adodc and in the form load events i want to filter all records that Pay_Date was less than or equal to todays date, it was working fine before when the connection of adodc was with the adodc object but when i change it to this Adodc1.ConnectionStrin...

Help extracting/importing e-mail message from outlook

272 byte By Ankoump at 2007-11-20 11:04:41
Hi all,<br/>I am trying to extract messages from outlook express on a server and file them in a folder. - contact, subject and text<br/>Does anyone know if this is possible or can direct me to a place where I can get help on this.<br/>Many thanks in advance

Convert Byte() Array data into image in VB 6.0

241 byte By thescriptuser at 2007-11-20 11:04:59
hi,<br/>i have image data in a variable type Dim imgData() As Byte, how can convert into image file and set up the picture box and also convert picture into Byte() (vice versa) using VB 6.0<br/>any one help!<br/>thanks in advance.

[RESOLVED] Line Input

494 byte By Trizeen at 2007-11-20 11:05:04
Hi, I want to have a loop and, within that loop, read one line of text at a time. What am I doing wrong?Dim counter As Integercounter = 1For eee = 1 To weekinf(do something)(open txt file #2 for input)Line Input #2, linetext(counter)dateinf = linetext(counter)(close txt file) Print #1, datein...

[RESOLVED] Searching and deleting emails.

522 byte By Trizeen at 2007-11-20 11:05:42
Hi, I would like to create a program that01 Searches through my emails (in my gmail account.)02 Checks for more than one email from a sender (e.g. 2 emails with the same address.)03 - Deletes any extra emails (thus creating a list of emails each with a unique address.)04 Gives me the total number...

Access Database VB6

512 byte By Pegasus3245 at 2007-11-20 11:05:52
Hi,Im trying to access an MS Access 2003 database within VB6 Enterprise edition. I believe I have got all the code correct to simply edit, add and delete items within the table. However I cant seem to get the VB application to connect to the Database. Someone told me I needed to add the component &#...

How To Print data with selected rekord from DBGrid

398 byte By TJ-Ariff at 2007-11-20 11:06:25
Hi, All Guru member,I have problem to print my data.All record in database i show at DBGrid.That say, my option, to show the record only selected item by name.and the record show in DBGrid.so, i have problem to print record (data) from DBGrid.I've already make the data environment and data rep...

[RESOLVED] Conditional Control

1051 byte By WoF at 2007-11-20 11:06:46
Hello gurus and friends, I'm encountering a problem: I need to have some controls of a form being only conditionally part of the final compilation. To clarify:To make some code part of the final program or not you will use #If Condition Then 'Special code going here #End Ifwhere Cond...

BluetoothAuthenticateDevice does not work

789 byte By Guenni at 2007-11-20 11:07:05
Hello,I try to do an authentication with a Bluetooth device using the MS API.I can find the device with BluetoothFindFirstDevice and BluetoothFindNextDevice.Then I call BluetoothAuthenticateDevicee.g. BluetoothAuthenticateDevice(0, hRadio, btdi, pin, Len(pin))This always returns 87: ERROR_INVALID_...

Two Field "InputBox"

411 byte By yonestar at 2007-11-20 11:07:07
I want a pop-up box/form to get two values from the user. I imagine a behaviour similar to the InputBox() function, but instead of returning just one value, I want it to return two values. That is, the pop up box has two fields.I may have to create my own form. if i do that, how do i make it pop-...

Inet FTP wait on Download File

844 byte By symyf at 2007-11-20 11:07:17
Hi.I have created the FTP program and having a problem with it.I have command button that executes downloading a file (text file) from FTP site, and run Module to convert this text file to .csv file.I'm having a problem when I'm running this program.Sometime the error say "permission denie...

Connection String for XML

229 byte By buddhi at 2007-11-20 11:07:32
Hi,<br/>Anyone has a ADO Connection String for XML. I want to access a XML file as a database using SQL statements. (select)...<br/>If any one can reply with a sample, greatly appriciated...<br/>- Thankx in advnce

Reference problem

302 byte By doubleudee at 2007-11-20 11:07:40
I want to copy info from a textbox on a form to a specific cell in a word table on a word document, how is this done please?is it something like .cell(1,1).text = txt16.txt.cell(2,1).text = txt17.txt.cell(1,3).text = txt18.txt????but the above doesn't work!...

how to show that how many records r displayed??

430 byte By boohamad at 2007-11-20 11:07:54
Dear friends, i am doing a project using adodc along with datagrid and i am using different kind of Queries but i also wanted to show how records r selected based on that query(like if the query is Select * from AUH_HOUSE where Gender= "F") so it will select all the femals in the list so i wanted...

Files and Folders

273 byte By DC Hurricane at 2007-11-20 11:08:21
I know you can open a file and read it line by line of course but I was trying to find out if it's possible to open a folder and then read each individual file so that you could get the date it was created or possibly just once you open the folder just read each file.

new diffeculty! Inserting rows in datagrid!

1294 byte By boohamad at 2007-11-20 11:08:44
Dear friends, i have anew problame where i am using text1.text to enter a tuple in a row but it's not working and telling syntex error i tried all kind of possibleties to do that but faint at last i am using ADODC+datagrid so, i should right the code here and please if you also tell me if the...

Startup Time for Windows

327 byte By nbCathy at 2007-11-20 11:08:50
I wish to have a timer for the first time one is to 'mark' time in the windows startup routine to a finish time in windows.It's always said this time increases with more and more programs loaded.This may or not be a VB6 but could some point to something to measure these timesThanks...

Can Visual Basic 6 create a "drop and drop item gui"

486 byte By yogibear at 2007-11-20 11:09:25
Good DayI am writing to ask if microsoft visual basic 6 can be used to create a "drag and drop icon gui" and if it could also be used to create icons.The icons that would eventually be dragged and dropped on to a screen must eventually be joined by lines to form a diagram.For example can i use VB6 t...

Interval value for timers

194 byte By Torsus2 at 2007-11-20 11:09:45
It is easy to create a timer in Visual Basic.<br/>But I am unable to set the interval value in the<br/>propertys to more than 65000 milliseconds<br/>Is it a way to increase that value?

resize a Label by dragging

238 byte By jkcpineda at 2007-11-20 11:09:49
my problem is that i have to resize a label on my form by dragging its corner. please help me on this.<br/>like if i'm going to move the cursor on the corner of the label, the cursor will change and it will allow me to drag its size.

create a new control array of a picture box and a label

261 byte By jkcpineda at 2007-11-20 11:09:55
hi there. i would want to create a new control array of picture box and a label.but the label should be inside the pic box. the problem is that when i create a new control array both, the label won't appear inside the pic box. the example is attached here.

[RESOLVED] DLL info

590 byte By Dock at 2007-11-20 11:10:52
Hi all, Need to find help about DLL. I have used VB 6 for some simple application, but only the .EXE one, not DLL. However, the company that i worked for now, using DLL for the development. Anybody know how to get good info about this ? or maybe can try to explain to me what is the difference betwee...

my documents path

146 byte By jkcpineda at 2007-11-20 11:11:04
hi. how can i determine the path of the my documents folder? if i will make a txtfile on the folder of mydocuments, how can i know the right path?

Print Images from recordset on DataReport

572 byte By Extinct_Dodo at 2007-11-20 11:11:34
Hello, Can anyone help me with the following please?I want to print images from a recordset using an Access Database on the datareport. I can load and display the images on the form and also navigate through the records by using the path of the location of the images. But what I can't do is pri...

accurate dragging

333 byte By jkcpineda at 2007-11-20 11:12:11
on the attached zip file, label1 is draggable on the form. but the problem is that there are some instances that the dragged control won't be placed on the accurate position. for example if i'm gonna drag it one centimeter away then i won't drag. why is that? is there a solution for t...

Table

232 byte By vishal.m63 at 2007-11-20 11:12:22
How to check table in database exists or not in vb6?<br/>I have use "select * from table" query but it gave me error that table does not exists.<br/>(Actually I am creating tempory table and deleting it after form unloads)

[RESOLVED] Displaying Image in Crytstal Report

444 byte By vishal.m63 at 2007-11-20 11:12:23
I want to display picture of customers in crystal reports. For that purpose I have created table customer.When new custiomer comes to me I take their picture using PC camera and save that picture in one of the folders.At the same time I am sending path of that picture to database.Now when I display...

Coomunication Problem

404 byte By r_m_radha at 2007-11-20 11:12:24
I have a VB6 Application.My Application sends commands to instrument after every 10 seconds.and communication through the serial port This is workin fine since last 4 years.suddenly,I am facing a problem.Randomly,the <STX>,<ETX> and checksum is missing in one of the command.Hence leads t...

VB6 activex exe shell error in asp

1250 byte By zygore at 2007-11-20 11:12:25
Hi I have created an activex exe in vb6 that uses the shells function to execute an exe that converts a tiff file to a pdf. This works perfectly fine if I use the activex exe functionality in a test vb application.The problem that I am having is that the activex exe emits an error sound (no error me...

Copy Textbox contents to worksheets

1161 byte By bikidunker at 2007-11-20 11:12:30
HiI'm a relative newbie to VB and doing some vb programming in excel 2003 (vb6.3). I've created a form with numerous textboxes and written code to copy the contents into an Excel worksheet with a command_click event:Private Sub cmdTfrData2Excel_Click()Dim iRow As Long Dim ws As Workshee...