-
Stopped Watching Voting online
What do you think about electronic electoral voting ?Is it trust worthy? -
Stopped Watching Is the TAB going to replace the laptop ?
More and more guys are using the TAB for its features like email, phone,camera, small office like PP word excel. How is it really different from a cell phone? Is … -
Stopped Watching 6N Rugby Championship 2014
Anybody else going to be glued to it this year? First result already in: Wales 23 : 15 Ireland Italy were very good, Wales rather indifferent. Great to see Italy … -
Stopped Watching Jokes
A cat has 9 lives -- what has more than 9 lives? Answer: Frogs because they croak every night. (Duck Dynasty) -
Began Watching How Do I Save The Values From The Datagridview To Table In The Database
Imports DemoExcelFileHandling.DataSet1 Imports DemoExcelFileHandling.DataSet1TableAdapters Public Class ReadFromExcel Private dt As New dtMonthDataTable Private ta As New taMonth Private bs As New BindingSource Private Sub BindUI() dgvExcelData.AutoGenerateColumns = False colYear.DataPropertyName = … -
Replied To a Post in How Do I Save The Values From The Datagridview To Table In The Database
Hi, Looking at your code, you are referencing a class OExcelHandler to populate your dataset, with out knowing what happens in the class I can't help. If it uses a … -
Replied To a Post in Is the TAB going to replace the laptop ?
There is a great advert for toilet tissue here where the wife is helping the child draw a picture on paper and the husband pulls out his tablet and shows … -
Began Watching 6N Rugby Championship 2014
Anybody else going to be glued to it this year? First result already in: Wales 23 : 15 Ireland Italy were very good, Wales rather indifferent. Great to see Italy … -
Replied To a Post in 6N Rugby Championship 2014
I think Ireland will beat France. 1. France didn't beat Scotland , Scotland snatched defeat from the jaws of victory - too many silly errors - trying to bypass attacking … -
Stopped Watching Expected End of statement error
This is for a command button array but i have a problem in the quoted text, the error Expected End of Statement, i am learning from a book, i guess … -
Stopped Watching watermark in pdf using iTextSharp
I am generating pdf's using iTextSharp dll.I need to put watermark on every page generated. how can I add watermark to the pdf generated using iTextsharp dll? Any assistance would … -
Began Watching Things I hate about TV shows
Cop shows that include a 5 minute foot chase. This is usually the result of the cops shouting out a suspect's name from half a block away instead of waiting … -
Replied To a Post in Things I hate about TV shows
What really annoys me especially with having a young < 1 child in the house is you are watching the show at a reasonable volume when suddenly the adverts come … -
Began Watching Voting online
What do you think about electronic electoral voting ?Is it trust worthy? -
Replied To a Post in Voting online
In Ireland they wasted millions of euro on electronic voting machines that ended up sitting in a warehouse unused. The problem was the press, IT professionals and eventually general public … -
Began Watching Is the TAB going to replace the laptop ?
More and more guys are using the TAB for its features like email, phone,camera, small office like PP word excel. How is it really different from a cell phone? Is … -
Replied To a Post in Is the TAB going to replace the laptop ?
My opinion is for certain tasks no. That being said I do have a Google tablet, my wife has an IPad and my son has a tablet too. One thing … -
Began Watching Get dword registry value to string?
Hi guys, i have been all over google looking for proper examples that work with dword values, but i have found some examples online but nothing that worked for me. … -
Replied To a Post in Get dword registry value to string?
hi, Looking at your code it should be something like: `dim MyKeyValue as string = CType(myKey.GetValue("prevhost.exe"),String)` -
Began Watching combining multiple table into one table
help. i would like to ask if there's a way to combine 2 data table into 1 table without manually inputting using sql statement. how does the parent child foreign … -
Replied To a Post in combining multiple table into one table
Hi, If you are using a single dataset to hold the two tables you can also specify a [DataRelation](http://msdn.microsoft.com/en-us/library/ay82azad(v=vs.110).aspx) between them. You can then get the [child records of the … -
Stopped Watching Question with form refernce
Hi guys, I have a form that could be called from 3 tool strip menu items at different times.And from that form you can select an item and proceed to … -
Stopped Watching VB.net MYSQL row lock
I use visual basic 2008 and MYSQL (Storage engine is innodb) Is use this code to retrieve informatie (see below) The SQL string ="select * from articles where articlenb=12345" I … -
Stopped Watching insert combo box into the column using vb6
hi there, can someone teach me how to insert combo box inside the column.. -
Stopped Watching Making a timer increment more time
hello I want a timer in my Access database form using Visual Basic I have the code dim i as integer=0 timer1= i label1.Text = "Remaining time:" + CStr(2500 - … -
Stopped Watching Thoughts Of The Day.
[B]All the flowers of tomorrow are in the seeds of today. :) [/B] -
Created 32 bit ODBC connection in 64 bit Win7 not saving
Hi all, I have a Windows 7 64 bit client that is running a 32 bit of software and so needs a 32 bit ODBC connection to the database. I … -
Began Watching 32 bit ODBC connection in 64 bit Win7 not saving
Hi all, I have a Windows 7 64 bit client that is running a 32 bit of software and so needs a 32 bit ODBC connection to the database. I … -
Began Watching Question with form refernce
Hi guys, I have a form that could be called from 3 tool strip menu items at different times.And from that form you can select an item and proceed to … -
Replied To a Post in Question with form refernce
Hmmm... I think I understand what you are trying to do Why not have the menu items show only the appropriate options on the called form? e.g. sub MenuItem1_OnClick() dim … -
Began Watching Expected End of statement error
This is for a command button array but i have a problem in the quoted text, the error Expected End of Statement, i am learning from a book, i guess … -
Replied To a Post in Expected End of statement error
Hi Does it highlight where the end of statement is expected? Also do you handle if cmdLetter(index) is out of bounds? -
Replied To a Post in dropdownlist for excel file created in vb.net doesnt ignore blanks
Never used gembox... -
Replied To a Post in data not updated in sql after doing some changes in the datagridview
Well, You could put the example I've given you into your save button click event.. OR look at the update method for datadaptor in the link I gave you. -
Replied To a Post in Textbox property. colors.
OK you'll need to do something like this: Public Class MyFomattedTextbox Inherits System.Windows.Form.RichTextbox Public Overrides Function ToString() 'parse the text inside the richtextbox 'if you find " " then format … -
Began Watching Textbox property. colors.
I want to create a class in which I typed the text between **""** then the text color get changed. and also yes, I want to change the text color … -
Replied To a Post in Textbox property. colors.
Hi You will need to based your new class on a richtextbox to allow different formating within the text. You will also need to overwrite the ToString to parse the … -
Began Watching data not updated in sql after doing some changes in the datagridview
hello everyone, im pretty new in this language (vb.net) so i have difficulties understanding its function, right now i am able to populate my database to datagridview, i've been looking … -
Replied To a Post in data not updated in sql after doing some changes in the datagridview
Hi, How are you initially populating the datagrid? Are you using a [DataAdapter](http://msdn.microsoft.com/en-us/library/System.Data.Common.DataAdapter(v=vs.110).aspx)? If so you can specify the [Update](http://msdn.microsoft.com/en-us/library/system.data.common.dataadapter.update(v=vs.110).aspx) method for it as shown on the link I have … -
Began Watching Listview to Listview
how to avoid duplicate lvList DoubleClick() Dim line = lvList.SelectedIndices(item.Text) lvPrint.Items.Add(lvList.Items(line).Clone()) -
Replied To a Post in Listview to Listview
hi, You could see if the listitem is already contained within the second Listview with the [Contains method](http://msdn.microsoft.com/en-us/library/system.windows.forms.control.contains(v=vs.110).aspx). Failing that, you would loop through each item in the second Listview … -
Began Watching Best first lines of a song
What's you favourite first line, or start, to a song? Mine varies according to my mood, but currently it has to be: **"Everybody here comes from somewhere that they would … -
Replied To a Post in Best first lines of a song
DIIIIIIIIIIIIIEEEEEEEEEEE! Because it is the start to Lawnmower Deth's Thrash metal version of the Osmond's Crazy Horses... and I'm a bit odd like that... -
Began Watching Jokes
A cat has 9 lives -- what has more than 9 lives? Answer: Frogs because they croak every night. (Duck Dynasty) -
Replied To a Post in Jokes
Why was the sand wet? Because the sea weed... -
Replied To a Post in dropdownlist for excel file created in vb.net doesnt ignore blanks
Hi, I think we are trying to do too much on one line of code and screwing up the syntax. So how about this? 'Tidy up your source data first … -
Began Watching Creating an array
When the array is declared,the size of an array is supplied in the following way: dim inquirybyyearmonthday(20)()() as byte My question is why there are extra 2 opening & closing … -
Replied To a Post in Creating an array
`dim inquirybyyearmonthday(20)()() as byte` So to clarify further.... an array that contains 20 arrays of undetermined length that themselves contain arrays of undetermined length... of type byte -
Began Watching Key Press event
Friends I am new to VB.Net Please help me I have two text boxes. When I press the 'Enter' key in the first text box the focus should go to … -
Replied To a Post in Key Press event
You could also use `e.handled=true` just to add to the fire...
The End.