VS 2012 Blocking Adds In Ie. WebBrowser Control
I am bringing this up as it is unanswered everywhere i look. There are also loads of topics, questions all over google with people making suggestions like making a hosts file in VB App folder, like we...
View Article[RESOLVED] SpecialFolder returning numerical value?
For some reason when I try to set a path to 'Environment.SpecialFolder.Windows' the path ends up being '36', even when dimming as a string - What the heck am I doing wrong? Code: Â Â Â Â Dim Install As...
View Articlehow to refresh a datagridview and prevent rows from getting repeated in the...
when i refresh my datagridview control, the new values gets updated but all the rows get repeated. in the figure 'student_pk ' is the primary key. after entering a new row, a whole new set of rows gets...
View Article[RESOLVED] how to refresh a datagridview and prevent rows from getting...
when i refresh my datagridview control, the new values gets updated but all the rows get repeated. in the figure 'student_pk ' is the primary key. after entering a new row, a whole new set of rows gets...
View ArticleVS 2010 Asynchronoous Serialization
I would like to implement an automatic backup function in my software where the main object gets serialized and stored asynchronously on a timed schedule, but do it asynchronously so as to not slow...
View ArticleVS 2010 [RESOLVED] How to make a MsgBox Popup for each 5th Item within a...
First of all I wish you all Merry Christmas and Happy Hollidays. I recently started a Project with Speech Recognition. I am using 2 ListBoxes. One for Curse Words that I dont want to include in my...
View ArticleDrawing Sine and Cosine Graphs on vb10
Hi, I'm a beginner and i need help drawing a sine and cosine graph on vb if the equation is given by the user. I'm using the chart function and i know I'm close but just not there yet. It would be...
View ArticleHorizontal Scroll Button Menu
Hi, I need help for creating a Horizontal scroll menu with next & previous + 5 buttons showing data from database. I have no clue what this type of menu is called but managed to find what I need in...
View Articlejust wondering??
Why does the following code, Code: For rec As RectangleF = rectlist.First To rectlist.Last   'do something here Next generate an error (in intellisense) "value of type Integer cannot be converted to...
View ArticleRedo after clicking ok on message box.
Using VB 2010 Express, the problem is, after displaying a message box when data is inadvertently omitted, when "O.K" is clicked, I wish to return (stay) to the current form (form5) to enter the data....
View ArticleSorting Array including negative and positive elements
I'm coding a statistics program. I need to sort an array. Array has 999 elements(some are 0). What I need to do sort the array without zero(0) elements. But if user entered 0 it should show the zero....
View ArticleHow to know file path of a vbs file running in wscript by vb.net?
Hello Friends, I'm able to get running process list by the following code: Code: For Each p As Process In Process.GetProcesses() Â Msgbox p.Modulename Next I'm running a vbs file from the desktop by...
View ArticleVS 2012 How to send bulk messages from a Webbrowser?
Hello to everybody, I am searching since days for a solution to stabilize my handling of a webpage that I control with vb studio 2012. It is a program to send bulk message in a existing webpage to all...
View Article[RESOLVED] Server Time
I'm trying to show the time from my host and I managed to do it very well by using a WebClient but there is a problem, the program freezes for less that a 1/10 of a second but enough to make it...
View ArticlePadding is invalid and cannot be removed
I'm trying to from read a .txt file and and then decrypt a line to use in My.Settings but I keep getting 'Padding is invalid and cannot be removed' error in the decryption, heres the code I use Code:...
View ArticleVS 2010 Reading XML and Populating TextBoxes PROBLEM!
Hello guys! What I'm trying to do is read an xml file, and populate the textboxes in my form with the data in the xml file. What happens is that everytime, i want a different XML file, and to do so I...
View ArticleVS 2010 Ajax Request
i wanna get informations about a travel company, actually i wanna get their voyage and passenger list.To do this when i click each voyage on their website, it posts these datas: Code: Request...
View Articlecan anyone help me with this error?
i'm using vb 2008 i just add many times in data binding then the error occurs, what was the problem with the data binding? i am a newbie in programming i wish you can help me with this issue. thanks...
View ArticleVS 2013 This version of Vistual Studios requires a newer version of Windows
Has anyone come across this? I have Windows 7 on my PC and laptop. VS 2013 for Desktop is running on my laptop but it will now not install to my PC. According to Microsoft I need Windows 8.1. When did...
View ArticleVS 2008 [RESOLVED] How to make it read entries
Hello there! Wishing you a Happy New Year! My name is Daniel, and I came here to ask for some help from you guys. I'll be hosting an Event where I'll accept 100 entries only. I'll give 100 numbers and...
View Article