16,916 Topics

Member Avatar for
Member Avatar for nitin_rajurkar

Hi Everybody, I need your help to solve a problem. We are developing CAD software. The software was working fine. It is developed using Visual C++.Net on Visual Studio 2003. However, we had to make it Unicode enabled. The minute we defined "UNICODE" and "_UNICODE" in Project Properties (C/C++ -->Preprocessor) …

Member Avatar for nitin_rajurkar
0
116
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
62
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
107
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
9
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
54
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
99
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
85
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
94
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
88
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
106
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
85
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
52
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
832
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
118
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
48
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
623
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
116
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
52
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
73
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
59
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
72
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
76
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
126
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
182
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
70
Member Avatar for dodol

Hi all, Any one know how to transfer file from website to computer?? In Visual basic , we can use catalyst. Any one has code in delphi 6 or delphi component to transfer file from web site to local computer? because before go in this website .. it need user …

0
72
Member Avatar for choudhuryshouvi

Hi to all, here is my question:- i've declared an user defined type like this - [B]public type user str() as string end type[/B] where str() is an string array with empty elements. now i want to create the elements dynamically. for that i wrote these - [B]dim x as …

Member Avatar for choudhuryshouvi
0
93
Member Avatar for anto_nee

rsYear1.Open "select count(ComplaintNo) from tblcomplaint where year(cDate) ='" + Year(DTPicker1.Value) + "'", ConSQL, adOpenDynamic, adLockOptimistic hi if u find any fault here reply me immediately rsYear1.Open "select ComplaintNo from tblcomplaint where cDate ='" + DTPicker1.Value+ "'", ConSQL, adOpenDynamic, adLockOptimistic i already try this also plzzzzzzzzzz

Member Avatar for anto_nee
0
70
Member Avatar for icetux

Hey, everyone. I am having getting my code to work. I have tried to add in a selection for the users. Not to mention I think I broke my table. here is the errors I get. 1>c:\users\keith\documents\visual studio 2005\projects\wk5mortgage\wk5mortgage\wk5m.cpp(51) : error C2446: '!=' : no conversion from 'int' to 'void …

Member Avatar for Salem
1
221
Member Avatar for shahriar2403

Let, i have a rectangle drawn in autocad. Now i want my application to open the file on my command & read the length & width of the rec. Dimensions are given in the autocad drawing by 'dimension' command. How is it possible? Does vb6 work with autocad drawings? Let …

0
71
Member Avatar for sacbuddika
Member Avatar for tonino.dna

I am building a device connected to the serial port of my PC. I need to chect the signal level of the RTS and DCD lines. How can I do that using MSCOMM? thanks tonino

0
76
Member Avatar for Kshiteesh

Dear frens, I have made an application in VB.net using Visual studio 8, with ms access as a backend. I have crystal report installed in it. I have got a problem while connecting database to the crystal report. I have also got problem in designing part. Is there any solution …

Member Avatar for muskdial
0
105
Member Avatar for Probleminfinity

Hi, I have written some macro in VBA. It has 2 buttons one is SUBMIT and another is CANCEL. When i click on SUBMIT then it calls access and populate the data in another excel file and takes around 20-30 minutes to populate/complete the process. What I want is on …

Member Avatar for debasisdas
0
90
Member Avatar for choudhuryshouvi

Hi, can any one tell me how to create standalone variables during runtime. This is what we generally do in design mode when we need to create strings of fixed length like - [B]dim x as string * 5[/B] now i want to do such things dynamically. suppose i need …

0
65
Member Avatar for dssengar

I am using the code:- [B]strCon = "Driver={Microsoft ODBC for Oracle}; " & "SERVER= abc; uid=abc;pwd=abc;" Dim oCon As Object Set oCon = New ADODB.Connection Dim oRs As Object Set oRs = New ADODB.Recordset oCon.Open strCon[/B] while connecting this with installed oracle client it works but without oracle client it …

Member Avatar for debasisdas
0
106
Member Avatar for tgifgemini

