VS 2015 I can not login to the site
Hi everybody I cannot login with the codes on the site below. (location country: turkey) https://www.trendyol.com/giris?cb It looks like data is being written onto the combobox. but in reality it is...
View ArticleVB.NET How to Title Get Exe
For example, I opened "Untitled - Notepad" and I want to detect the title of it and pass the name processbyname to textbox1. How can I do it? So when "Untitled - Notepad" comes up and it is active, I...
View ArticleVS 2019 [RESOLVED] Visual Basic Error instance valuetype ADODB.DataTypeEnum
This is my first deployment of a VB Net application. I believed I published it correctly It runs perfectly on the computer that created it. (Windows 10) But when I Install it on a Windows 7 computer...
View ArticleUsing an Array for a combobox datasource
I am working on a program where the user will update combobox entries. What I want to do is update an entry in an array which then updates the entry in the combobox. Because the order of the combobox...
View Article[RESOLVED] Function parameter as element name
Hi and happy new year :D I making a function to get the ComboBox ItemData value from ComboBox Text value. Code: Private Sub CmbJLabelFormat_Click() Call GetCmbItemData("CmbJLabelFormat",...
View Article[RESOLVED] Shuffling Textboxes
Mind is going (or I have been too long on this computer today--and now late)... I have an array of textboxes (0 to 9) with text in each, vertically stacked, 0 on top, 9 on bottom. I want to randomly...
View Article[RESOLVED] ComboBox ItemData, only zeros ?
Hi, A ComboBox on a Form. The list : Pic Poc Pouet But the ItemData has only zeros : 0 0 0 Even if I change for 0 1 2 The zeros still there :( Or perhaps I didn't understood the ItemData function ?...
View ArticleOpinions On How To Deal With This "Subscript Out Of Range" Error
Hello, I'm looking for opinions on the best way to deal with the "Subscript out of range" Error generated by the following procedure. I'm sure I can fix it a number of ways, but I have approximately...
View ArticleIs there anyone who have been used a Control in vb6 like DataGridview which...
it can add columns as checkbox,button,combobox,textbox,image,etc.. Attached Images
View ArticleHow To Cange Array Type ?
Hi ALL ~ How To Cange Array Type ? Private Declare Sub CopyMemory Lib "kernel32.dll" Alias "RtlMoveMemory" (Destination As Any, ByRef Source As Long, ByVal Length As Long) Private Type VariantAPI vt As...
View ArticleWindows 8.1 scaling causing display problem
I have no problem to use default windows scaling. But I receive feedback someone cannot view it properly. He used this application because he claim this can make the application run clearer at 125%...
View Article[RESOLVED] Getting data
During execution I want to enter data into a text box and use this data . How do I get the program to stop at the required point and wait for data, enter it and continue? Thanks
View ArticleSeveral questions about RC6
I encountered several problems while using RC6: (1) RC6 provides DynObj to implement dynamic properties and dynamic functions. Is there an example to demonstrate how to implement dynamic functions? (2)...
View ArticleSave contents of a Multiline Textbox to an Access Database table
Hello everyone, I need your help, I have a multiline textbox and I need to save the contents to an Access database table (in a list format and not in a text format). I'm using an ADO recordset...
View ArticleGetting hWnd from VBIDE.Window
Hi folks... I'm in the process of writing (well, playing around, more like) an IDE addin, and I'd like to know if there's an easy way of getting the hWnd of a VBIDE.Window object. Anybody know how to...
View Article[RESOLVED] Several questions about RC6
I encountered several problems while using RC6: (1) RC6 provides DynObj to implement dynamic properties and dynamic functions. Is there an example to demonstrate how to implement dynamic functions? (2)...
View ArticleMatching Local (javascript client) timezone name to a TimeZoneInfo...
First, I should mention that this is about interacting between client side javascript and server side asp.net. I'm able to find some information about the client timezone in javascript. I have an...
View ArticleIs there any Controls like this ?
hi, everyone; I would to design some Dababase project, just want to find a control like Access tableview can anybody help me? thx very much Attached Images
View Article[RESOLVED] Balderdash Game Problem
Finishing up a new game, Balderdash. I have all the scoring correct except one... If a player (see the right most list of players) selects his own response (In this picture SamOscarBrown selected #3...
View ArticleVS 2017 Else If variable argument question...
Hello: I would like to pass a string variable into my ElseIf argument. This works! Code: ElseIf StateName <> "Released" And StateName <> "Standard Part" And StateName <> "Under...
View Article