16,916 Topics
![]() | |
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 … | |
[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 … | |
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 … | |
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 … | |
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: … | |
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 | |
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 … | |
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" | |
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 | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
: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 … | |
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 … | |
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 … | |
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 … | |
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 | |
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 … | |
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 … | |
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 … | |
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 … | |
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... | |
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. … | |
Hi, What's the coolest thing you've done in VB??? Post screenshots! | |
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 … | |
how can i connect Vb with access database that have password to login using ADO(OLEDB) connectivity.give codes | |
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 … | |
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 … | |
[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 … | |
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 … | |
[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 … | |
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 | |
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 | |
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. | |
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 … | |
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}=" … | |
[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 … | |
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 … | |
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 | |
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 … | |
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 … | |
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++ … | |
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': … | |
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 … | |
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 … | |
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 … | |
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???? |
The End.