11,868 Topics
![]() | |
I am trying to keep formatting between cell references. For instance, I have a date in once cell (J9) and would like to add this date to a text field so e.g.: ="This will take effect on " & J9 & "." However, when I do this, I end up … | |
Unfortunately, I don't think this question is solved with a simple vlookup, or etc. I have a spreadsheet that has several tables of data with the following format on one sheet: gxxxx gxxxx gxxxx zzzzz gxxxx gxxxx gxxxx zzzzz The "g"s above would indicate an item for lookup. The "z"s … | |
hi all, I want to use combo box in my application and i want to give user only selection option for combo box when they are entry data so i make combo boxs style property to drop down list. But when he edit the data then i access that record … | |
Hello everyone i have started to do a project. I have a form with a ado control on it. i have connected it through string connection. Now the problem that i have is that once the form is executed, and when i start to enter any field suppose "name". Moment … | |
Hello All, I am a first time poster here, and had a general question. Briefly, I have developed a fairly simple app in VB5 (a couple of controls and some code to run them) and would like to be able to use it on a PDA, rather than having to … | |
I’m very very new in VB6.0 in my project I need a function where I want to pass month name as variable value which will be selected from a combo box by user and the function will generate the full date from starting to end along with the weekday name. … | |
How to insert a Licence key in my vb 6.0 stand alone application plz help | |
Please help me digital image prcessing.Please send Visual Basic code for image sharpning,Bluring and nagation | |
sir i want to show only distinct row should come in list box. any help would be greately appreciated. [code] Dim con As adodb.Connection Dim rs As adodb.Recordset Dim i As Integer Dim strReq As String * 10 Dim strName As String * 20 Dim strJob As String * 10 … | |
can anyone tell me how should i print on the data report page no of total page.suppose there are total 10 page. i want it should display on report 1 of 10 ,2 of 10 ... when i place %p it simply print 1 can anybody tell me ? [code] … | |
everytime i click my command button may mshflexgrid did not update :( here's my code [code] If Text1.Text = "" Then MsgBox "Please Input the Product Code", vbInformation Text1.SetFocus Exit Sub End If If Text2.Text = "" Then MsgBox "Please Input the Product Unit", vbInformation Text2.SetFocus Exit Sub ElseIf Text3.Text … | |
hi can anyone help me about my problem how can i come up w/ this solution for example 1 + 2.00 the answer should 3.00 or like this 1.35+2.00 the answer should 3.35 how can i do this? | |
Greetings folks, I need to load a word document file into a RichTextBox component, It can't be done directly, so, I need first, convert it to a RichText Format File and then load it to the component. Any Ideas? Thanks Omar | |
sir i want when user click on the button access report should open. can anyone help me ?. here is the code what i have written but it hangs again and again. [code] Private Sub Command6_Click() On Error GoTo cancel Dim Access As New Access.Application Access.OpenCurrentDatabase ("\\asfserver\itp$\Product_tabletest.mdb") Access.DoCmd.OpenReport "MR", acViewNormal … | |
Hi All, I am looking for a charting component purely for VB 6.0, I know VB has inbuilt Microsoft's Charting Component, but it does not solve my purpose. I need some cool look charts, If you guys know any such component, do let me know. | |
im fairly new to vb 6 and doing a course which requires a project. in my project i need to save a name, age, and form of a user in a random access file when a button is pressed which i have done, and then when another button is pressed, … | |
Hope I posting in the right place. I have developed a program combining microsoft word and excel and have done my best to stop it looking like either one of those products. I have read elsewhere that I could use a 'Front Loader' to do some preliminary checks (are word … | |
I have to write a program that simulates a basketball game... I have the majority of it worked out with the following two exceptions 1) I can't figure out how to make my timer work. Each game is broken up into, quarters then into match ups. Each match up is … | |
can anyone here know how to make a fade in and fade out label? in visual basic? | |
Hi, I'm trying to make 3D clipping for my 3D projection program, and I am having trouble with the FOV calculations. The problem is that I set FOV to 45, but a point placed at 45 degrees from the camera does not appear at the edge of the viewport. I … | |
hi, i am using rtb. I want to print a specific character when user presses Alt+some key by using chrW() method. I want to detect in KeyPress() event of rtb when user presses Alt+Key. How can i do that? I know i can detect (Alt+x) like combinations in Key_Down event … | |
i have 2 table in my database access 1 is temporary and the second one is temporary2, how can i save all the data in temporary to temporary2? im using adodb. | |
how do i learn programing?eventhough how hard i try to understand the languages, i can not absorb it, pls help me about it | |
Hello- I am new to Visual Basic and have done tutorials, as well as checked VB help and online to help me with this problem, but I can't figure it out. I am trying to make a 'Supervisor field' in an excel spreadsheet mandatory. If users do not complete this … | |
In excel, what I am trying to do is list the number of occurrences of column B, based on the number from column A. Here is sample data: [B] A..........B[/B] 3..........40 5..........56 2..........23 .......... .......... .......... .......... Example output to column C would be: [B]C[/B] 40, 40, 40 56, 56, … | |
In my form I have a pull down that will display the names of all the clients. The users select a name, and it is entered in the field. But, then I have a few lazy Uses that will enter any thing to save time on their part. This is … | |
Require help I had 2 question 1) What is the script when I select Option 1 click command button will go to form 2 and select option 2 click button command will go to Form 2? 2) What is the script connection within vb6 to mssql? | |
Hi In vb6 I would like to display the contents of long message in more than one line. When I use the following command the entire message display in single line only thereby making the message box long The command that I am using is as under msgbox " abcd … | |
Hi, Code below generates this error "Run-time error 424 Object required". What can i do? VB6. thanks [code] Private Sub Command3_Click() My.Computer.Registry.CurrentUser.CreateSubKey ("TestKey") End Sub [/code] | |
[ATTACH]8892[/ATTACH]Sir i want to create a separator bar for the column in listbox ,i have written a code . it is working fine .but i need separator bar to distinguish column in a list box : [code] Dim con As ADODB.Connection Dim rs As ADODB.Recordset Dim i As Integer Private … |
The End.