10,987 Topics

Member Avatar for
Member Avatar for Sp!ke

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 …

0
100
Member Avatar for lover99509

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 …

Member Avatar for lover99509
0
192
Member Avatar for Ali Tamim

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

Member Avatar for Comatose
0
493
Member Avatar for dmf1978

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, …

Member Avatar for dmf1978
0
1K
Member Avatar for azmir10

Hello..... I'm having a problem to import excel file into Starnet.... pls someone help....

Member Avatar for Comatose
0
64
Member Avatar for NewVBguy

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

0
43
Member Avatar for shabina

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!

Member Avatar for shabina
0
112
Member Avatar for fbdubai

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 …

Member Avatar for Comatose
0
108
Member Avatar for fbdubai

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 …

0
70
Member Avatar for duckforceone

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 …

Member Avatar for Comatose
0
119
Member Avatar for tigrai

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

Member Avatar for Comatose
0
201
Member Avatar for INI

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 …

Member Avatar for Comatose
0
143
Member Avatar for Magna

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 …

0
56
Member Avatar for BombAppetit

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 …

0
75
Member Avatar for shabina
Member Avatar for shabina
0
182
Member Avatar for BillWebber

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 …

Member Avatar for BillWebber
0
184
Member Avatar for cyman73

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: …

Member Avatar for cyman73
0
189
Member Avatar for KyawGyi

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:

0
39
Member Avatar for marlonism

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 …

Member Avatar for nedwards
0
172
Member Avatar for Reid Grandle

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 …

Member Avatar for williamrojas78
0
142
Member Avatar for broznic

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 …

0
54
Member Avatar for BarryX

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 …

0
54
Member Avatar for LocoBird

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 …

0
64
Member Avatar for harish13

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 …

Member Avatar for hollystyles
0
41
Member Avatar for Maria_19

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 …

0
40
Member Avatar for CoffeeDude

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. …

Member Avatar for CoffeeDude
0
84
Member Avatar for Bernard Kane

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 - …

Member Avatar for Comatose
0
103
Member Avatar for lover99509

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 …

Member Avatar for Comatose
0
164
Member Avatar for vhinehds

hi its me again... can someone please explain what a class can do? how to call a class? or if just give me a good link where i can refer to it. thanks a lot.

Member Avatar for Bharati Krishna
0
973
Member Avatar for Maria_19

Hey guyz I got this search macro from the web for my excel project but as Iam a beginner i really dont know how to modify it. I need to use this search code to identify and retrieve documents for that its going to scan through a especified location. I …

Member Avatar for Comatose
0
147

The End.