11,868 Topics
![]() | |
i want to delete a file from a specific location, if file Existing ; using JavaScript or VB scripting | |
how can i send a folder or a picture trough email... is there any vb codes to do so... help...!!!is it possible if i click on the picture and it will automatically go to window that will do the sending jobs.....??? | |
Hi all: I get the 3077 error (Data1.recordset.FindFirst "[nhisto] =" & answer) after I have changed a printer parameter in my program. Before this the program worked fine. I had to changed the proyect name and I saved the changes in .form name as well, in order for the new … | |
The code below downloads the test.mdb file but when I try to open it MS Access says it is in an unrecognised format. Is it not possible to use Inet for downloading an Access database? Dim strURL As String Dim bData() As Byte ' Data variable Dim intFile As Integer … | |
Please am using VB 6.0 a and SQL 2000 Can anyone help me how to display a datagrid with combo Boxes that are populated with the following:combo1.addItem "Name", combo1.addItem "Address" combo1.addItem "street Name" and combo1.addItem "Phone No." So that on a click of button I can loop through the datagrid … | |
Is there any way through which I can change the position of underline? I want to move it below the default position where it appears by using .SelUnderline. | |
Am using VB6.0 Can anyone help me to slightly Add a Yes/No Messagebox, in a way that buttons' captions are View/Edit, like Yes/No? Plz Help me Thanks | |
Do you have any ActiveX ( Buttons ) I really need it I want other this [URL="http://www.daniweb.com/forums/post773759.html?nojs=1#usercptools"]http://www.daniweb.com/forums/post773759.html?nojs=1#usercptools[/URL] | |
Hi, I want to create button in MS word which link to my vba automatically thanks | |
hi can anyone know how to save a data from flash and save it into ms access? because our professor make a program in visual basic w/ flash with a input text, static text, radio button and etc from flash, he can input a record and he have a command … | |
I need a compiler for VB6... Posting any links will help. | |
sir i want if user click on product id all the detail should come on the data report it should come itemwise all the required field is com. but problem is that all the records is comming more that one time kindly help me i have written a code in … | |
Hi, Im saving a file in MS Word and when i open it it shows me message to convert the file here is the code i am using Public Sub SaveDocumentAfterValid() Dim fs, f, fc, f1 Dim fbase, fsubfol, fsubfol2, fsubfol3, fsubfol4, fsubfol5, fsubfol6, fname As String Dim fname1, fbase_1, … | |
is it possible to code a leech in vb 6.0 that can take post automatically from some forums and post it to other forums like an auto poster? thanks. | |
Hi guys, am new in this, i have created a database in msaccess and connected it to vb6 using Adodc, now ma question is , how or wat tool must i use to display or populate data from data from the database, ist a listbox , a grid or which … | |
Hello, I have a combo box to select the ID, then it will display the particular record from from the database into the text boxes. And now I'm trying to make a update command button. Then I can just change the record which displaying in the text box. And click … | |
Hello seniors, I want to load data in listview on selecting the item in listbox.The data is available in data folder in different text form.I am trying to load but there is a msg"file already open". what i am doing wrong? Secondly I also want to add timer function so … | |
how to put a data in the listview? using adodb.recordset :) | |
hi, i am new in this forum and i cannot find a free downloadable activeX button, i want to make my design beautiful, can anyone here pls help me where to find cool buttons for free. im using VB6.. | |
Hi There I want to open access from VB6 and join the tables of my database from VB6 and store the value in an array. THis is what i have done till now. but i can't make the query from VB6 with SQL. I don't know what is the problem … | |
Sir when i edit any one of the line in the code window i have to comment and i put line this is [B]commented by raj on 06/1/2008 at 10:40:12 can anybody tell me[/B] if i press f3 this commented line should come automatic In the cursor located line. | |
Admit have mymdb.mdb with table mytable and filed myfield in c:\... Ho to fill combobox without dupes from table, please without "select distinct..." statement is possible? Tks. | |
I am doing a project in VB and have used ADODC connection to connect in Access Database. I have used MSHFlexGrid and want it's data get highlighted Automatically if it is on current date (i.e Today's Date) for Birthday Reminder. How can i do it? | |
hi i am new to visual basic and i need help creating a timer that will count down from 60 seconds and blow up a bomb when it hists 0 | |
Hallo to all vb masters, I need help in using the vb calendar. I have textfield where the date will be displayed everytime I click a particular date in the vb calendar. If I click 6 of january 2009 in the calendar, it will display in the textfield the date, … | |
hi, i want to display one table in a access database using datagrid. i tried to do like this. [COLOR="Red"]con.open constring set rs=con.execute("command to select the table") set datagrid.DataSource=rs[/COLOR] but it shows an runtime error like this: [B]RunTime Error '7004' The rowset in not bookmarkable[/B] wats' the reason... pls post … | |
Is there any way to shift the position of underline downward? e-g in [U]This is game[/U] underline passes through g. I want to move it a bit below so that it does not cut through words | |
[B]You cannot scroll by using the mouse wheel in the Microsoft Visual Basic 6.0 IDE.[/B] [B]CAUSE[/B] This problem occurs because the Visual Basic 6.0 IDE does not have built-in support for scrolling by using the mouse wheel. [B]WORK AROUND:[/B] To work around this problem, use one of the following methods: … | |
Hi, I am wanting to get some data from an Excel spreadsheet. My problem is the data in the cell has been formatted. i.e. This is [B]sample[/B] text. I want to be able to know which bits are made bold and create a string similar to: This is <b>sample<\b> text. … | |
Greetings! Anybody have idea how to make "Optional Title" in visual basic 6 data report. In visual vasic 6 data report there is %i for title. it is possible to use it in optional and how to use this command.. Example: i want to have optional Heading report in VB6 … |
The End.