VB6 QUESTION: Extracting target information from a Windows Shortcut or .LNK
Afternoon chaps. I have some code that reads a Windows Shortcut or .LNK in VB6 using the Shell32.Shell object and it works and that's good. However, I am looking for an alternate method to extract the...
View ArticleInsert multiples files txt into table sql server
hello everyone I want to modify this code so that it inserts different txt files to sql your help please very grateful for your time. Code: Public Function ImportTextFile(cnn As Object, _ Â ByVal...
View ArticleVS 2017 [RESOLVED] Interval on the Y-axis for an Excel graph
I am trying to set the Interval on the Y-axis for an Excel graph programmayically using VB Everything else is working fine. Cant find answer on Internet. Can you help please Code: theFilename =...
View ArticleVS 2017 Phone Menu System (DTMF)
Hello I am trying to create a program that can deal with phone calls and require some help on this subject. Basically I will have a phone line either magic jack or landline and I will have people...
View Article[RESOLVED] Maintaining selected items in DGV
In my Winform application, I have a DataGridView where a user can select options from the list. There may be one option, there may be 20. The DGV is multiselect and due to design constrains shows 4...
View ArticleVS 2019 Visual Studio Gone Mad, Rise of the machines etc.
Either I'm being very blind to the issue or I need to disable the error manager thingy somehow. I have errors on variables that don't exist and IF's are no longer allowed for programmers(ouch). See for...
View ArticleVS 2010 Shell command returns file not found error
Hi, Well, like the title says, the shell command suddenly stopped working. Yes, it worked before, and no, I have not changed anything since then. Actually I'm not sure I've even used the computer in...
View Articlefill a combobox with a sorted files in dir c:\,ydir\
i have in a dir_ 1.txt 2.txt 55.txt 20.txt 9.txt 11.txt ... 6.txt 123.txt how to fill a combobox with a sorted list of files, similar? 1.txt 2.txt 6.txt 9.txt 11.txt 20.txt 55.txt 123.txt
View ArticleVS 2019 Anything better than AsyncFileUpload or AjaxFileUpload
I am making a webapp for work that lists some projects in a Repeater, and for each project the user has to attach some files. So each control is repeated multiple times on the page. I can't use...
View ArticleListview problem
Hi, l have a listview control (no checkboxes) with several columns , say 5 and 12 rows . All subitems have some info in them . What l am trying to do and have not succeeded is By clicking a certain row...
View ArticleLUA Buglight - Get it now
We're getting used to tools, components, and docs drying up. Better grab this one while it is still hot: LUA Buglight 2.3, with support for Windows 8.1 and Windows 10 Scroll way down to the download...
View ArticleAssembly String move proplem
hi ~ ALL Quote: Code: ' PowerBasic compile to Std DLL FUNCTION PB_MemCpy3 ALIAS "PB_MemCpy3" (BYVAL Destination AS DWORD, BYVAL SOURCE AS DWORD, BYVAL Length AS LONG)Â EXPORT AS LONG ! cld ' low...
View ArticleVisual Free Basic
Quote: Originally Posted by yereverluvinuncleber I'd put some money into a kickstarter for this. The VB6 community needs an injection of positivity and these sorts of projects are probably the only...
View ArticleName Generator
Create male names, female names, with or without middle initial and can add Mr. and Mrs. Code is simple and straight forward. Names list can be saved .I'd load a snapshot but not uploading it for some...
View ArticleGetting OutofRange error after closing a program
To display data in a textbox I used TextBox1.Text = BindingSource.Item(0)(0) The textbox was able to display the data but after I close the program I get this error System.ArgumentOutOfRangeException:...
View ArticleVS 2019 [RESOLVED] Treeview get child node
I am using a Treeview for the first time and having trouble getting the value of the child node when I click. I have a Treeview with a parent node "Archive" and several child nodes with the years 2015,...
View ArticleVS 2019 [RESOLVED] Insert records in Ms Access Database sql error
I am trying to add records to a table of my access database. When I create the SQL string I get an error. I am not sure what is the problem but I am guessing the path. Code: Private Sub...
View ArticleVS 2015 Add icons to listview rows
Hello, i would be very grateful if someone could help me I have a listview with three columns. the first column shows the program name, the second column shows the program description, and the third...
View ArticleVS 2019 Save on Access Database
Hello guys and have a nice sunday. I have a problem with VB project. If I bind an Access database in a software, the database, If I publish di application, it isn't in the folder where I publish. Now I...
View ArticleVS 2019 automatically load main form when opening students' work
hi, it's probably going to sound like a strange question. when a student emails me their vb.net app, i double click on the .sln file to take a look at it. after it loads, i can see their solution,...
View Article