10,992 Topics

Member Avatar for
Member Avatar for Pgmer

Hi all i want to use Ms Excel as database and vb6 as front end is it possible? if yes then how to do it plz answer if u know

Member Avatar for QVeen72
0
88
Member Avatar for dejazzy1

Hello There; There are several question I would like to asked regarding visual basic and crystal reports Active-X control connectivity. We use the crystal reports viewer ocx to open crx reports on a stand alone vb application. the function to do the opening (calling) are fine. but several question arise; …

0
49
Member Avatar for linux

Sorry if this belongs elsewhere, it's BASIC, so VB is the closest. (By the way, long time no post for me, I'm back, yay) Okay. I'm writing a game (a SRPG) in QBASIC (wicked leet, huh?) so that my friends can edit it and crap (I know other languages, but …

Member Avatar for gugus
0
150
Member Avatar for selvaganapathy

Hi I Want to display a Form as System Modal. The best Example is [B]Shutdown Dialog box[/B]. How can we create such forms.

Member Avatar for selvaganapathy
0
1K
Member Avatar for gurpreetkb

I want to view Autocad drawings within my VB project. Please help on how do i go about it. I want a feature whereby i can view the Autocad drawings and may be at a later stage i would want to do some editing as well. Thanx for your replies

Member Avatar for shamsam
0
95
Member Avatar for mahest

Hi, Basically i'm Visual Basic Developer. But now some other client need i used the C# for creating the class library. I want to use the C# class library (dll) in the visual basic program. Could you any one help me! I have use the the "Resigter for COM Interop" …

0
53
Member Avatar for wrichardson530

I was woundering if it was possible to do validation on a dtat a grid and how to do it. I know how to generate info and delte it, but not how to validate it. I'm taking a access table and generating the dtat grid from that. I want my …

0
65
Member Avatar for jpparis

I have VB programs intended to be used by other than English-speaking people. When I use MsgBox with vbYesNo, the buttons show "Yes" and "No" (obviously). While everybody understands that (fortunately) it doesn't look very good or if I cared not to have the buttons in the language of the …

Member Avatar for jpparis
0
245
Member Avatar for sddproject

hi! we have a project where on frm_playername there is a textbox where the user enters a player name and then a button on that form takes you to the game screen form and on this form there is another textbox that should display the name entered on the frm_playername …

Member Avatar for Jx_Man
0
124
Member Avatar for bhoot_jb

hey friends...i am a beginner in VB applications..and while linking databases with my projects i have come across these terms : COM, OLE, OLE DB, OCX, ActiveX Though i vaguely know about them i often get confused between them...i guess because of their close relationships..so please anyone clearly explain what …

0
62
Member Avatar for swapna7999

i m doin a project in which i need to use ftp for that i need to include the modJPEG.bas anyone know how? thank u very much

Member Avatar for swapna7999
0
73
Member Avatar for bhoot_jb

hey friends...i am a beginner in VB applications..and while linking databases with my projects i have come across these terms : COM, OLE, OLE DB, OCX, ActiveX Though i vaguely know about them i often get confused between them...i guess because of their close relationships..so please anyone clearly explain what …

0
63
Member Avatar for laoballer

I have a button that I have set to false on runtime until some event occurs. I would like to display a tooltip for the disabled button to inform the user what has to be done to enable it. tooltip doesn't show while the button is disabled but shows while …

Member Avatar for QVeen72
0
828
Member Avatar for lisheen

I finally have my program working perfectly on my PC but I don't really know how to go about setting it up to work on another PC. I have gone through the Deployment setup but when I try to run it says file not found. I know nothing at all …

Member Avatar for Jx_Man
0
80
Member Avatar for MP89

Hi. I'm quite new to Visual Basic so my project isn't that advanced and I don't have too much knowledge of it. I'm however quite lost of how to solve the problems I now face. My project is a library where you can enter books. The books take the forms …

0
87
Member Avatar for dinilkarun

how to count the number of items(or say elements) in each item of a collection in vb6.0 please help

Member Avatar for QVeen72
0
91
Member Avatar for neo-samol

Hello all. Now I working with Project that use VB6,SQL Server . now my RESTAURANT want to update software by use Pocket PC order Food from customer. Plz Help me I don know the way to upgrade my Projcet. I need some idea. Help me please.:idea:

