What is the counterpart of this C pointer programme in C#?
I'd like to know how the following programme on pointer written in C can be written in C#, especially how to use the keywords in the C programme like &i and *p in C#. Please clarify. Code: #include...
View ArticleVS 2012 [RESOLVED] My ComboBox Text is AutoSelected
Hi! I'm Jota and new on this forum, before post, I'd like to say sorry by my english, is not my maternal lenguage so... Well I have some combobox controls, and they have always a datatable as...
View ArticleStruggling to pass data between forms
Hello: I have read a few tutorials. I would like to pass data between containers on forms. I have read three articles on it, but nothing I'm doing is working out. In fact, I cannot even get the...
View ArticleVS 2019 How to get data in a textbox when clicked on a particular button?
Hi, I have some buttons (each button's caption has a number on it) and it is in a separate Groupbox on my form. What I want now is, when I click on any button in a specific groupbox, it should take the...
View ArticleVS 2019 How to remove traces from a chart
Hello everybody. In a form I have a chart that will draw one or more tracks after choices have been made and a button has been clicked. If later new choices are made and the button is clicked again,...
View ArticleShow form as Modal
Hello, I have a basic question: What is the importance of OwnerForm on the Sub Show? For Example: Imagine that you want to call a certain function in a second form. In Form 1 Private Sub...
View ArticleHow to iterate rows and columns in TableLayoutPanel
I am trying to add a TableLayoutPanel to my form at runtime. I have the following code which works (suggestions for improvements are welcome.) Code: Dim myTable As New TableLayoutPanel...
View ArticleHow to have an automated href hyperlink on a local domain server of mine???
Dear VBFormers, I wish to have an automated hyperlink connected to my domain server and execute a windows binary exe file in the window of the web browser, then. I had the source code for automatic...
View ArticleVS 2019 Not able to read cell data from Excel
Dear Gurus, I am facing the below issue- appreciate your help. This Code Works: DataGridView1.Rows.Add(rowcount, xlWorksheet.Range("A2").Text) This code does not: DataGridView1.Rows.Add(rowcount,...
View ArticleVS 2017 Details shown always first
Hi Sirs, I would like to ask what is my error in this code? i am trying to display the details of the total quantity of Labeler and Ballpen whenever selected from the combo box. But if i chose the...
View Article[VB6] Shell Controls OCX
ShellControls 9.5.25 ShellBrowse 9.5 and ShellTree 2.5 R3 I'll be posting my ShellBrowse and ShellTree controls as a single OCX from now on in addition to the regular versions for anybody interested in...
View ArticleVS 2010 How to configure wifi like an airport ?
I do not know what to post here, ask you for help, let's say I want to configure wifi like an airport, that before using wifi I have to enter my personal information or introduction page, ... then New...
View ArticleVB6 how to get the machine all similar hardware device ID (PCI \ VEN)
I now want to enumerate all access to the machine hardware device ID (such as: PCI \ VEN_8086 & DEV_8C31 & REV_00), and then according to the device ID to match the corresponding driver, to...
View ArticleCreate a label programmatically
Hey I need to (ab)use a label for its AutoSize property, to get its height once I set some caption, but I don't want to place a label on any form, I'd like to create it, use it and destroy it on the...
View ArticleCreating pdf from gridview with selected rows.
Hello guys, I need help for my webpage. I made a SQL database which include my data and I created 2 pages that I and my customer can look data in Gridview. One of my client asked me that she wants to...
View ArticleWhat software license or freeware to tested our exe format
Dear all member, I want to know, what is the software to tested our exe file after build. Out there selling some software to protection our exe file from anti debugger-cracking-patching and etc. Right...
View ArticleVS 2015 Getting null error with manually placed MenuStrip
Code: Private Sub AddNewDrawerToolStripMenuItem_Click(sender As Object, e As EventArgs) Handles AddNewDrawerToolStripMenuItem.Click Dim Title As String = InputBox("Enter a title for your new...
View ArticleHex value to Byte of Hex value
Hello, Can someone please help me with this: I have the Hex value as &H6021FA64 (Note: I don't want to declare my hex value as a string) and I need them as a byte of hex value Dim frame(3) as byte...
View Article[RESOLVED] Round Object (not shape)
So, my next challenge game is called HardBall. I want an 'object' that looks like a ball (currently simply using a shape control). BUT, as shapes are layered below most other controls, I would like a...
View ArticleMinimum Top and left movements restricted to 1?
Thanks to Arnoutdv, I was able to replace my Shape Control with a User Control created by Eduardo. As I move this User Control on my screen via timers, I attempted to make the control SLOWLY progress...
View Article