VS 2010 Class Query (Good Class Design in Basics)
Hi Guys, Sorry if this is in the wrong section, I was unsure where to request this, So apologies if its in the wrong section. 1st : I am quite new to OOP and am trying to get a better understanding of...
View Article[RESOLVED] Dynamic DataGridView creation creating 1 extra column???
I am working on creating a DGV dynamically and I'm having a problem in that it is creating an extra column. The weird thing is that the extra column is the 1st column. The logic that I'm using is only...
View Article[VB.NET 8]Sniff web traffic
Hello. I'm making an app for check out the traffic about internet: all the traffic the browsers are using. An example: I don't know how to reach this... I really I have no idea about how might I do...
View ArticleDisable right click on SWF
Hi there have been battling this for long n googled but no result I want to Disable right click on ShockWave File Any help??
View ArticleVS 2008 Button background image does not show during runtime
Hello, please help me to this. I created a project in Visual basic 2008 that has buttons with background image. I successfully did it previously, but now when I am adding a button to the same form and...
View ArticleVS 2010 Report Functions
I have a Payroll project with a multiple forms that some of the forms requires printing. This code is present for every form that required printing. Please help me to convert my code to a function...
View ArticleAsync Webrequests only working if Fiddler is turned on..
Code: Public Class frmTest Private WithEvents bw As New System.ComponentModel.BackgroundWorker Private responsesReceived As Integer Private sw As New Stopwatch Private Sub...
View ArticleVS 2010 [RESOLVED] Insert date into mysql
Ok so im having trouble with a very stupid and simple thing, inserting date into mysql. Straight to it, heres my code Code: Sub insertStatus(ByVal status, ByVal serverid, ByVal replytime)...
View ArticleVS 2012 VB.net Capture webbowser flash player video link?(all link http,rtmp)...
I need capture link on video sites, Like internet download manager, Link not have on html. For example http://c.brightcove.com/services/vie...D=836881579001 this link direkt player with ID, When open...
View ArticleHolding the Down Key Using SendKeys
How do i make SendKeys hold down the down key for say...10 seconds and then release? i'd like to use it to automate some repetitive tasks in my Web Browser. Thx for your Help!!
View ArticleAntivirus Trigger :/
Hi guys, i have this code: Code: Imports System.IO Public Class Form1 Private Sub Save_Click(sender As Object, e As EventArgs) Handles Button1.Click Dim Default_Folder As String =...
View Article[RESOLVED] Not IsNothing
Hi, In my insert statement I have the following code; Code: .AddWithValue("@LicenceEffectiveDate", IIf(Not IsNothing(txtliceffdate.Text), txtliceffdate.Text, DBNull.Value)) Reason: To insert a...
View Articlevalidating multine text box data
Hi Friends, i simple want when user input list of barcode in the Multiline text box . and if any of them (barcode) is less than 8 digits . it needs to validate .barcode(x),barcode(y) ... is less than 8...
View ArticleVS 2012 Renaming all files inside all folders in a Selected folder
Hey so as the name suggests i am VERY new to all things to do with code and such but have decided to learn and thought of a small program id like to make that would also be of some use to some things...
View ArticleList (Of String)? changed
Hi, I have this code: PHP Code: Public Class Form1 Dim mClass1 As New mClass Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click...
View ArticleVS 2010 Upload video with Youtube api
Hi, i'm working on a new project.I want to download a video from a website and upload it my youtube account. I can succesfully download the video but i dont know how to upload it my youtube channel...
View ArticleVS 2008 Cannot change target CPU - can you try this example?
Hello, I am using VS2008 Professional and often change the target cpu to x86. When I click to create a new project for a smart device and select framework 2.0 I then go into the project properties and...
View ArticleCan't open program built with visual basic AND awesomium
Hey guys So, I've used Awesomium in one of my visual basic projects. I placed a web control thingy on a form and gave it a specific URL.... Once I ran the program it worked fine for me. I built it and...
View ArticleVS 2012 Searching for a registry value
Hey guys, I am attempting to search through a list of registry keys held in this location: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\ProfileList\ The keys are different on every...
View ArticleVS 2010 Extracting main body text from webpage
Hi all, I am trying to download various texts from different news sources in a systematic way. I know I can use get element by id/tag but it would be quite tedious to make one for each of the 100+...
View Article