logo
  

Insert Picture in a specific cell of an excel using vb6
Hi, I need to insert a picture from a local path into a specific cell (For e.g. "A2") in an excel? can anybody tell me how to proceed with this?   Thanks Jan            
specific, Insert, cell, local, path
(2 replies / 33 Views)  Asked By Jan S in the VB 6.0 forum on Monday, February 08, 2010 1:10:05 AM
Validating a listbox to make sure an item is selected
I need to validate a listbox to make sure something is selected.  I have a listbox where the user needs to select a time.  If no time is selected, then I need to give a message that a time is needed to continue.  I'm not sure where to begin on this.  Any help and ideas are greatly appreciated!  Thanks in advance!
validate,listbox,vb,visual,basic
(2 replies / 24 Views)  Asked By Nicky Welch in the VB 6.0 forum on Saturday, February 06, 2010 1:07:59 PM
CODING FOR VB & ACCESS AS MULTIUSER
Dear all,      I want to develop one multi user application using vb as fornt end & access as back end. Now, I want help regarding connection between VB & Access.    1. Is it possible to use Access as Multi User Database, if possbile please provide same sample coding how to connect the database and at the time of inserting/deletion/update what should ...
connection, Database, ACCESS, user, application, help, sample, connect, time, inserting, update
(1 reply / 22 Views)  Asked By Chandan Mukherjee in the VB 6.0 forum on Friday, February 05, 2010 4:17:34 AM
crystal report
i m not able to refresh crystal report, if i refresh it i m not getting the current report
report, refresh, current
(2 replies / 20 Views)  Asked By supriya venkatesh in the VB 6.0 forum on Friday, February 05, 2010 12:03:48 AM
Creating pdf from Visual Basic 6.0
We have an application written VB 6.0 for creating EDI Invoices in Monarch 5.0 format and we have a web page that users go to view/download the invoices.  Users have to have Monarch installed on their computer to view the invoices.  At one of are user's company they recently upgraded to Windows 7 and they are getting an error messages with stating that Monarch is an incompatible program...
database, Creating, Visual, application, format, page, users, view, download, computer, user, current, version, Windows, upgrade
(2 replies / 20 Views)  Asked By Eric Smith in the VB 6.0 forum on Thursday, February 04, 2010 4:00:04 PM
How to open PDF files using Acrobat.AcroPDDoc
Dim adAcrobatApp As New Acrobat.AcroPDDoc Dim adAcrobatDoc As Object The above two lines i declare in genral If InStr(1, filename, ".pdf") > 0 Then      If Not (adAcrobatDoc Is Nothing) Then         MsgBox " Aplication is already running"         adAcrobatApp.Open (filename)  &...
files, Object, lines, filename, CreateObject, code, window, file, seconds, debug, msg, create, help, resolve, advance
(3 replies / 30 Views)  Asked By bhanu priya in the VB 6.0 forum on Thursday, February 04, 2010 6:27:44 AM
Macro to save as XLSB binary format
I've written a macro to save a file with a name that is created in Range A1 on Sheet 1. The given file name ends in .xlsb because I want to save it in Binary format (to keep it small) The Macro starts Dim TEFileName As Range    Set TEFileName = Worksheets("Sheet1").Range("A1:A1")    FileNameAnswer = TEFileName     Dim EXPENSE As Range   Set...
Macro,Binary,save,as
(2 replies / 27 Views)  Asked By Malcolm Snawdon in the VB 6.0 forum on Wednesday, February 03, 2010 8:53:52 AM
how to print datagrid in vb6?
can i know the code to print datagrid in vb6? i'm out of idea.........help me...
print, datagrid, code, help
(5 replies / 38 Views)  Asked By gl0omy sun in the VB 6.0 forum on Tuesday, February 02, 2010 7:40:51 PM
excel data into access
Hi all, I have a ms access database, how to append excel record into access table only unique records-no record to add which already in access table.please give help me by providing a vb code than can I insert into my access form.any help would much much appreciated. 
database, data, access, append, record, table, unique, help, code, insert, form
(1 reply / 33 Views)  Asked By firoz poil in the VB 6.0 forum on Tuesday, February 02, 2010 4:10:43 AM
Data Binding in vb 6.0
Hi Experts,                 I am using Vb6.0. i need to bind a data field into combobox.  whether the following coding i run and it shows error like unable to bind to field or datamemer "NameField" query=" Select Id,NameField from Table1"    RS.Open Query, Con, 1, 3        Set Combo1.DataSource = RS&nbs...
error,showing,when,data,binding,in,combobox
(5 replies / 28 Views)  Asked By Prakash Thirumoorthy in the VB 6.0 forum on Tuesday, February 02, 2010 3:22:40 AM
user control(textbox +listview)
Dear all, I want to create a user control including a textbox and a listview. When user types text in the textbox, the listview will automatically scroll to the row that like that matches search criteria.Help pliz.Regards,Pitts Rukks.
combine,textbox,listview,usercontrol
(3 replies / 54 Views)  Asked By Pitts Rukks in the VB 6.0 forum on Monday, February 01, 2010 6:55:04 AM
hi
Dear All,I need a help in VB6.0. I want to set the cursor after  text in the textbox. Does anyone has any idea?Thanks in advanceAnish
help, cursor, text, textbox
(8 replies / 32 Views)  Asked By Anish v in the VB 6.0 forum on Monday, February 01, 2010 12:29:24 AM
HTTP Posting with VB Code, (or best solution)
I am trying to post an XML file to a secure HTTP website, but I don't know where to start.  Does anyone have any ideas on the coding for this in VB.  I would probably want to run the script on a schedule on my server so that it will look for any files in a certain directory, post them, then move them to an archive when posted to the site.If anyone has any ideas/suggestions, I appreciate...
HTTP,POST,VB,XML
(2 replies / 39 Views)  Asked By TK Neva in the VB 6.0 forum on Thursday, January 28, 2010 5:06:23 PM
how to network a program made to visual basic 6.00
i created a program, an inventory system i want it to be on network help me anyone thnaks in advance.
network, visual, created, system, help, advance
(3 replies / 21 Views)  Asked By ferdie tinquico in the VB 6.0 forum on Thursday, January 28, 2010 12:37:06 AM
Hiding input in Userform
I have a userform with text fields where the user enters a user id and password.  I would like to mask the password with ****.  Is this possible, or is to possible to have an inputbox with 2 inputs ?  
input, text, fields, user, password, mask
(2 replies / 21 Views)  Asked By Tracy Samuels in the VB 6.0 forum on Wednesday, January 27, 2010 5:00:20 PM
adding data from subform to table
First I am new to the forum and to access.  I ahve taken on a very difficult task for a newbie, but I'm making progress. I have a similar question as the one posed at http://www.eggheadcafe.com/community/aspnet/88/10133555/adding-data-to-a-table-th.aspx There was a reply from Dean Lavell, but no followoup, so I gotta ask what I believe is the same question I am trying to write code fo...
DataTable,subfrm,subform,appending,table
(4 replies / 23 Views)  Asked By Allan Smith in the VB 6.0 forum on Tuesday, January 26, 2010 4:18:47 PM
TAPI PBX
Hi, Im development using VB 6.0 and I pretende conection with PBX LG-Nortel ipLDK-60 using TAPI. How can I connection ? Im trying using lineInitializeEx, after that using LineOpen, and after that Im trying make a call using lineMakeCall, but return a error -2147483605. Im using Windows XP professional and PBX connect in Router and my server is a Windows 2000 Server. Thank you
Connection
(0 replies / 42 Views)  Asked By Velok hotmail in the VB 6.0 forum on Tuesday, January 26, 2010 9:15:08 AM
Set target cell value depending on hyperlink activated
I am trying to develop  a system whereby a number of hyperlinks on a Menu page point to a single page that will access different data sets depending upon which hyperlink is activated to reach the Target cell.  I would like to set the value of the Target cell to a value that would allow dynamic addressing of the master data set.  The value could be numeric or a string (Hyperlink Tex...
cell, value, hyperlink, activated, system, number, Menu, page, point, access, data, allow, addressing, master, numeric, string
(0 replies / 21 Views)  Asked By Harry Boughen in the VB 6.0 forum on Monday, January 25, 2010 11:35:00 PM
Icon not displaying when exe is created.
Hi, For the exe generated, the Icon is not displayed. I added the Icon in the project Properties --> Make tab --> Application --> Icon.  I am using Vb 6.0 I can see the icon in the project properties. but the same is not displayed when the exe is generated. I added the icon in the resource file too. But   its not displayed. I added the image for it....
exe,icon
(3 replies / 47 Views)  Asked By Ram Raghavendra in the VB 6.0 forum on Monday, January 25, 2010 2:08:46 AM
Userform to fill 2 different word documents
I have written a VBA code for a word document, whereby when it opens, a userform appears where data is entered. Upon entering the data, I have no problem for the data to be entered in that document. But I would also want to open another document and fill in the details as well. Since my macro is saved in the first document, the 2nd word document cannot read the data entered in the userfor...
Userform,in,MS,Word,to,fill,2,word,documents
(3 replies / 40 Views)  Asked By Raymond Koh in the VB 6.0 forum on Saturday, January 23, 2010 8:44:08 PM
Cannot Prevent the Tab key from moving Cursor to next Box
I triied it This way:  If keyAscii = 9 then KeyAscii = o If I place the above in Text1.Text Keypress event and Press the Tab key, the cursor still goes to the next Text Box. How can I prevent that. Also is there any way I could re- map the keyboard so that I could make the Ctl or Alt or window Key Another Enter.
key, from, Cursor, next, Text, any, map, Tab, Box, Keypress, event, keyboard, Alt, window, Enter
(1 reply / 35 Views)  Asked By Howard Colbourne in the VB 6.0 forum on Friday, January 22, 2010 9:25:40 PM
Formatting tables with macro
Hello,Could anyone help me create a macro that selects bold text within all the tables in a document. I would like to use it to differentiate between horizontally and vertically laid out tables. Which also sounds a bit of a challenge. However, I have already created the table styles.Any ideas how to do this?Thanks.
Word-VBA,table,formatting
(1 reply / 41 Views)  Asked By Anita Bardos in the VB 6.0 forum on Thursday, January 21, 2010 5:29:56 AM
List View - Column
Hi All,Does anybody know, how can we view the contents of a ListView in a single column itself? My view type is lvwList and also i have checked the "Check boxes" option too. Now i am getting the data as multiple columns with a horizontal scrollbar. I want to change it to a single column with a Vertical scrollbar.Any immediate help will be highly appreciated.Thanks in advacne Anish
ListView,Single,Column,view,etc
(4 replies / 47 Views)  Asked By Anish v in the VB 6.0 forum on Wednesday, January 20, 2010 6:58:35 AM
mail merge
I have a mail  merge doc set up in word. I am trying to create a macro that allows duplex, and trifold printing. I have tried the following macro, it allows for duplex printing but it only includes the first record. I need it to include the first 2 records.  Dim i As LongWith ActiveDocumentFor i = 1 To .Sections.Count.PrintOut Background:=False, Range:=wdPrintFromTo, From:="s" & i,...
merge, create, duplex, includes, first, record, include, Sections, Count, Background, False, Range
(1 reply / 63 Views)  Asked By Sheryl Setterlind in the VB 6.0 forum on Tuesday, January 19, 2010 3:59:07 PM
how to insert wiith design part
pls explian about insert command with design part.
insert, design, command
(1 reply / 46 Views)  Asked By renu devi in the VB 6.0 forum on Monday, January 18, 2010 8:48:27 AM





  $1000 Contest    [)ia6l0 iii - $228  |  Jonathan VH - $161  |  Huggy Bear - $135  |  F Cali - $95  |  egg egg - $94  |  more Advertise  |  Privacy  |   (c) 2010