vb6.0,,redraw curve in the jpeg by using a pen?
i have an assignment to draw a curve line in the picture box that contain graph in jpeg situation.can i just draw it by using the pen?(manually)if that so,i don't know about the coding..or any other...
View Article[RESOLVED] Menu Disable/Enable
Hi I have menu which have options Masters , Transactions , Reports . I want if user has permissions for Master then it should be enabled else Menu Option Masters should be disabled. In Users table i am...
View ArticleResize a ListBox to can display a fixed number of items
Goodmorning :) I have a ListBox that shows several items (I don't know how many they are), but I'd like that the control can display at most FIVE items per time. I wrote this code: Code: Sub...
View ArticleMy own user control gives warning
In my vb6 application i am using my own user control for a button. I am using it from last 2 years.This user control gives warning like Failed to load control 'cmdBtn' from . Your version of may be...
View ArticleDilema With Overlay
Folks: Love programming in VB6, but have never come up with this exact dilemma before, and am hoping someone can lead me in the correct direction, as I cannot find an already made program that will do...
View ArticleRegisterHotkey - Problem with remembering the key
Hi! This is abit cheezy, because I understand what's wrong, but not how to fix it. Overview of the problem: I'm making a small program that registers a hotkey to the system (Ctrl + F) When the hotkey...
View Article[RESOLVED] Label on Command button
Is there any way to do this? By default the label goes behind the button. I was thinking it could be an easy way to have any forecolor caption.
View Articleocx question
i have this ocx is there anyway i can re open this and make some edits inside , remove author name or hide it, because i dont want people copying my work its like people looking for something they cant...
View ArticleInsert Data Form Textfield To WebBrowser URL
How can i get data from textfield in webbrowswe url in VB6 WebBrowser1.Navigate2 "http://hamariweb.com/islam/islamicnames.aspx?e= at that place i want to insert text form text field " Thank You Regards...
View Article[RESOLVED] How to read text from the internet?
Hello, I'm searching way to read a text from web page into TextBox. Method should work without Winsock or Inet controls and work on Windows 7 OS. Any suggestions would be appreciated, thank you!
View ArticleMultiCasting: advantages and disadvantages
Goodmorning :) I am not sure "MultiCasting" is the exact word to use to describe what I want to do, so I'll try to explain you better. I have a lot of Textbox controls onto several Forms. Each Textbox...
View ArticleSplit data help
Hi, Usually i used to transfer data from Excell multible column to access db. Now i have data in one column seperated by , as mention below. Please what should i change in code below to transfer data...
View ArticleVB6 website update program
Hey guys is there any way in VB6 to auto-update a program everytime it runs?
View Articleclic a link in a web browser how to get the link ?
i have this source of a page web ho i can clic the botton text called (Skip Preview >>) there is the html : <table width=100% border=0 cellpadding=0 cellspacing=0> <tr> <td...
View Articlecombining two or more data in listbox
Dear friends i have a problem to combine data in 2 listbox example Listbox1 name1 name2 name3 name4 name5 ... Listbox2 address1 address2 address3 address4 address5 .... how add 2 listbox into Listbox3...
View ArticleHow can I use multiple cores for running a code?
Hi. I have a code written in VB6, which takes very long to be completed. In some cases (depended on the input length), more than a week. I run it on my laptop. My laptop's CPU is Intel Core i3, which...
View Article1 big problem about reading another app!
hello i have a question. i want to know the visited web pages from my pc, and i want to build it myself. i dont want to know by sniffing. i see some programs watching the browsers and getting the...
View ArticleRDavis53
Sorry, but I always said "The only dumb question is the one you don't ask." I was medically retired from the Air Force, and am now unemployable. But I found a way to continue to contribute by designing...
View ArticleDisplay Formatted Text Output From VB5 on screen, in a form, or any way possible
Pre-Sorry. Didn't know the Title box meant subject of post. Bad me for two identical posts on one day Sorry, but I always said "The only dumb question is the one you don't ask." I was medically retired...
View ArticleRemoving items from a listbox
Hello, I am wondering is the only way to remove an item from a listbox through its index value or can you use Item or ItemData? If it is the only way my question is how do you determine the index value...
View Article