10,989 Topics

Member Avatar for
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
70
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
294
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
79
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
148
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
47
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
76
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
37
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
183
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
144
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
76
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
123
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
78
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
162
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
83
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
64
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
102
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
63
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
96
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
107
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
136
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
151
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
48
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
92
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
99
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
109
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
60
Member Avatar for NeedVBAhelp

I'm a beginner in VB and have an assingment where i have to use array, using input box to recieving array from t he user, such as first name and surname. then that array has to show in a listbox on the screen, does anyone know where i could begin, …

Member Avatar for selvaganapathy
0
102
Member Avatar for planethax

I am building an app that communicates to an Elm327 divice on my com port, I need to know how to do thiss, I have made a smaller app for testing, I can connect to device, I know this as the device then sends me a message, now I need …

Member Avatar for networx
0
200
Member Avatar for ram12

Hi i'm trying to convert vb6 application to vb.net. In vb6 the arrays are declared as single dimension arrays and used as multi dimension. example: dim a() and used as redim a(,) But how the same is possible in vb.net. Please help me. Thanks in advance.

Member Avatar for waynespangler
0
84

The End.