10,987 Topics

Member Avatar for
Member Avatar for Dell XPS

i want to make a program that you can add some product details later in and you can then type the product code of a product and it is added to a report that you can print as a receipt to a customer showing the price of each product and …

Member Avatar for jireh
0
88
Member Avatar for edek

[code] Set Worksh = Worksheets("SampleWorksheet") Set myRange = Worksh.Range("F1") msgbox myRange.Value, , "" 'WORKS: current value in "F1" cell is displayed myRange.Value = 100 'DOESNT WORK! : value in cell DOES NOT change [/code] I have no idea - it was supposed to work. Any ideas? Thanks

Member Avatar for edek
0
117
Member Avatar for prettyboy

Hi. This is my first post and i'm a newbie. I'm learning to use VB6 and i'm trying to create a simple alarm clock but having a type mismatch error. It seems that the input time does not match the clock time. i have here the code. Hope u can …

Member Avatar for prettyboy
0
158
Member Avatar for Nelly1965

I am trying to reference a LOGO (the LOGO was inserted in the document as a picture) so that I can set its visible property to true or false as required. However I havent been able to find out how to reference the inserted picture file. Can anyone help me …

Member Avatar for Nelly1965
0
115
Member Avatar for locsin

I try to open excel file in visual basic 6. Somebody gave me this code to open excel file. But when i create a my new form and type this code. An error occured for this code Private Sub Form_Load() Dim x_app As Excel.Application Dim x_wbk As Excel.Workbook Dim x_wsh …

Member Avatar for kb.net
0
318
Member Avatar for nourbee

Hello,friends.. im a new gurl here.. i want to ask, how to transparent the background of the image on PDA/Mobile Simulator. Actually,im using Pocket Mobile at Microsoft Visual Studio 2005. now im using .gif image format. if i built it at windows application, i can get the transparent background image,but …

0
59
Member Avatar for choudhuryshouvi

Hi, can any one tell me how to create variables during runtime. This what we generally do when we need to create string of fixed length like - [B]dim x as string * 5[/B] now i also need to do it dynamically. suppose i need to declare two individual variables …

Member Avatar for binoj_daniel
0
101
Member Avatar for TheSpz

If Anyone can help am trying to build a Web proxy server it works on most sites but it does not want to work with Secure web sites that uses the CONNECT [url]www.domain.com:443[/url] String can anyone tell me where i can get info on howto use that command and is …

0
8
Member Avatar for tgifgemini

Hello everyone, I am having a display problem within my spreadsheet. The data in the spreadsheet row is hidden. Looking at the spreadsheet, you will see that the row that contains the "comments" is hidden, but when you manually expand the cells, you see the data. I have a code …

0
51
Member Avatar for larryperl

[code] Private Sub CommandButton7_Click() 'UAD_FLG Dim sValue1 As String Dim sValue2 As String Dim sValue3 As String Dim sValue4 As String Dim sValuex As String Dim sscript As String Dim sscript2 As String Dim sscript3 As String Dim x As String Dim finalstring As String Dim temp1 As Integer Dim …

Member Avatar for QVeen72
0
97
Member Avatar for jricklefs

I've built a Datatable that reads in a text file does some manipulation on it and then It's just sitting there. I've only been doing This for a few weeks and have been Stumbling through it at best. A friend of mine sent me this and said that this should …

0
82
Member Avatar for hanky

Hi friends, I designed a simple application based on MCQ's with Access as Database and DAO as the method to connect to the database. The problem is that the application is working fine on my system but on any other system it is giving an error "ActiveX object can't create …

Member Avatar for anto_nee
0
92
Member Avatar for Mikepf

Please tell me the necessary code to read a first table for information then search a second table. If no match, add a new record to the second table. Thanks!

Member Avatar for anto_nee
0
85
Member Avatar for pranto157

