10,989 Topics
| |
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 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 … | |
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 need help to create a delete form and search for the banking system. I have created a add form for the users now i need to create delete and search form for the project. i have put the codes inside the attachment of the zip file. thanks. | |
Sorry, I am a beginner at Visual Basic, and have had to create this project as part of a school task. It keeps coming up with "argument not optional" on the calls tp checkcards and determinewinnings. I don't knkow what this means really, and I don't know how to fix … | |
Add an item to a listview using API | |
Hi there! I'm having some trouble with the Winsock control. I'm trying to connect to a POP3 server. Problem is, I have the winsock.Connect function, then the DataReceived event SHOULD be called (the POP3 welcome message upon connection), and then after the Connect function I have other things that read … | |
I have a program that imports table names into a treeview, however the problem I am having is it will only import 10 table names then stop. I have 26 table names to import. Is there a away to get around this without having to split it into three different … | |
hello everyone! let me get straight to the point...we have one department in my work here using SAP system. first of all is there a way for me to connect to SAP? second, is there any ocx available for VB6 in connecting to SAP? lastly, can someone help me please...thanks … | |
Do any users know liberty basic, which is a lot like VB, but with diffrent commands. does liberty basic let you put in varables in its LINE statment like this: graphicbox #main.draw, 10, 10, 255, 255 open "Graphicbox example" for dialog as #main print #main.draw, " home ; down" print … | |
In MS Flexgrid how to assign recordset to the fields ? | |
Hello, I am working on encryption/decrypt Logic based program. The requirement is such that I have launch required document/image thr' VB, so I am using WshShell.Run to lauch the required App. WshShell.Run has an argument blnWaitOnReturn, I am keeping this True since I want to know when user finishes editing … | |
I'm busy writing an application for work which needs to connect to a list of our servers and check some ports to ensure the correct ones we require are open and ones we don't use are closed. I'm using winsock and checking for a connection and the results are being … | |
I desperately need help on data type conversions. I am working on converting a set of codes in Visual Basic to C but i'm faced with a lot of problems dealing with strings. Can anyone help me out here? Below is the code I have in Visual Basic. [CODE]Private Function … | |
Hi All, Before i start asking for advice on this just a quick mention to comatose to say thank you for all your previous help. Cheers.. Also just to say i believe my problem i pm'd you about has been resolved.. (i need to be a little more carful, i … | |
I have a list box containing a list of field names. The user would select/hi-light a number of these so they can find out quantities. The file the fields are from is in csv format ie: List box contains- Title Initial Surname Address1 Address2 Media Code Ref Number If the … | |
Hi All, I wrote a guitar-related program, one of the options is a guitar tuner which works fine, each note is in a separate 3second wav file. However, when I tried to write an option to play a full chord i.e. play 6 files, one after the other, only the … | |
The text in the Combo box has lenthly text, but combo box has no horizondal scroll bar. I want to Add Horizondal Scroll bar to Combo Box. Advanced Thanks Raghuraja | |
Hi. I'm a long time asp-developer, but fairly new to VB so I don't know all the trick yet. My problem: I'm writing a program that fetches file and directory information from a given drive/location and stores information in an array for further processing. During this procedure the application sometimes … |
The End.