0
78
Member Avatar for DavidXu

Hello,every one! I want to get the specification of DataMatrix Barcode,can you help me? Thanks for any help! Greetings, David Xu

Member Avatar for kojek
0
573
Member Avatar for jaasaria

guyzz i wanted to make 2 connection in my inventory system. using mysql and access. i wanted to use the mysql as my main database..and if their no internet connection it posible save first the data in my access.. and if their an internet connection it will update and stored …

Member Avatar for werks
0
121
Member Avatar for happimani

Dear All I want to Open Soursafe control in VB application for example After creating new application when iam clicking one button Sourcesafe login page should appear how to do this regards Narain

0
81
Member Avatar for dinilkarun

Hi, I am trying to save a Vb form values to XML, I am able to write to a XML, but i am not able to append more pages. I am using the following code: ' Save the current values. Private Sub SaveValues() Dim xml_document As DOMDocument Dim values_node As …

0
148
Member Avatar for rapperhuj

Good Day Sir/Maam, I want to interact cellphones using pc through usb.. i want to know how to control the cellphone using programs.. what should be the interfacing code to manipulate the phone through usb.. thnks..

0
97
Member Avatar for Titers

Hi Im Titers and I wanted to create a glassy button using VB6, can you help me guys how to create a glassy button with mouse over effect. Thanks!

0
37
Member Avatar for Chartar

I have a VBA Word Project, which opens another Word document and exports a module from one project to another. When I run the macro while within the VBE (i.e., by clicking Run Sub/User Form button), it works fine, but when I try to run the same macro from the …

0
73
Member Avatar for lisheen

Hi All, I would like to start by saying that what I want to do is probably against the rules but I thought I would try and find out if it could be done. I am creating a VB program where you fill out a form [B]"FORM1"[/B] and then select …

Member Avatar for sendoshin
0
299
Member Avatar for andy_aphale

hello guys and programmers, my name is anil and i want to know how to crack a vb software?????? actualy i have created a software and then created a setup of that software through packing tool provided by the VB6.0 but now i want to add a button in my …

Member Avatar for selvaganapathy
0
82
Member Avatar for lisheen

Hi All I am trying to use VB to access a query in a MS Access Database and pass in a variable to run this query storing the query results in a recordset in VB. I am not very sure this is possible. In other words I am using vb …

Member Avatar for lisheen
0
151
Member Avatar for dbdork

Ok, here goes my first post. I have created a db in access and an access report which I need to open from a form in visual basic. My vb form contains: [U] 2 calendar controls[/U]: I would like the user to be able to select a date range to …

0
49
Member Avatar for CzechRock3

Hi I have no experiance with vb6 and databases, but I do have experiance with mysql and php... I wanna make a game with vb6 and retrieve the user info from my sites database. How do I connect to the database in vb6. A tutorial would be nice.

Member Avatar for cometburn
0
79
Member Avatar for ezibs

I'm having some difficulty with text to speech on VB6. I have downloaded a control from Microsoft, but it isn't an ActiveX control. I was wondering if there was any way to convert it, or if I would need to download it from somewhere else.

0
40
Member Avatar for MohammadAliSadi

I use vb 6.0 , Sql server and Data report . When i am go to show the report there is a problem. The Code is following. Private Sub cmdShow_Click() On Error GoTo Errorhandler Dim cn As New ADODB.Connection ' Dim rs As New ADODB.Recordset ' Dim rs1 As New …

Member Avatar for debasisdas
0
186
Member Avatar for William Peek

I am using a client program (VB6) to interact with one or more server ActiveX executibles, also VB6. Everyting works as it sould when the servers are different EXE's. That is, compiled with different Project Names to different File Names. However, I would like to access 2 instances of the …

Member Avatar for Jx_Man
0
150
Member Avatar for abel2b

Hello, Im new at programming I am just getting started, so can someone advise or teach me as to, how do I go about automatically answering a call,establish comunication,recieve data and passi t on to another aplication for decoding. Protocol to establish comunication and/or sending and receiving data must be …

0
79
Member Avatar for viperz_d

Hello, I'm new here, Can anyone help me? I'm trying to make a chat program. Like that of winchat. I'm planning something like a serverless type. Any help would be appreciated. :)