dim a as checkbox dim b as string b= "check1" a=b this code give me error. is ther any fuction to convert string into an object ? like cstr(). or what is the procedure to convert a string into an object ? plz help me. i need help

Member Avatar for kb.net
0
102
Member Avatar for pbrookee

Hello all, I have this program where I look through all the rows in the excel file I use... Cells(1, 1).Select Set rngTPT = .Range("A1:A650") but I dont want to have a range limitation. How can I go through the file but not give it a limitation? I was trying …

Member Avatar for kb.net
0
83
Member Avatar for elr3d

how i can browse More than file from my pc to my program *More than file not one file ex: when we need to listen to music in windows media player we can selcet alot of music

Member Avatar for kb.net
0
50
Member Avatar for manojthanal

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 = …

Member Avatar for Mikepf
0
822
Member Avatar for larryperl

Hi ... I am totally new to vb programming.I have to do something like this for this i am not having any idea,kindly help me. I have two excel files-- file one has data like thi--- 601A 600 580 780 48 300 33 601B 600 580 780 48 300 601C …

Member Avatar for Mikepf
0
114
Member Avatar for Lizo

I am a beginner in programming and has got the flur to write an application that will pick human voice and assign the correct instrumental pitches and tones to it. The component to use and the necessary code is beating me up. Help me out ! Lizo.

0
45
Member Avatar for intellogo

Hi, I have a report desigend in Crystal Report 11. The report has 2 sections which is divided in between by a simple dark line. The report's left side has the fields of TABLE A and will be used to show records from TABLE A only. And the report's right …

Member Avatar for intellogo
0
611
Member Avatar for Randika

I'm a school guy from Sri Lanka.Still im not following any course.I'm very interesting in doing programming with VB6 and using some books referenced VB6 .I'm a apprentice. My question is * How to disable the Close Button? *Can we have links with external softweres like WinZip etc through VB6?If …

Member Avatar for anto_nee
0
110
Member Avatar for muzammilpn

Can someone provide me with VB code of International Data Encryption Algo IDEA. I will be using it for cryptanalysis.

1
49
Member Avatar for shahriar2403

Does visual basic work with autocad? Is it possible 2 use datas 4m autocad drawing in vb? Does anybody know anything like stated above? Please let me know.

1
70
Member Avatar for Burra8

Hi All I'm new to posting in forums so forgive me is this is in the wrong layout. I have a small problem with a project I'm working on for myself. I need to graph some data in a simple curved graph the x axis is constant 0 to 60 …

0
56
Member Avatar for me_j

Can anyone plz give me code for searchin multiple records stored in Access db and displaying them?!!? The code i wrote displays only 1 record.

Member Avatar for me_j
0
69
Member Avatar for newwin
Member Avatar for locsin

when i finished my program I make installer using Package & Deployment Wizard. This can be found in the tools folder. (Start bar... All Programs... Microsoft Visual Studio... Tools...). But when I try to install this to other computer without visual basic. Error displayed this message "Cannot continue setup because …

Member Avatar for anto_nee
0
72
Member Avatar for anto_nee

hi to all how to obtain the date and time of server from client by vb coding anyone plz tell me is it possible in vb somebody said we can use client side caching but i dont know hw to implement this thanx in adv

Member Avatar for anto_nee
0
108
Member Avatar for locsin

HI I AM COMPUTER SCIENCE STUDENT. My Instructor gave me thesis project. Any database program at any programming languages. This is stand alone program. I designed my program in visual basic 6.0 which is record keeping. It works fine in my computer. But when i installed it in other computer …

Member Avatar for locsin
0
179
Member Avatar for meekeen

How to solve this problem? Generate 200 integer random numbers in the range (1000,9999) in an one-dimensional array x. Then determine:- a) How many of these fall in the ranges 1000-2499 and 2500-4999; b) How many of these are (a) even numbers and (b) divisible by 5 c) Sort and …

Member Avatar for meekeen
0
67

The End.