11,868 Topics

Member Avatar for
Member Avatar for joshnya

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 …

0
88
Member Avatar for leoimperial

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 …

Member Avatar for scudzilla
0
173
Member Avatar for paramasivan

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

Member Avatar for DenisOxon
0
115
Member Avatar for anud18

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 ......

Member Avatar for anud18
0
115
Member Avatar for ongxizhe

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 …

Member Avatar for ongxizhe
0
130
Member Avatar for walba
Member Avatar for debasisdas
0
136
Member Avatar for walba

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

Member Avatar for AV Manoharan
0
122
Member Avatar for pbrookee

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: …

Member Avatar for AV Manoharan
0
227
Member Avatar for Kcin

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, _ …

Member Avatar for davidcairns
0
122
Member Avatar for akphilli

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 …

Member Avatar for DenisOxon
0
95
Member Avatar for cguan_77

[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]

Member Avatar for cguan_77
0
104
Member Avatar for pbrookee

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) …

Member Avatar for pbrookee
0
258
Member Avatar for Jithan_palakkal

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.....

Member Avatar for choudhuryshouvi
0
66
Member Avatar for shahriar2403

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 …

Member Avatar for pbrookee
0
360
Member Avatar for choudhuryshouvi

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 …

Member Avatar for choudhuryshouvi
0
89
Member Avatar for VENUSKARTHICK

[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]

Member Avatar for choudhuryshouvi
0
139
Member Avatar for johntech

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 …

Member Avatar for johntech
0
194
Member Avatar for leongaj

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: …

Member Avatar for jbennet
0
172
Member Avatar for pbrookee

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 …

Member Avatar for choudhuryshouvi
0
110
Member Avatar for LordCover

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

0
55
Member Avatar for Fungus1487

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 …

Member Avatar for jbennet
0
187
Member Avatar for Cruize_Invades

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..

Member Avatar for Cruize_Invades
0
122
Member Avatar for jov_damo86

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!

Member Avatar for jbennet
0
122
Member Avatar for marlon ng

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 …

Member Avatar for davidcairns
0
88
Member Avatar for purplegerbil

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 …

Member Avatar for choudhuryshouvi
0
142
Member Avatar for pranto157

how can i show data into DataGridControl 6.0 by using dao connection method. Note: database is Oracle 8i. plz reply me........................

Member Avatar for choudhuryshouvi
0
113
Member Avatar for Dr3am3rz

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 …

Member Avatar for Dr3am3rz
0
122
Member Avatar for Vaishali Chavda

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 …

Member Avatar for Aaraggornn
0
389
Member Avatar for DenisOxon

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

0
201
Member Avatar for cxj98

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 …

0
55

The End.