10,989 Topics
| |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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. | |
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. | |
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 … | |
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 … | |
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 … | |
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. :) | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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. … | |
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 … | |
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 … | |
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 … | |
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. | |
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. | |
How do i pass variables to data environment's sql? | |
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. | |
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 … | |
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 | |
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 … | |
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, … | |
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 … | |
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. |
The End.