Good people, I need your assistance. I have a spreadsheet. My objective is to draw a line after writing each record. The purpose of this is for clarity - to denote the end of each record. Please see attachment for example of my spreadsheet and where I want the line …

Member Avatar for tgifgemini
0
99
Member Avatar for guru511

How can i detect the arrow key on the FlexGrid object, I had try using the KeyDown event, but this event doesn't respond with the arrow key pressed.

Member Avatar for guru511
0
174
Member Avatar for omengski

<inlinecode> Good morning, I am using VB6 to create a form to collect data. I have a button(cmdSubmit) that will insert and update my MS Access database. </inlinecode> <code> Private Sub cmdSubmit_Click() Dim conn As New ADODB.Connection Set conn = New ADODB.Connection conn.Open "Mon_Mac" Dim rs0 As New ADODB.Recordset Set …

Member Avatar for omengski
0
87
Member Avatar for kampf

Ok, yes this is an assignment. Yes It's due tomorrow, and yes I have spent countless hours trying to do this, my head is fried I start work in less than 6 hours and it's due in approximately 17hours time. Main problems: - I need to generate a Primary Key …

Member Avatar for plusplus
0
138
Member Avatar for JaceDBN

OK, now this problem relates to the same one ive been having with the invoices, "Transfering records", that I posted. If i have a text filed, lets say activity, which contains the user activity on a form, (Eg user clicks "Send Report" button and "activity" changes to "Report Sent" - …

Member Avatar for kb.net
0
144
Member Avatar for r3su3l0

Hi, I am new to VB. I want to view my records from MS Access into my ListView control. Can you help me with this? Thanks in advance. I already connected my VB app to MS Access database using ADO OLEDB. I want this to be done using purely coding. …

0
53
Member Avatar for bk_yogesh97

I am using frontend as visual basic 6.0 and back end as oracle 9i. Query is written for crystal report 8.5. In query select fields i used function to retrview data and grouping that fields. In Oracle Viewer Showing data is not same as Crystal report Viewer showing data. It …

Member Avatar for bk_yogesh97
0
70
Member Avatar for lasherz2

Hi,I am developing an inventory system and want it to be used in a networked environment.I have given it some thought but i am stuck.I have not done this before so i will greatly appreciate all the help.So is this possible- for the system to be used on multiple machines …

Member Avatar for lasherz2
0
67
Member Avatar for pbrookee

okay so to install an add-in you simply go to Add-Ins...Add-In Manager...and select which add-in you want... I need to install the Resource Editor, but when I go to the Add-In Manager there is no VB 6 Resource Editor for me to select. How can I get that so I …

0
63
Member Avatar for jricklefs

I'm currently building a Queue Systems for processing Customer Information. These file are processed as they are received and I am trying to build a queue to hold the file names for sequential processing. I tried building one with the QUEUE Class but was unable to get it to update …

Member Avatar for binoj_daniel
0
111
Member Avatar for vbnetdubai

Hello everyone, I am want to write a small program that runs in the background, which means that it has no user interface, and runs all the time, something like a process. The program does a single task: it reads barcode values from a barcode machine attached to the computer …

Member Avatar for debasisdas
0
106
Member Avatar for JaceDBN

Hi, Im busy using access to build a database, and Visual Basic to build the program code and automization in the database. Im looking for a feature simular to a notification box, where the if trigerred a msgbox or simular will appear. This is pretty simple and works perfectly. What …

Member Avatar for JaceDBN
0
177
Member Avatar for jricklefs

I'm trying to get a File watcher to update a que class and then process the files squentially without any luck. Private Sub FileSystemWatcher1_Changed(ByVal sender As System.Object, ByVal e As System.IO.FileSystemEventArgs) Handles QUEwatcher1.Created Dim i As String Dim myQ As System.Collections.Queue Dim Filename as string Filename = e.Name ' e.name …

Member Avatar for binoj_daniel
0
112

The End.