VS 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 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 ArticleVS 2010 webbrowser disable flash and images
I've been searching on how to disable flash and image on webbrowser for few days now but still can't find a solution. some say importing a blank msacm32.dll would do the trick but I still can't get it...
View ArticleHow to Deploy a SQL Server 2008 Express database on a different computer
First time using SQL Server. I have created a SQL server 2008 Express database called "AbcDatabase" using SSMS. I have detached "AbcDatabase" so that I can use it in my application. I have an Windows...
View ArticleHow to get same values into List(of Size)
Hi :wave: please help .... _framelayersize is a LIST(of Size) .. 1) values are .. _framelayersize .Item (0) = {10,10} _framelayersize .Item (1) = {10,10} _framelayersize .Item (2) = {10,10}...
View Articleusing a webbrequest to do functions in webbrowser
INFO: i have a webrequest that i would like to impliment into my program that will do a function on my website but sending the webrequest alone doesnt work and also sending a login request errors with:...
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 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 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 2012 DataGridView Columns
Can I please have some help with some code. Code: Private Sub SetupDataGridViewColumns(DataGridView As DataGridView) Dim DataGridViewColumnCollection As New...
View ArticleVS 2012 How to replace words in a string
Hi I need to replace sum words in a string. EX: me and amanda are go to town. When I use this Dim s As String = FileString.Replace("and", "") it removes the and but it also removes the and from amanda....
View ArticleVS 2010 Disable adobe reader plugin in Webbrowser
Hi all, I am currently trying to program a web scrapping program, which should be working fine if I searched using internet explorer or chrome - since the results would appear as text (html). However,...
View ArticleShow program above all Windows 8 apps
I made a program like On Screen Keyboard, all is ok except that, its window shown only when select Desktop from Windows 8 start menu, how can i make it shown above all Windows 8 apps e.g. Messaging,...
View Article[RESOLVED] What does 'No Source Available' mean ?
I'm trying to debug a project which has gone sick on me... Probably due to some 'weeding' in the Registry Patch. When I run the project all seems to work except that the texts in several TextBoxes...
View ArticleVS 2010 MS Chart Series Problem
Hey, I am able to add series dynamically in run time but i have some weird problem. My X Axis holds date and Y Axis holds Ranks. If i have 3 Series and if dates in all 3 series (X Axis Value) are same...
View Articleusing listview control for quiz application
in my quiz application, i use list view to display the questions alongwith three choices . the code for this is-- Code: Dim listSql As String = "Select * from qna " Dim cmd As...
View ArticleVS 2010 Instances of other classes using Command Prompt
Basically I am not using the Microsoft Visual Basic software to create my project. I build the application using command prompt using vbc.exe which works well except I am not sure how to to interact...
View Article