16,916 Topics

Member Avatar for
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
123
Member Avatar for soda0091

[Microsoft VB.NET Step by Step by Microsoft Press] This book has some good things and some bad things. Unfortunately I personally found it to be lacking some of the more critical coding practices I was interested in. But at the same time it does have some good points. Good: -Good …

Member Avatar for da_1_4u_08
1
171
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
102
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
140
Member Avatar for bandm

I wrote a simple program to print out Testscore in Visual Studio .Net 2003 and got the following messages when trying to run it. 'TestScore.exe': Loaded 'D:\Documents and Settings\pooleb\My Documents\Visual Studio Projects\TestScore\Debug\TestScore.exe', Symbols loaded. 'TestScore.exe': Loaded 'D:\WINDOWS\system32\ntdll.dll', No symbols loaded. 'TestScore.exe': Loaded 'D:\WINDOWS\system32\kernel32.dll', No symbols loaded. The program '[3920] TestScore.exe: …

Member Avatar for bandm
0
199
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
189
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
196
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
256
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
366
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
135
Member Avatar for luisator

HI everybody! I am starting a visual basic application from java with the following routine: Runtime rt = Runtime.getRuntime(); try { Process p = rt.exec("Grabacion"); } catch (Exception e) { e.printStackTrace(); } I want to know if there is any method in java that can make this application "grabacion" stop …

Member Avatar for server_crash
0
82
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
164
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
189
Member Avatar for belama

I started a new thread cuz the other started by MartyMcFly was closed. For those who go to a university/college, your university/college anywhere in the world could enter this program called ELMS (e-academy License Management System) for MSDNAA (MSDN academic alliance) online software system. You could download and access a …

Member Avatar for Catweazle
0
221
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
79
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
205
Member Avatar for bandm

Hello All, I posted this over in the Software Forum, but I realized that maybe it belongs over here. I have both VS 6.0 and VS .Net 2003 available to me. I am just starting to learn programming and wanted to know the difference and which one would be the …

Member Avatar for Narue
0
207
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
148
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
143
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
78
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
231
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
101
Member Avatar for JoBe

Hello ladies and gents, Ive been reading about how when a class becomes to big due to to many memberfunctions, it is best to split the program up into several sections wich could be something like this: Interface section Implemenation section Application section I was given an example wich is …

Member Avatar for JoBe
0
495
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
86
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
120
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
159
Member Avatar for Ghost
Member Avatar for DotNetUser

I'm new to Visual Studio .NET. I thought C#.NET replaces VC++ 6.0 until I saw that C++.NET was still around. So, what's the difference between the two? I want to create a GUI that uses some C++ header/source files and a C++ socket library. Which would I use? I have …

Member Avatar for darklordsatan
0
232
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
120
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
101
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
948
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
133
Member Avatar for oRg

Hi, I'm fairly new to C++. I've taken a class on it at a university but it really only went through the basic I/O, data structures, classes, and pointers. It wasn't very algorithm oriented. It was all very basic. Here's the problem a friend of mine needed help with his …

Member Avatar for oRg
0
443
Member Avatar for Dani

[font=Arial][b]Creating Executables[/b] Of course, the software on your computer isn't all a bunch of code in a high level language, at least not in the form you receive it in. Before you can run any programs which are written in C++ or Java, they must be compiled. Compiling is the …

Member Avatar for tamilblast
0
732
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
123
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
159
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
128
Member Avatar for ortizSr

Gentlemen: I need help in solving the following problem: A form that display 10 textboxes calls for 6 variables to be given by the User. Below are all the variables in the program, but only the ones called for on the form are highlighted. [B]1.Dim Price As Currency[/B] - Starting …

0
61
Member Avatar for StephenHancox

Im trying to send the following string to refresh a crysal report but sadly I receive the error message 'Run Time Error 20515 - Error In Formula <Record_Selection>'{ProgrammeSummary.ProgrammeNumber}=AV137' A number, currency amount, boolean or string is expected here. Any suggestions? Many thanks, Stephen Dim sSelect As String sSelect = "{ProgrammeSummary.ProgrammeNumber}=" …

Member Avatar for Comatose
0
81
Member Avatar for chan

[FONT=Arial]i am working with VB6. i used ADODC recordset. in my Form there is some text box and command bottom. it is about Student Data for example. it can view and add new record. i want a view after adding new record.so how can i refresh DataBase record from Access …

Member Avatar for Comatose
-1
81
Member Avatar for ewomack

Hello, this is more of a general question, but how much VB6 or under do you all run into out there in the real world? I'm guessing quite a lot since .NET has a monstrous learning curve. Myself, I still support VB6 on the job and I've needed to keep …

Member Avatar for yni420
0
387
Member Avatar for williamrojas78

Hi i have a form with a mschart and a msflexgrid in it. What i want to do is that when the form is maximized, scale these two components and move the rest of them (command buttons, combo boxes, etc) I would apprecciate your help

Member Avatar for williamrojas78
0
255
Member Avatar for williamrojas78

Hi all. I have this ADO connection to an acces 97 database and I need to filter some of the data. I can connect and I can read and write to this database, but the filtering option is giving me a hard time. I have tried but i don't know …

0
120
Member Avatar for mlane

Okay im thinking of starting up a game! I want it to be 2D, so I think I'll be using Direct3D considering DirectDraw is outdated. I've been reading up and trying to learn a bit about DirectMusic, Direct3D, DirectInput, etc. and I've noticed I don't have DirectMusic! I have the …

Member Avatar for reddag426
0
129
Member Avatar for rehab

i am like a begginner in that(i need real help),i am having a project to do with c++ code ,and it's all done,but a bonus is given if we interface the programme. i only know visual basic ,and i was told that it's possible to use visual basic with c++ …

0
58
Member Avatar for loki73

I am trying to do a simple program, rather 3 simple programs that involve class structures in Visual Studio C++ .net 2003. I can compile them by themselves without errors. But when I F5 through them I get the following errors: 'test-proj.exe': Loaded 'C:\Documents and Settings\loki\My Documents\work\prog2\test-proj\Debug\test-proj.exe', Symbols loaded. 'test-proj.exe': …

Member Avatar for Dave Sinkula
0
229
Member Avatar for milkcarton08

i'm going to be taking some computer programming classess, and buying a new computer soon, so i was wondering what would be a good choice for that, i plan on getting a programming specialist certificate and taking classes like c++, visual basic.net, javascript, perl, yea and so i need to …

Member Avatar for ewomack
0
111
Member Avatar for fozzle

Hi I am not a vb programmer but I am attempting to code something that will read in a spool file, change a couple of words and then write it out again. It works fine when I'm not changing the length of the file but if I need to change …

Member Avatar for w00dy
0
158
Member Avatar for Tovabi

Ok I really need help with macro's in VB. I have no knowledge of them what so ever so I was wondering if any of you could either link me to a macro tutorial (I've been searching for about 13 days for one, I can't find anything) or tell me …

Member Avatar for Tovabi
0
260
Member Avatar for shre86

I am trying to develop a basic communicating link using windows sockets in visual studio.net2003... but it is showing an lnk2001 error.. is it necessary that have to get the platform SDK and install it before i can use winsock2.h????

Member Avatar for shre86
0
177

The End.