[RESOLVED] quick question about dll & ocx after exe is compiled
after project is compiled it will surely run good on my pc because all required ddl's and ocx are registered but inside my project i use various controls and ocx and when i compile it how do i find out...
View ArticleGetting Value/Innertext of HTML with between the words.
Greetings! I am currently working in an automation to extract data from IE. I have a scenario where two page will be accessed, the first one is the page without username and password on it and the...
View ArticleView Word & Excel in form w/o OLE.
guys i know there's a lot of topics about this in google but i still cant find any accurate solution to my program. i'm trying to show the users an attachments (which is word or excel files). at first...
View Articlequestion about package & deployment
I Made a setup file of my project and i installed it. Installation was successful. Now, when i try to run the installed program, it shows me an error like this: "some errors occured Invalid...
View Articleget full name from domain...
Based the username="MyUser1" i need to get the full name from the NT domain="MYDomain1" possible with Vb6? Tks.
View Article[RESOLVED] vb6 with google capcha example ?
just wondering if its possible to have google capcha in vb6 project. in project form1 & form2 ,form1 is capcha page after capcha is filled then form2.show any examples hope you get what i mean...
View ArticleHelp!Search Form and More! :(
Hi, Im new here, I hope that isnt a problem... So essentially we have to create a program (Consisting of writing and reading data) for our class in college. My program is desgined for teachers who want...
View Article[RESOLVED] how to save treeview list
need help saving treeview list ?:thumb: need to save all list on the right not left , the right treeview name is lst_Rooms
View Articletreeview1 and treeview2 help
as you se in treeview1 there is a folder , when i click on the folder i want to show subitems to treeview2 ? please its important
View Articlelast edited file...
hi, ive a folder with 100's of files which are log files continously generated automatically by an app... now i want to open only the most recent 5 files in my software.. how to determine and filter...
View Articlecommand button still hiding
excuse me everyone i'm new in vb and this is my first project i got problem with command button it keep hiding i have doing everything with all of the way but never come to resolved Code: Dim con As...
View Article[RESOLVED] treeview1 and treeview2 help
as you se in treeview1 there is a folder , when i click on the folder i want to show subitems to treeview2 ? please its important
View ArticleRead/Write Large Binary File by API
Hello, I am creating a file splitter in which I need to Split large files (up to 3 GB) in to small parts. I have tried to create one but in vb6 its not accepting file size more than arround 1GB. Even I...
View ArticleI am New To Visual Basic, I need help
I just got inspired by a friend to learn Visual Basic. The version I could lay my hand on was vb version 6.Please can someone advice me cos I need to know if it is a good option to start with.
View Article[RESOLVED] Problem with Ubound
In the code below Names = "name1,name2" After the Split a (0) = "name1" and a(1) = "name2" Ubound shows a value of 1 In the For loop a(0) gets processed. It loops and a(1) gets processed. It loops...
View Article[RESOLVED] urgent help , adding list1(0) and all new list indexes on form
first i added 1 list1 set the index to 0 then made over 30 list out of that and now when i add more the buttons or list or other control when i try moving it with mouse it wont move seems like its...
View Articleafter update picture is erased
hello every one i got a students database with name and picture now when i add new stud and a pic everything is ok even when i change his pic but when i edit the same stud an change is phonenumber or...
View Articledoogle need your help
hi doogle am trying to add my list to lstChatRoomList in server current working button code for single room add Code: Dim NewChatRoom As New ChatRoom NewChatRoom.RoomName = InputBox("Enter...
View ArticleVacation / Leave Request
Hi guys, Can somebody help me please, I'm trying to find how to make a vacation / leave request. An allowable number of vacation day for each date. For example Jan 2 the only allowable number of person...
View Article[RESOLVED] how to include quotes in typing learning program
guys i am creating a typing learning program, i have a rich text box in which the user will type to learn typing it will start as normally A S D F, ; L K J. I am developing this software for my local...
View Article