Really Struggling with converting VB6 to VS2012
Hi I am only an occasional programmer and very old school. I am being forced to convert code from VB6 to VS2012 due to work computer upgrades. I have read through lots of stuff on this topic within...
View ArticleVS 2012 Label with Imported Font Error
I imported a font that is not supported by the Visual Studio 2012. The code is working but I'm having a problem when the label's boundary and a moving picturebox's boundary touched, the label is having...
View ArticleXNA and VB.NET
Hello! I have small problem! I try make XNA multiplayer game using VB.NET, but my client socket not working on XNA but working VB.NET and C# XNA code: PHP Code: Imports System.Net.Sockets Imports...
View ArticleInsert Statement VS NULL
Hi, My code works fine, however, if no value is typed to a textbox -txtliceffdate , it stores 01/01/00 00:00:00 (default) at the backened table instead I want for every not populated value i.e., data...
View ArticleHow to do stocks in inventory management system
Hi All, Pls kindly help me out on this programming logic: I'm designing an inventory management app. I have three child windows on a parent window. The windows are Products, Stock-In and Stock-Out. The...
View ArticleProblem removing a table from a dataset in vb 2010
Using VB 2010 Express I have a dataset that contains a table I want to remove. I used the code below but nothing happened. When I clicked "Edit Dataset with Designer" after running the code below, the...
View ArticleAlphanumeric DataView Sort
My DataGridView's DataSource is bound to a DataView. The DataView is equal to my dtBills DataTable. Like so: Code: Dim View As New DataView View.Table = DataSet1.Tables("dtBills") dgvBills.DataSource =...
View ArticlePrinting panel content VB.NET
I have the following panel that is scrollable that i wish to print i was able to print the text however the progress bars are not printing. her is the code ive used and any help on how to get the...
View Article"Select" a file from a opened folder?
OK, so you know how when you just normal left click once on any file, it will "highlight" it, to show you its "Selected"? I want to do that. Except im using it on a image (I dont think that fact...
View ArticleVS 2008 Using SQL compact server in VB.NET
Hello, I know this may be a DB question but it is related to VS2008 because of how it acts. I created a table and tried saving it. Gave me an error which I forget. Restarted VS and reloaded the VB.NET...
View ArticleRead a text file and assign to variables in VB.net
Txt file looks similar to this: [Test Configuration] ObjectFileName=\\He2ntsd11\pe2003\ObjectMapFiles\Rel6.1\ [Datapool] ;DataPoolName=Test1 DataPoolName1=Test2 What should the below functions do: 1)...
View ArticleVS 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 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 Article