VS 2010 SQL Tables in to a Datagridview
I want to load an SQL Database table into a Datagridview but because the table is selected from a combobox I cannot preset the datagridview. Is there an easy way of doing this or do I need to work out...
View ArticleGet part of a string
Hi There, So say I'd have this in TextBox1: Code: <HMTL> <HEAD> <TITLE>webpage1</TITLE> </HEAD> <BODY BGCOLOR="FFFFFf" LINK="006666" ALINK="8B4513" VLINK="006666">...
View ArticleMysqlexception Was Nnhandled !! How to Fixed it ??
I have a problem about mysql in vb net 2010. when i connect to a mysql database vb net 2010, there was a warning " mysqlexception was unhandled " , No database selected. it occurs in Quote: RD =...
View ArticleVS 2010 Making a Trial version of a program and making it Licence version
Hello to all, I have found this fine code, how to make your application Trial version. But how to make it licence version, so when you enter some code, that it make it unlimited... Code: Private...
View ArticleVS 2012 filter datagridview by ID
i am new with vb.net . i am using this code to search in datagridview and worked ok with text data type coulms ..i want code to search in "ID" coulm * Data type in ID coulm is Autonumber...
View ArticleVS 2008 Faster way to work through / Parse a string from another string - IF...
I have a program that reads in data, into a string. The data being entered into the string could be a few paragraphs long. Right now, I'm running a series of If ... Then... Else statements to make my...
View ArticleVS 2008 transparent panel to catch mouse events
i have a panel on a form that allows me to view any window under the form. The problem i cannot sort out is at the moment i am able to select items under the transparent panel, how can i change this so...
View ArticleVS 2010 Limiting DataGridView Multiselect to only 1 column
Working with a DataGridView with the SelectionMode set to RowHeaderSelect. I want the user to be able to multiselect cells but only within the same column. If they try to select values outside the...
View ArticleProblem regarding convertion of number...
I m using visual basic 2010 express edition. Now I m having problem when it come to a big number such as 8700000000. I wan to convert tis number into 8.7 * 10 ^ 9. Please help me... I just start...
View ArticleVS 2010 How to allow duplicate entries in mysql database using vb.net
Hello experts, I have a table named "products" which has two columns named 'product_name' and 'quantity' .... So i need an INSERT query to insert entry into this table without duplicate error... I...
View Articlewhat difference between individual module and 2 module in one module
what difference between individual module and 2 module in one module i mean module allow to you create 2 or 3 or 4 module in one module module m1 '''''''''''''''''''''''''' end module module m2...
View ArticleWcms
Hi Guys, Do you think may I make my own? Simply it should be able to update some simple text and links in specific div ids. Maybe it can browse the pages in ftp directory. I haven't planned it yet. Did...
View ArticleHow can I automatically return focus to the last control that was focused
I have a picturebox. After scrolling with a keypress, I want the focus to go back to the picturebox if my mouse is there. How can I do this? The reason is, that I use my mousewheel to scroll up or down...
View ArticleVS 2012 Plink SSH Connection
Hi guys, I am trying to send commands to a UNIX server using plink. I have found some documentation that shows me how to setup a command string. I have followed this and am now attempting to pass three...
View Articlegooglemaps right click zoom out
hi folks i am complete newbie concerning VB so please forgive if i am in the wrong. i am playing with vb net using a program from a friend that basically i am disecting and reading books to learn as i...
View ArticleMy current ongoing project (upload) - I hope someone can help me with this?
I am uploading my current project. It's a single form adventure I am working on, but it's a graphics issue I'm having trouble with not specifically a game questions. This is why I'm here. I would like...
View ArticleVS 2010 SMS character counter
Hi! One logical excercise... I am developing a SMS sending program. I am struggling with character counting. Regular SMS is 160 characters long (including whitespaces). So if the character count exeeds...
View Article[RESOLVED] More help parsing XML
hey guys, Sorry to come back to this again. I was pointed to xmlreader last week to parse an XML file, but i'm struggling to wrap my head around this. I can get the 'jobid' out of XML which was where i...
View ArticleAdding Share Permissions (NOT NTFS)
Hi All, Having another small issue. I'm wanting to add Share Permissions to a folder without removing the existing permissions and without using PowerShell or Net API is there a way of doing this?? I...
View ArticleScrollToCaret not working
Quick one (hopefully) chaps, One of my forms has a multiline textbox which is a dead simple log of whats been going on in my app. It can get quite lengthy with various API calls and their subsequent...
View Article