10,989 Topics
| |
I'm new to all this and trying to learn as I go along. One task I'm trying to do is to write some VB code that updates portions of one tab of an excel file from another tab in the same file. I want this to work on an ongoing … | |
I'm new to all this and trying to learn as I go along. One task I'm trying to do is to write some VB code that updates portions of one tab of an excel file from another tab in the same file. I want this to work on an ongoing … | |
I'm new to all this and trying to learn as I go along. One task I'm trying to do is to write some VB code that updates portions of one tab of an excel file from another tab in the same file. I want this to work on an ongoing … | |
please help me how to display user name at statusbar? i have 1 table(Login) which is have 3 fields: i)Name ii)Id iii)Password please...please help me | |
i have a sub fill that add a default value to a second combo box when a value is added to the first combo box in a row. i would like to add default values to all the combo boxes in that row when the first data is added. here … | |
Let's list pros and cons of each, comparing one to the other in the process. What do you like about VB6 over VB.NET, and vice versa? What do you find easy to do in one, that you have trouble with in the other? | |
hi please explain me the following in VB 6.0:?: 1. webbrowser.busy 2. webbrowser.readystate=readystate_complete 3. webbrowser.readystate=readystate_loading 4.webbrowser.readystate=readystate_loaded 5.webbrowser.readystate=readystate_interactive thank u | |
Hi, I set DataGrid1 column width as follows, but it doesn't effect when i run my program. [code] DataGrid1.Columns(0).Width = 3030.236 DataGrid1.Columns(1).Width = 1604.976 DataGrid1.Columns(2).Width = 1904.882 DataGrid1.Columns(3).Width = 1065.26 [/code] Thanks | |
This is my code. But there are 3 errors in it. 1st Error: Dim message As New MailMessage() 2nd Error: SmtpMail.SmtpServer = mailServer 3rd Error: SmtpMail.Send(message) Can someone teach me how to configure and correct the code? Imports System.Web.Mail Partial Class ReferaFriend Inherits System.Web.UI.Page Protected Sub btnSubmit_Click(ByVal sender As Object, … | |
Hi Friends, First thing is I want to say Thank youuuuuuuuuuuuuuu. for retriving me answer on my other question you guys are such a greate people. Sory To Disturb you But I have One Big problem That i can't solve it :'( I m creating A project, in this project … | |
How to create dialogue box in asp.net using c#.net:-O | |
| |
Hi, I have a problem. I need to read some data from a text file and need to put it into XML file using VB6. I have the follwoing input from the text file: Suite id="ADD" description="Add Validation Suite" TestCase id="ATC_V_Add001" and so on.......... and I want the following format … | |
Hi, Can anybody help me with the code to encode Magnetic Card with Magnetic Card Encoder and read Magnetic Card with Magnetic Card Reader? I have MSR205 Magnetic Card Encoder and MINI 123 Magnetic Card Reader. I want to have code in Visual Basic. Thanks in advance. | |
HI i have an one excel file i need to extract the values from excel using VB and and display as a text file. i know the codes for this one. now i also want to extract the codes which was written in the VBE environment. i dont no how … | |
I am started a new with VB6 Access project. I am connected database with ADODB, DSN Method that Code Given below. '======================In module ============== '=================== Connection With Database =============== '====================================================== Public CNN As New ADODB.Connection Public RS As New ADODB.Recordset Public cString As String Public Sub Main() Set CNN = … | |
I have a problem for some reason with Vbhide on one XP computer. I have some code running on 30 XP machines and it runs fine, but one XP machine doesn’t want to hide the window when executed. The below code is an example of the line of code that … | |
i think it is not possible to print vertical lines along with text data in vb6..so i thot of transferring the whole contents from vb form to a word document. but now i dont know how to do that. i want to transfer the data in a specific tabular format. … | |
Hi, I have a subroutine(callMe) in Module1. I want to call "callMe" in other subroutine in Form1. I cant do it. I cant call subroutine in other subroutine. How do i do it. Thanks | |
hi i would like to know the functions of webbrowser1.busy,STATE_COMPLETE and all other properties of web browser. pls also let me know how to make the process sleep until web browser gets loaded. thank u | |
Hi everyone. I'm new here, and I'm also starting to make reports using Crystal Report. Can you give me some tips (or any tutorial sites) for me to familiarize CR? Anyway, I installed Crystal Report 9.2 Many Thanks :) | |
Hi, Code below retrieves some of the enum values, not all. Why? Thanks [code] Dim RST As New ADODB.RecordSet Combo1.Clear RST.Open "Select Distinct Title From MyTable",Conn If Not RST.EOF Then RST.MoveFirst Do While Not RST.EOF Combo1.AddItem RST(0) & "" RST.MoveNext Loop End If [/code] | |
Hello, How to copy an item selected in a Listbox present in Form1 into a Combobox present in another form-Form2. Here the combobox contains a list of customers while the listbox contains only the selected few. For eg in the cbox i type "r" the i get a list of … | |
Hello, I have a login form in Access which has a combobox and ac ommand button. The combobox has a list of customernames. On selected the customer in the CBox or specifying a part of the customername, when i click the commbuton i should get another form having a list … | |
hi guys can someone pls help me... Im copying data from different files (all excel), how can I count the last row then the second data that im copied will placed under it. It's somehow like insert a record.. Thanks... :) | |
hi everyone; can somebody help me with my project. I have different files in one folder (Budget Folder) then I will import that in a single excel file (destibook.xls). This is the code. [ICODE] Dim DestBook As Workbook, SrcBook As Workbook Application.ScreenUpdating = False Set SrcBook = Workbooks.Open("C:\Documents and Settings\cbanato\My … | |
Hello.. I want to make a macro to create a chart from a table in different sheet. What i try to do is copy the information into a new sheet. Next i use the information copied to make a column clustered chart. The problem is the chart does not appead … | |
So far i have managed to butcher some code i found around 12mth ago to allow me to read the relevant node but i'm struggling to find out how to edit this node value and save the xml file. I cant find where i got this from or anything similar. … | |
I ask for simple help. I'm at a part of my application where I need it to open a text file, and search for id numbers within the text. There will be several instances of "id=######"s that I will need to grab from the text file, and put them line … | |
hi how to make the process sleep until my webbrowser gets loaded. this is my code [B]webbrowser1.navigate("www.google.co.in") text=webbrowser1.document.body.innertext[/B] pls send me the code |
The End.