11,868 Topics
![]() | |
I first touched VBscript 4 days ago and so far so good except for one issue I am having. I have written a scheduling form for Outlook that takes 4 names and then sends out about 20 meeting invites. The problem I am having is directing the program to schedule … | |
Please help me to solve this problem beacause it is not working the form2 dont show when i click the NO button please help me. if you have any suggestion about my code please tell me!! Form2_Unload() box=msgbox("Do you want to exit",vbYESNO,"Exit?") if box=yes then unload me else form2.show end … | |
i'm exporting a chart into jpg with the following code... [B]oExcel.ActiveChart.Export FileName:=App.Path & "\chart.gif", FilterName:="GIF"[/B] In XP it works fine... But in Vista, it gives the error [B][COLOR=Red]ERR 70 - Permission denied"[/COLOR][/B] please advice on this... Thanks in advance | |
can anyone plz help me out by giving the lines of code which will hwlp me establisg a connection with my access database usin ADO ...... | |
Hey all. I'm trying to install Microsoft Visual Studio 2005 Professional. My computer has a small partition for the default disk (where the system files are). It only left something like not more than 200MB and I've cleaned up, compressed, and tried to uninstall things. But I got other extended … | |
pliz assist in linking visual basic 6.0 with access step by step | |
pliz assist in showing how to link visual basic 6.0 and ms access following all the correct procedures. i have used data 1 for linking but still not working.tell me how to link vb with access | |
Hello all... I set a key in the registry with a name as Database, the Value consists of a Database name "PBC_DB.mdb" My hopes are to use the key in my program (I am using vb6) to find the database; in the connection string rather than having it read ex: … | |
Hi, could anyone help me by explaining what Lib means i have come across these lines of code in a book and i could not understand what theses codes mean. Thx in advance [CODE]Private Declare Function GetPixel Lib "gdi32" _ (ByVal hDC As Long, _ ByVal x As Long, _ … | |
I'm trying to create a database for an operator to choose values from a dropdown list. However, the source of these values are calculated (in a different query) in different columns (long story). I need to be able to choose any single value from multiple columns. I have tried to … | |
[B]Hi,[/B] [B]Can anyone help me, how to determine selected control from an array of listbox? Anyhelp is greatly appreciated. Thanks.[/B] [B]cguan[/B] | |
Hello all! I have a flexgrid and everytime a user would click in a cell to edit it, an error occurs "Run time error 5 "Invalid procedure call or argument"" Here is my code: 'simple sub routine to fake the edits Private Sub EditFlexGridCell(PassedText As String, Optional CpBoard As Boolean) … | |
i am a beginner in vb 6.0 i like to use crystal report in vb 6.0 insted of data report i serched in vb 6.0 for crystal report but ican't found Please help me..... | |
Let, i have a database in ms access with two field named-"name" & "roll". I also have a combo box or list box in vb containing those names. I have to select a name from that list and appear the corresponding "roll" from that database in a text box in … | |
Hi, there, all fellow programmers I need a help on this. I have a code in vb6. It acts when a click action is made on 'X' on form1. Here is the code :- private sub form1_unload(cancel as integer) dim confirm as integer confirm=msgbox("Sure to exit ?",vbyesno+vbquestion,"Confirm Exit") if confirm=vbyes … | |
[B][COLOR=green]dear friends i need visual basic tutorial & books on pdf or video formet plz post for me i am biggener for this ..........[/COLOR][/B] [B][COLOR=green]thanks......... in advance........[/COLOR][/B] | |
I'm working on the game of Concentration. When you match 2 squares I want to blink a label caption "MATCH" say 3 or 4 times then hide it. The problem is I want the program to stop until the blinking ends then continue. I use a timer to make the … | |
Can anyone help me to convert the following BASIC langauge into Visual Basic source code? Please help. I'm new in programming. Thanks alot. ----------- NEW 10 REM Test Program Four - RG 9305.11 11 REM Walking Program for BORIS Connected to PC Parallel Port 12 REM Control from numeric keypad: … | |
Hello all! :-/ I am creating a program which reads data from a database. How can I change the connection string to format anyone who would use this program on there computer? My current connection string is made to specifically read from my folder(s)... conn.ConnectionString = "C:\Documents and Settings\servername.\Desktop\Pamela\CheckReader\Database\CheckInfo.mdb" Thanks … | |
Hi, It's my first post in this site I need a system-wide hotkey in vb6 so, anywhere the user is, if he pressed the hotkey respond to. GOOD BYTE, LORDCOVER | |
ok ive just started work for a company and second day in they have asked me whether its possible to convert there entire VB6 applications suite to asp.net making it available to run online for their clients. This is my first job outside uni and having played around with asp.net … | |
I heard that using VB 6.0 I can disable the start button. But I've search to found what code to be put but unfortunately i cannot found one. I also know that code for win98 differ from XP OS... So pls some one teach me... Thanks a lot.. | |
Kindly please help me on how to make a VB6.0 EXE To run when there is no visual basic 6.0 installed on a computer! Thank you! or what can i do to run a visual basic program to the computer where there is no vb software installed! | |
Hi. Im a beginner and I've recently studied ASSIGNING ARRAYS and have drawn the following conclusions. Please tell me if they're correct or not. If their wrong, pls explain to me why they're wrong and pls give me a sample code. Thanks a lot guys!!! Assign fixed array to dynamic … | |
Hi, I have used the following code to add a new field to a database. Is there a way to stop this field having a Null value but still keep it empty? [CODE] strSQL = "SELECT * FROM cells ORDER BY cell, Proof;" Set db = OpenDatabase(lblDatabase.Caption, False, False) Set … | |
how can i show data into DataGridControl 6.0 by using dao connection method. Note: database is Oracle 8i. plz reply me........................ | |
Hi people, I need an urgent help in this. I have a form where I have created a textbox(disabled) in order to show the Number ID from the access database Auto ID but have a problem here. The newly created table in the database doesn't show any number example like … | |
Hi I have an application in vb which encountes this two errors: cannot find dlllentrypoint:setLayered.window attributes in user32.dll and 2nd runtime error 91: Object variable or block variable not set. when i run it on windows 98 , but it works fine with windows XP.. Can any one please help … | |
Hi, Has anyone interfaced USB ports from VB5 to control equipment, rather than just print ? If so can you give me some pointers please to information on how to do it . Thanks Denis | |
I want to generate massive user name database, any ideal? now for example: first file named "Firstname.txt", second file named "Surename.txt" ,and third file name "Brithday.txt" in the firstname.txt have text like: a aa aaa b bb bbb in the Surename.txt have text like: 1 11 111 2 22 222 … |
The End.