VB programming
Hi, I'M doing a database using VB. in my database there are a few info (shown below"Picture"). my question is.. how do I program such that the "ID" will run in sequence even i delete in-between??...
View ArticleGecko launch new window for new page script
More of a Gecko web engine question, but I figure someone here might be able to help me out. Naturally, a web browser will need to open up a new window. However, I cannot get it to function properly....
View ArticleMswinsock With Socks 5 Support ?
hi brothers i want a Mswinsock.ocx With Socks 5 Support For Vb.net the Normal Mswinsock.ocx is support HTTPS Proxy But Dont Support Socks 5 :confused::confused::confused: plz help me :ehh:
View ArticleVS 2008 String reduce
Hi all ,Im trying to reduce string repetitions. Keeping same order to not alterate text. So exemple : Code: aabbbbbcccaaaa Would be : Code: a2b5c3a3 I've been trying to figure out ; Code: Dim a As...
View ArticleVS 2010 Datagrid columns comparison problem
Hi, datagrid trying to compare the two lines. I did, but I can not cross a kind of search. putting an image as an example. I'd appreciate it if you help. The normal appearance of the grid number 1 in...
View ArticleVS 2010 Setting Media Player Item Attributes
Here is my code: Code: Public Sub SaveMediaItemAttributesToFile(stringFilename As String, stringAttributeName As String, stringAttributeValue As String) Dim MediaObject As WMPLib.IWMPMedia3...
View ArticleVS 2008 Events from usercontrol
Hello, I'm trying to make simple but functional usercontrol with only one textbox inside. Here are few main events which depends on situation in usercontrol which I declared like this: Code: Shadows...
View ArticleVS 2010 Display array values in Console
Hello, I have two dynamic arrays, each with three values. I want to display the values of both arrays horizontally. Example: Dim iArray1() As Integer = {1, 2, 3} Dim iArray2() As Integer = {1, 3, 2}...
View ArticleType Mismatch
Hi, I am working with Visual Studio 2005 with SQL Server 2005. Now, I have changed a data type on my table (dbo.files) from int to bigint. As a result I received the following error on my page;...
View Articlehow to open a file through its default application upon selecting it in the...
Suppose i have a listbox filled with doc/docx files, when i select a file within that listbox and press the btnOpen. it will launch the default application , i.e. Microsoft word. thus opening the file...
View ArticleVS 2010 Textbox problem noob plz help
hello everybody i know this maybe a simple problem for you all so please help me i can use only one label i don't want to use more i have textbox and a label and button label1 textbox1 button1...
View ArticleVS 2010 Console App: What file(s) to edit for setting change?
Hi guys. I have a console app that gets deployed to a server. This console app has some variables whose values are stored in the projects settings file available under the Project-> Properties...
View ArticleVS 2010 New keyword ambiguity
I thought the New keyword can only be used with classes, but in the following, size is a structure: me.minimumsize = New Size (400, 300 + systemInformation.captionheight) So my question is: In how many...
View ArticleAsyncronous File Copy
I'm doing File Copy using System.IO.File.Copy. In case of huge size of file, for example 5GB, and network directory, it takes too long time to complete and block to do other job of program. I want to...
View ArticleVS 2010 What's the easiest method of exporting my data to XML?
I'm pulling data from an Access database and placing it into a DataGridView. This is my code: Code: Private Sub PopulateGrid(ByVal sqlQuery As String, ByVal grid As DataGridView) ' This...
View ArticleVS 2010 Logging into my router with VB
Hi Guys, I'm trying to log into my router using VB. I created a form and added a web browser and navigated to the the log in page. The problem arises here, the actual log in is a popup msgbox with...
View ArticlePublished application wont open
Hi there, I have published and installed my application using the click once publish wizard in vs2010, once it installed the program launches. After exiting I try to re-open the program from the start...
View ArticleVS 2010 Loops
Hello I have two listboxes: listbox1 contains the 50 states, listbox2 is to display the states ending in "na". How would I program the button to display the states ending in na? Thanks, Justin
View ArticleUnable to find the requested .Net Framework Provider
I have an Access database and I'm wanting to make a VB frontend. I did this years back and it was pretty straight forward. Today I downloaded VS 2012 and tried to create a new Data Source and I pointed...
View ArticleVS 2010 Accessing Methods and Subroutines
Hi There I have a project i have been working on for a little while that lives on my server and switches phones around and what not. I don't want to have to log in to my server to use this program and...
View Article