9,979 Topics

Member Avatar for
Member Avatar for mickyboy

hi all computer programming is one of those areas that i know absolutly zero about, how dialogue boxes/buttons and toolbars are created. so went to local library and got claton walnums vb6 for dummies, this comes with a learning edition of vb6. installed vb6 in vb6 there are toolbars/blank buttons …

Member Avatar for jwshepherd
0
428
Member Avatar for williamrojas78

Hi guys I have a a text box that is initialized with some value, let's say "William". When I run the program, the text box shows "William" of course, but what I want to do is to type something else, let's say "Vincent" and set this value as the default …

Member Avatar for cookware_ok
0
148
Member Avatar for mickyboy

hi all have spent a lot of time recently trying to get the attatched programe to run. decided to start from scratch,went through the tutorial for vb6 on main page of functionx , tried a few examples and all are ok,except where i had put in code incorrectly. but this …

Member Avatar for mickyboy
0
118
Member Avatar for David Hunt

I get very large binary print files that need to be sent directly to the Windows spooler. If the file is less than 2GB, I get LOF (or FileLen) and divide that by a defined buffer size. A segment of the input file is read into the buffer and then …

Member Avatar for Comatose
0
95
Member Avatar for Lalo1985

Hi, quick question: Is it possible for vb6 to receive an answer from PERL via a return statement? Let me expand: The thing is, I have a CGI script that I would like to send data to a VB application. I know VB can "call" the script by making an …

Member Avatar for Lalo1985
0
131
Member Avatar for vignesh_N

I need code to print a PDF present in a folder to the local printer using VBA in word. Can any help me with the code. Thanks in Advance Vignesh N

Member Avatar for Comatose
0
185
Member Avatar for cancer10

I have a commondialog on my form, 1 textbox, 1 command button. I want to show the path of a link(link file) on the textbox using the commondialog? how should I? When I write the following code, I get the path of the actual file and not the path of …

Member Avatar for Comatose
0
192
Member Avatar for cancer10

I want the timer to set the interval in hours or minutes and not in milliseconds. I get the following error when I set the interval as in minute as Timer1.Interval = 60000 * 5 "Run-time error 380, Invalid Property Value"

Member Avatar for Comatose
0
247
Member Avatar for Gunapriya

Hi All, I want to update an attribute in LDAP using VB. when i try to do this using the obj.get property I get the message: 'The active directory property cannot be found in the cache'. How to sort out this error' Thanks for any help

Member Avatar for techniner
0
359
Member Avatar for mickyboy

hi all i wish to create a simple programe that does the following. to be able to calculate the circumferance of any given circle and divide by chosen degrees over 360 degrees. have tried simple programe by typing in the immediate window. giving a radius of 10 as follows,and using …

Member Avatar for mickyboy
0
132
Member Avatar for kapow

I HAVE TO HAVE THIS DONE BY TODAY ---Here Goes---ALL HELP REALLY TRULY APPRECIATED I WILL PRAY FOR YOU ASWELL!! Produce a vb application that incorportates a class module that will hold two pieces of information about 6 company employees. the information is their new salary and a short description …

Member Avatar for Lalo1985
0
155
Member Avatar for Kerbrose

Here is one for you I am able to password protect an Access database. I have even been able to password protect forms and reports but I seem to be having a problem password protecting Access sub switchboard forms. I am setting up a database and I want to password …

Member Avatar for Kerbrose
0
182
Member Avatar for MrConfused

I always open a file just before it it written to, then close it as soon as practical. I have always wondered what would happen in this scenario:- Your program is on a server and two people use a shortcut from their stations to run it. All the file access …

0
76
Member Avatar for marion sterling

:rolleyes: Good Day all. I am new to This forum and VB Programming. I am trying to set up a database for use with my hobbies. Perfin collecting (stamps). I want just the perfin pattern stored in the database, so i can do searches by cat number OR the perfin …

Member Avatar for marion sterling
0
189
Member Avatar for Lalo1985

