10,989 Topics
| |
hi to everyone, here is a minor problem I am facing. Any help/suggestions is dearly welcome. I have an Excell file full of data and calculations. There are a few graphs as well. Now i want to open those Ghraphs (only) on certain VB windows. I tried both the OLE … | |
Hi I am new to this forum, and not at all knowledgable about PC stuff. I am at my wits end trying to get rid of this error message. It first happened when I installed Symantect Winfax Pro (which incidentally didn't seem to instrall properly). I have uninstalled it and … | |
I'm writing a program to communicate with my Cisco switch via COM port using MScomm. I've gotten it to work perfectly, with one exception. If you've ever dealt with Cisco software before, you know that if there's a long list of things, it wil display "--More--" prompting you to scroll … | |
Guys i need your help with this problem. I want to check if a record in my database is available or not? My database is stored in microsoft access file. ok. I used the data control that comes in the default tool box and i set up the databasename property … | |
hi I tried to read or write the printer port through VB6 under winXp It doesn`t work, although I used inpout32.dll I found that VB6 can`t deal with this dll Please can anyone help Thank you Ali Tamim | |
Hi First I want to say sorry for my bad english (I speak and write spanish) I am working in a program written by me in VB6, which load a image file (JPEG) and looks in every pixel of it to take the RGB component of each one of them, … | |
Hello..... I'm having a problem to import excel file into Starnet.... pls someone help.... | |
Hi Everyone, Please help me to solve this problem. I have an adodb.recordset that open eitheir an excel, dbf, mdb, or text file. What I want to do is to export this recordset into an acess table. Can vb6 do this. Please show me the how.... Thanks in advance Newvbguy | |
is there a way to open attachments displayed in a textbox, separated by a semi-colon..like an email attachment that's underlined where u just click on the link(underlined filename) and it opens that particular attachment. i would just like to see an example...thanks! | |
am trying to read data from a RS232 cable which is connected to a machine. It displays CTS ON and nothing happens. I have tried downloading some simple help programs uwins MSComm in VB and it doesnt help. How can i get the data in and also send data out … | |
I am trying to migrate my MS Access database to MS SQL. My coding pattern is simple. Like this '--------------------- Data1.Database.Close Data1.DatabaseName = App.Path & "\Status.mdb" Data1.RecordSource = "Performance" Data1.Refresh C1 = "SlNo = 1" Data1.Recordset.FindFirst C1 If Data1.Recordset.NoMatch = False Then Data1.Recordset.Edit Data1.Recordset.Fields("Amount") = Format(mamt, "##,##0.00") Data1.Recordset.Fields("Upd") = Now … | |
Hiya all. I am currently working on a database of information about a card game. But i have a question. What i would like to do, is make a stand alone program, that can show the card information, and let users modify a bit of it. It would need to … | |
I like to start my project in cd with auto run but if the auto run fails in any case I like the cd to be ejected (remove cd) in vb6 thank you | |
Hi all, What code can I use whereby if the user times in anything other than a number an error message will prompt them. [code] [U]If NOT val(Textbox1.value) then[/U] Msgbox("Sorry you must only put numbers") else end if [/code] The line underlined, does not work. Please can someone tell me … | |
Hi there, I just registered and see that u have solve many problems for many ppl .. and I get good and new info and codes from u.. I'm having problem with Datagrid bcoz for really I'm not advanced devoloper,I'm using DAO to show me the records from database to … | |
greetings citizens i have a question regarding OLE object. is it possible to display an OLE object in a list box? my table has a bunch of numbers and i plan to add a new column for "status" showing, err, the status of certain products. i pasted an image of … | |
does any1 have any idea how to link listboxes with adodc to a database? | |
Hi to whoever has been good enough to read this. I am very new to Visual Basic 6 and are trying to build a small data base program as part of a tutorial i managed to get my hands on. I have been struggling with this problem in my code … | |
Hello all, I am reading (get) and writing (put) values from multiple binary files. I first have to copy a binary file file1.bin to file2.bin and then I append 1 record to file2.bin. My problem is when I read the following code I am not getting the values I expect: … | |
Hi all of the developer Now I'd like to get the sample source code for Web streaming and capturing with VB both client site and server site software. KyawGyi:rolleyes: | |
hi sir/maam...i am new member here my name is marlon from batangas city philippines...and i wanna ask something about vb...if i have a lots of textbox in a form...and one button to clear it all textbox...is it possible to use a for loop...like for each textbox or something to make … | |
I'm trying to figure out how to create a few handy macros for my job at work. I've done a little VBA programming before, but its been a few years since I've touched it, so I could really use some help. I'm looking to create a host of macros that … | |
Hi everyone, I am having a problem with this code in VB6: [CODE] Public Function test() hOpen = InternetOpen("Example", _ INTERNET_OPEN_TYPE_PRECONFIG, _ vbNull, _ vbNull, _ 0) REM InternetOpen goes OK hConnectHandle = InternetConnect(hOpen, _ "google.com", _ INTERNET_DEFAULT_HTTP_PORT, _ vbNullString, _ vbNullString, _ INTERNET_SERVICE_HTTP, _ 0, _ 0) REM here … | |
Hey, I am trying to write a section of code in VB that gives me the audio level of the output from a sound card. If I am using a Soundblaster card this is very easy as I can use the MIXERCONTROL_CONTROLTYPE_PEAKMETER. But not all sound cards have this. I … | |
I made a simple chat program and file send (server/client) type. everything works fine when i run them in the IDE but after i make them EXE and test them when i do the file send the program that the file is being sent to just closes. the chat part … | |
i have a array called arr() of type byte. one of my function returns an integer long value(val) 4 bytes. i want devide this value into bytes and assign to arr() that is arr(1)=first byte of val arr(2)=second byte of val arr(3)=third byte of val arr(4)=fourth byte of val thank … | |
Hey guyz Herez the prob, I got two dropdown list in EXCEL. to copy them to another excel doc is a peice a cake but the prob is I want to change the format while copying. List 1 has course curricullams and list two has course titles. now many courses … | |
Hi, I am pretty new to Visual Basic 6 and I'm having a problem with a small program I'm writting for fun. Now when I do the following: [code]If ClockTime = #6:52:50 PM# Then [/code] The whole code works 100% find and dectect that the time has hit that time. … | |
Hi I am a new user of VB (or any prgramming for that matter) and keen to learn. A very simple example of what I was looking for was the code for a button to open another form. Does anyone know where I can access simple event proceedure codes - … | |
Hi guys, i have a problem in vb6 . lets say i have a command button named print in form1 then after clicking the print button it will transfer me to form2 which will control the number of copies,quantity and these things of printing options. The problem is how to … |
The End.