Confused about keybd_event API function's parameters
The parameters to this function are: bVk (a virtual key code) bScan (a hardware key code) dwFlags (controls whether the signal sent is for key pressed, or for key released) dwExtraInfo (don't know what...
View ArticleVS 2010 How to make subtitles
Hi, I am using a windows media player control in my program and am trying to show subtitles with a transparent background over it. I tried creating a transparent form with a transparency key and...
View ArticleDns.GetHostEntry Error: No such host is known.
Dim ip As Net.IPHostEntry = Dns.GetHostEntry("http://www.example.com") Throwing run time error "No such host is known." Pinging via cmd.exe is successful and shows the servers IP. :(
View ArticleIncorrect tab order in input window
I've ran into a quirky issue and I can't seem to find a solution. Working on an textbook assignment. It's basically done, but I got one bug. Basically, I have popup window where the user enter's a...
View ArticleAdding blank lines to http header?
Hi everyone, have a unique issue I believe someone on here could help me on. I am using the HTTP POST API of a service, which is intended for programmers to utilize. However, the way their server...
View Articleerror type mismatch in query epression
im getting a error type mismatch when i try to get the history of a customer cant find exactly where is the mismatch this is my code Code: Dim strSQL As String Dim lngVal As Long lngVal =...
View Articleget value in variable position in string
I can have this strings: RAPP C/C: 000009999 | or RAPP C/C: 000009999 or RAPP C/C: 000009999 ecc... i ned to intercept the string RAPP C/C: in whatever position and get always the right 6 digit from...
View ArticleDevelop, Deploy 32 bit applications to 64 bit Windows?
I create my self-contained programs and their NSIS install packages to prevent their interfering with or being interfered with any other applications on the user's PC. http://www.indra.com/~anderci...
View ArticleVS 2012 Updating Access databse through visual basic
I have connected my visual basic application with an access database. Showing, editing, adding of the data in a datagirdview work just fine. When I try to save the data I just edited in the database it...
View Articlegetting webbrowser data to text file
hello i am from vb6 and there is a text that is header between <h1>header</h1> and i wnana get that header into text box but how ??? help me :wave:
View ArticleMultiple Interfaces
I have an annoying problem I'm pondering: A dll has an object that implements a couple interfaces. One of these interfaces is IMetric, which exposes a couple methods that expose a means to calculate a...
View Article[RESOLVED] text1.text help
multi line textbox i wish to add <br> front of all text Quote: Private Sub Text21_KeyPress(KeyAscii As Integer) If KeyAscii = 13 Then ' The ENTER key. Text21.Text = "<br>" End If End Sub...
View ArticleActivate a Timer that is Inside a User Control
What I have is a custom made user control, which includes within it a couple of buttons, a textbox, a couple labels, and a timer. Essentially in this control you have one button that starts the timer...
View ArticleMsOf10 Excel : How to make named range topleft visible cell
Hi, let's say I have a named range "CLIENTS" that is exactly one cell (A100) When I put a button on top of the worksheet, that runs the following macro: Code: Sub Knop3_Klikken() ' ' Application.Goto...
View ArticleNeed a piece of code optimized for my need!
I have 2 arrays. the first array holds the IDs to my sprites and the second array holds the IDs to my objects. and in the main loop, everything is Rendered this way: Code: '..................... For c...
View Articlejquery effects in vb
is it possible to add javascript or anything of the kind to a vb project for visual effect like a image pop up light box when image is clicked then fade away when user exite the pop up most likely a...
View ArticleVS 2010 Return from ModalPopupExtender to call VB Code
Hi all, I spent yesterday searching these and other forums for a way to solve this problem, but couldn't figure it out. In short, I'm trying to do the equivalent of a "Are you sure you wish to delete?"...
View ArticleVBA Excel, Code to open file (Hyperlink to Shell Command)
Hello All, Please review the full working code to open any file and shows the file path. Can you please change the code so it can use the Shell command to open the file not hyperlink, Reason is that I...
View ArticleVS 2012 DataGridView Columns
Can I please have some help with some code. Code: Private Sub SetupDataGridViewColumns(DataGridView As DataGridView) Dim DataGridViewColumnCollection As New...
View Article