Hi, I do a lot of VB programming on my own, and have gotten pretty decent at it. From time to time, a couple of people have asked me how much I would charge them for a specific program. Has anyone done this before, where they take "jobs" on their …

Member Avatar for Lalo1985
0
146
Member Avatar for Phat !

Hi, I need some help on a school project regarding visual basic. mind giving me some ideas on what mini project we can do ? Actually i got a ideas of making a pop3 portal because my school pop3 cilent looks sucky so our group intend to revamp them Cheers …

Member Avatar for Comatose
0
132
Member Avatar for Gunapriya

hi all.. could u pls help me in sorting out this......... i want to update a attribute in LDAP using VB...... how can i do this........ thanks in advance for ur help

0
76
Member Avatar for williamrojas78

Hi I have a problem when filtering this acces database, this is what i have found so far: 1. when i do it with one criteria it works 2. when i concatenate two clauses with direct values it works 3. but when i assign a variable instead of direct values …

Member Avatar for williamrojas78
0
222
Member Avatar for larmit

I am trying to write a VB program that will detect if audio is coming into the microphone or line-in ports. Perhaps one way to do this is to read the ADC register which constains digitized samples and verifying that it doesn't equal 0x0000? I have never done anythign like …

0
98
Member Avatar for MightyAC

I have a VB app that uses the ITC control to download a files from an FTP site. It works fine on Windows 2000 but it will not connect to the FTP site on an XP machine. It most likely has something to do with the SP2 firewall but I …

Member Avatar for MightyAC
0
80
Member Avatar for Gunapriya

Hi All, Pls. help me in sorting out this problem. I tried to retrieve attribute value from LDAP using VB. when i try to get value from attributes like cn i get a 'TYPE MISMATCH' error. how to sort out this... Thanku for any help...

Member Avatar for Comatose
0
115
Member Avatar for Gunapriya

hi all, I get an error message as "Invalid use of Null' when i try to retreive an attribute value from LDAP. I could not find the reasons for this... I find this error message when i try to retreive some specific attributes like first name ,last name in LDAP. …

Member Avatar for Comatose
0
143
Member Avatar for Ghost
Member Avatar for amir_ct2001

how can i connect Vb with access database that have password to login using ADO(OLEDB) connectivity.give codes

Member Avatar for Comatose
0
115
Member Avatar for coolgal_neha

well hi :D Actually i have a school assignment and i need help with it i have 2 ques which i am not able to solve so plz help me Q1)create a program to find wether the entered year id leap or not? :?: Q2)write a program to find and …

Member Avatar for Comatose
0
95
Member Avatar for craigmckeeman

I have inherited an application that requires access to a network share, which mean the PC has to have a mapped drive before access can be gained (user and password required). Is it possible to gain access programmatically? What I need to be able to do is check for existance …

Member Avatar for mrmike
0
931
Member Avatar for Ghost1330

[I]Private Sub File1_Click() [/I] [B](<.....It usally highlights that)[/B] File1.Pattern = ("*.wmv;*.mp3;*.wma;*") Else: without File1.Pattern = ("*.*") End If If Right(File1.Path, 1) <> "\" Then FileName = File1.Path + "\" + File1.FileName Else FileName = File1.Path + File1.FileName End If End Sub The Error is Runtime 424 Object Required and i …

Member Avatar for Ghost1330
0
126
Member Avatar for Gunapriya

hi all.. could u pls help me in sorting out this......... i want to get Ldap connection using VB...... and also want to check whether the connection is established. how can i do this........ thanks in advance for ur help

Member Avatar for Gunapriya
0
114
Member Avatar for amir_ct2001

i have used crystal reports in vb5.but there is problem in generating report footer.becas there is no heading like report footer but summary is there but it is displayed before pagefooter at last page. how can i generate after page footer in last page

0
156
Member Avatar for mwaora

AM trying to use a string "0000" to generate an auto number. i.e 0000 +1 to increment to 0001. how do i achieve this.

Member Avatar for vhinehds
0
122

The End.