Quantcast
Channel: VBForums - Visual Basic 6 and Earlier
Browsing all 21236 articles
Browse latest View live
↧

InStr Help - I B Confused

I an debugging some code from others that searches a string ( sBuffer) for a CRLF and then based on the result of the InStr executes something. Here is the line of code that takes a look at the string...

View Article


How to check if record already exists in a file?

Here is the code I use to save Names in a .dat file. How can I check first if the name already exists? Thank you. Code: Private Sub SaveNamesDat()...

View Article


Copy a picture from one Picturebox to another but only non-white

I have two Pictureboxes, Pic1 and Pic2. Pic2 has a small multi-colored picture on it. How do I copy only non-white pixels from the small picture on Pic2 over to Pic1 using BitBlt or any API that copies.

View Article

[RESOLVED] Copy a picture from one Picturebox to another but only non-white

I have two Pictureboxes, Pic1 and Pic2. Pic2 has a small multi-colored picture on it. How do I copy only non-white pixels from the small picture on Pic2 over to Pic1 using BitBlt or any API that copies.

View Article

[RESOLVED] How do you uses instr to see if a directory exists

Ok so i need to check if a directory exists, problem is the folder is diffent on each install the only thing that the same is the first 3 characters so I thought of uses the instr to check to see if...

View Article


dll not working

I have an old dll that I've been using over the years -- on my main computer the options with a member pop up -- but they do on an older system. I have the same dll and same version of vb6 on both...

View Article

open website in IE 7 mode

We are using webbrowser control in our application.I want to open a website in IE 7 mode.So how it can be done in vb6?

View Article

[RESOLVED] how to calculate remaining quantity in the same listview

i got a inventory system with a listview that holds the records from there. now so far everything worked ok. i added another value in the DB Called InvSold (SubItems(20) when i sell something in the...

View Article


webbrowser clicking java p me offf

what is the code similar to this WebBrowser1.Document.parentWindow.execScript "toggleQueueButton()","JavaScript" am sure i seen another 1 with a click at the end of the line

View Article


[RESOLVED] listbox click event

How can I achieve List Box click event .. whereas I have three listboxes , list1, list2, list3 With List1 .AddItem "apple" .AddItem "orange" .AddItem "banana" End With Now when in list1 apple is...

View Article

internet cafe

making an internet cafee admin tool control multi pc need your info how to make this do i just make client and server , and then install server on all pc thats it ?????

View Article

[RESOLVED] How to time a loop

I want to see how long it takes to run through a For...Next loop

View Article

i need sniffer + turtial

hi all can anyone help me ?! i need a good packet sniffer and turtial to grab raidcall packets and make a raidcall clients please help me sry for my bad english thanks in advance

View Article


Inet error handling in vb6

hello to everyone.:wave: sorry for my bad English :blush: How can i handle an run time error from inet and ignored. like on error resume next. but in this case i can not handle any errors from inet ....

View Article

[RESOLVED] Need Help Converting C++ Code

I have limited C++ experience, and the meaning of the following escapes me: fClient ? CRYPT_SERVER : 0, fClient ? 0 : CRYPT_SERVER, These are variables in a system call, fClient is a Boolean value...

View Article


Random file access

Hi Folks, For reasons best left unsaid, I have not written any code since 2005. Rusty is an understatement. I'm using vb6 and I do not have the Help files (Library?). Anyway lot of searching online. I...

View Article

flexgrid to database

I know how to save record to database from textbox but not from msflexgrid. Can you teach me how to save from msflexgrid to database also if one of the cell of the msflexgrid is empty. I am using the...

View Article


[RESOLVED] flexgrid fixed row prob

while playing with fixed row to 1, it is getting the focus. i want that out. what property should i use.

View Article

Image may be NSFW.
Clik here to view.

Link in textbox

Need help .. is there any way to get link in text box [not in richtextbox] where even right mouse click is enabled to copy the link location this way

View Article

Retrieve & Obtain RFID Tag with VB6

hello there.. can anybody help me to do my task here, i want to connecting my RFID reader and VB6, so i can obtain and retrieve the rfid tag in message box on vb6. and this is my code so far, but i...

View Article
Browsing all 21236 articles
Browse latest View live