[RESOLVED] Load ListView w/o .Add. Can you help?
I open and save the ListView like so: Code: Open App.Path & \"text.txt" for Input as #FF While Not EOF(FF) Line Input #FF, strTxt lv.listitems.Add ,, strTxt Wend Close #FF Open App.Path &...
View ArticleWhy is this not working for me??? Please Help, need help required!!
Hello, I am looking to have a file that is a Resource File element and then make an Windows EXE File of it to be then Shelled and when it is finished being used then it will then be deleted from the...
View ArticleInsert data with SELECT Statement.
Dear SamOscarBrown, I would like to insert data with SELECT Statement which the data is begin = 1. As the code below, I am using INSERT Statement which the data is begin = 1. But some field in the...
View ArticleFolderBrowserDialog does not show network location in windows 8
In Windows 8 when we use FolderBrowserDialog, the network drives are not displayed. It works fine if we run the same program on Windows 7 or windows xp. But in openfiledialog both these network...
View ArticleFormatting grid data for dos printing. Help Needed!!
Hi-all:wave: I have data in my grid (farpoint spread or msflexgrid) in vb6 applications which I need to print in tabular form (bills etc.) with headers and footers or some other details. I have tried...
View Article[RESOLVED] how to show a form before exiting the program
i have a mdi form and when i user try to leave then it has a question i cant figure out how can i ask him 2 questions before he exit the program 1) first if he wants to exit the program then yes no 2)...
View ArticleProblem with adding XML-Node
Hi, i need to add a Node at a specific place in an XML document. At the Moment i m using .appendChild. Is there another function beside .insertBefore to add a node after a specific Node. The Problem is...
View Article[RESOLVED] how to minimize MDIForm to system tray with minimize button
i have a Mdi Form and i want to minimize it with the minimize button never done this before ive search in the web how to minimize a mdi form to system tray and alot of people said it's impossible so i...
View ArticleHelp me get started in VB
Hello Pals, Im new to VB, I want to be a programmer in VB because of its simplicity. Please pals, i need to know the latest version how how to get stated ASAP. I have a copy of VB 6.0 but i couldn't...
View ArticleDownloader
I need help here to code the downloader .. where I need to download even file size more than 500MB here is sample project Attached Files sample.zip (2.6 KB)
View Articleis the txt file free for writing?
A CICS procedure save a txt file in a dir, similar: c:\mydir\mytxt.txt i need to know when the file is free for editing, moving, copyng...ecc, how to? note: - 1) i dont know the time when the process...
View Articleuser permissions when login doesn't get limited suddenly
i have a form where i create users to login to the system only the administrator or what ever username i create first can see and has full access. this code work until now dont know what happend i...
View Article[RESOLVED] user permissions when login doesn't get limited suddenly
i have a form where i create users to login to the system only the administrator or what ever username i create first can see and has full access. this code work until now dont know what happend i...
View ArticleCombinations routine
Hi, I want to make a routine for VB6 to calculate: n!/(K!*(N-K)!) where N! is the factorial of N, K!, the factorial of K, etc. The factorial function is easy to make; the problem is that it turns...
View Articlemodified ALL list item on flex grid using pushbutton command.
how can i modify all the rows on flexgrid using some command button, beacuse all i can do just stuck on the first row of flexgrid itself. so lets say i hav 3items appears on FG, then with my pushbutton...
View ArticleObject doesn't support this property or method while exporting data to excel.
Hello, I need a little help with this. I am exporting data from my access database to an excel and I am getting the error "Object doesn't support this property or method". Below is my code. I have also...
View ArticleArray Element of UDT isnt working
Hi, i ve a little problem with a UDT i defined. This are the UDTs i am using: Code: Public Type GooseData NodeAttributes(1,20) As String EndReached As Boolean End Type Public Type Goose...
View Articlehow do i update a empty field in the database
i know i asked this too many times already here but i still dont get it. how can you update without a subitem? i have 3 fields in inventorty system. InvQuantity,InvSold,InvRemain i have 10 items in the...
View Articlecounting records before deleting
Can anyone tell me ? how should i count the rows before delete the rows . when it come to the msgbox line it says item cannot be found in the recordset collection .or let me know any better way Code:...
View ArticleHow To add some record on database to the MS FlexGrid on VB6 & MySQL?
what i know is Code: .TextMatrix(i, 2) = !materiall_name but what i wanna ask is there possible if i want to add more specific? like this Code: .TextMatrix(i, 2) = !materiall_name='" & a & "'...
View Article