I have a grid that goes from 0,0 to 799,799 (800x800 blocks). The issue I'm having, I can't get my head working on this, an guidance or hint of help would be great. I can get the result as long it's inside the stated grid, but when it comes to wrap around the grid, it won't give me results.
ie...
I can't think on top of my head nor any site gives good example. I have a web going where I create tabs on top of the screen. Within those tab will open "your fave browser" in an iframe. (personal project)
Question here is: when I click those tab, it would load, click another tab, it will...
I've tried everything, tweaking setting, re-code my VB6 and for the life of me, I couldn't figure out what I'm doing wrong.
I have 14k rows of data in my text file which is subsequently read into datagrid then it would attempt to update the table in database.
Now the issue is that everytime I...
I know there is a better way, I'm a self-learner. It works fine but takes TOO long to search thru the listview and compare each other and pulls new data listview from old data listview. Is there a better way to re-code this? Code as follows:
For x = 1 To ListView3.ListItems.Count...
I created a VB with IE control long ago, all key function works as intended when IE is in focus. ie: backspace, CTRL C, CTRL V, DELETE, etc...
I copied my old VB 'CTL' and created an new VB, parameter and all such things as exactly the same, just pondering one thing... backspace, CTRL C, CTRL...
Im driving myself nuts for the past 2 days. Tried everything to fix this, even tweaking, still no go. Might have overlooked a thing or 2...
Originally (both using Element ID (not Name)):
On Parent Windows - Form Called (NewCRM) and TextArea called (NoteAdd)
On Child Windows - Form Called...
Im trying to export data from Listview. I don't think I have enough sleep atm LOL... aside that, goal is to read data from ListView (Clist) like:
Row Name Town
1 John Anywhere
2 Ann Somewhere
3 Jon Whereever
and export it to text, I got the export part...
I've been looking left to right and run into dead-end in some area that not providing what I'm really looking for.
Hope you can help me point to the right direction. My objective is on "How To":
-Export Listview (with arrays)
-Export to CSV (or txt)
-Import CSV (or txt)
Many links in Tips...
Tried to find the "proper" way to do arrays, but for the life of me, couldnt get it to display on my listbox test. Trying to learn few things here and there. Hope you could help shed some light here.
Private Sub arraytest()
'On Error Resume Next
Dim Sta() As String, lsta As Long
Dim...
I know I did decent job on coding (considering learning by the book & hard way), anyhoo... I can't, for the life of me, figure out why Listview isn't capturing all the data, I checked the web and it was loading fast like it was supposed to, but the Listview isn't inputting the data quick enuff...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.