Member Avatar for CzechRock3
0
126
Member Avatar for wrichardson530

PosOfSpace = InString(LstStudent.[B]Value[/B], 1, " ") txtStudentId.Text = Mid(LstStudent.[B]Value,[/B] 1, PosOfType - 1) I'm tring to get the studentId to show up in the StudentId text box. This is supposed to be done by double clicking on the student you want process This is in the list called LstStudent. This …

Member Avatar for selvaganapathy
0
80
Member Avatar for wrichardson530

I made this code to let my user open up my database and see a report. It prints the report, then it will open the access database. I know I'm doing something wrong, i just want to view the reprot called student history. Any advice or corrections tomy code would …

Member Avatar for wrichardson530
0
165
Member Avatar for leedsy7

Background : This is a quote system that i am trying to improve! Currently i have a Mircrosoft excel database set up that collects all the quote information. My problem: How can i save to a specific point in an excel spreadsheet (for example save directly to c7 without ruining …

Member Avatar for leedsy7
0
86
Member Avatar for nolid83

hello..i want to ask that is it possible to disable NIC using vb, if it is possible can u guide me how to create a vb code. It is important to me coz i have to complete my final year project. hopefully anyone can help me.. i have no idea …

0
66
Member Avatar for saurabh.verma

hi, i am basically adding files to my listview through this code [code] For each n as string in my.computer.filesystem.getdirectories("C:\Testing\") Listview1.items.add(n,Imagelist1.images.count - 1) Next [/code] so all the files inside testing folder show up on the listview the problem is that they all show up but they show up with …

Member Avatar for saurabh.verma
0
104
Member Avatar for zambi

Hello, My manager is all over me because of this issue ... please can some help me I am working on an VB6 application which use Crystal Report 8.0.1.0 for reports and the backend database is SQL Server 2005. My report uses stored procedure to get the records from database. …

0
66
Member Avatar for DWFENNEL

I have a program that has a connection to an Oracle database and is supposed to execute an Insert statement. It runs with no problem until the [I]connection.Execute SQLString[/I] command. This causes a crash. The code compiles error free, and I've checked the syntax of the Insert statement and it …

Member Avatar for debasisdas
0
99
Member Avatar for dinilkarun

I am calling a form from a function present in a class. The function is in a 'for' loop. The form does some functionality and on click of a button on the form, the control should get back to the function from where the form was called. Please help me …

Member Avatar for debasisdas
0
109
Member Avatar for chrisdent1986

Hi. I have created a visual basic system that is connected to an oracle database. (I connected through data>Add New Data source>New Connection>Oracle Database etc etc) I am using the system to create new oracle users with passwords etc. I have a form called frmAdd and text boxes txtUser and …

Member Avatar for debasisdas
0
139
Member Avatar for az_master

hi,can anyone help me with a code that can change form color after 10 seconds ,for example from yellow to red continiously.please help.

Member Avatar for debasisdas
0
159
Member Avatar for ezibs

Hey, I just need a little help finding out how to convert text to voice in VB 6. Any info is greatly appreciated. Links would be great.

Member Avatar for selvaganapathy
0
51
Member Avatar for mike4
Member Avatar for sonia sardana

hey frnds tell me one thing,Graphics is used in Projects or not. Because I think so its a waste material given in all the books & it is used not in any projects. Any Suggestions.

Member Avatar for debasisdas
0
95
Member Avatar for medoyem

1. Write a Visual Basic program with GUI to cluster the following four dimensional vectors into an ART system: 1110, 0011, 0100. Play around with the vigilance parameter and see how the clusters change. 2. Write a Visual Basic program with GUI to encode the following associations into a bipolar …

Member Avatar for debasisdas
0
100
Member Avatar for dinilkarun

i'm popping up a form from a function and i want the code to stop executing further till a button on the form is clicked. Right now the form is popping up and the appln continues executing the code after that. Please help me

Member Avatar for dinilkarun
0
111
Member Avatar for staysolid3

Hello I just started learning visual basic about 1 week and a half ago, and I'm just wondering if there is a way to compare text box values. e.g. text1.text = 5 and text2.text = 10, rather then subtracting it, I was hoping if there was a way to find …

Member Avatar for ericstenson
0
64

The End.