Object Data Source is stuck in first
I set up a DAL layer in a dll. This had a couple poorly named methods such as GetData(), which is the default name offered up in the tableAdapter wizard. I also added a few other methods for various...
View Articleproblem connecting to password protected .sdf database
I have an sql server compact 4.0 database. If I delete the password from the database, the following connection string works great. However I need it to be protected. Here is the current string:...
View Articlecombo is text read only
hey i got a error that say the combobox is read only (text) i solved this before but i forgot how i need the combobox to be on dropdownlist so no one can edit it.this is the number 2 in the options of...
View ArticleVS 2012 help for learning vb.net 2012
Good day. I came from self-studying vb6 and now I want to shift to .net using version 2012. I would like to ask from our helpful members for an example on how to use the following for self study a....
View ArticleMS FlexGrid Issue
Hi, I want to Change the Font to Bold and Alignment to VBFlexCenterCenter of Last row in my Flexgrid. Please check the attached picture and find the below code Code: Â Â Â Â Â Â Â Â While Not rs.EOF =...
View ArticleVS 2012 Auto tab textbox for telephone number
I have three textboxes that I would like to auto tab once the numbers have been entered but stop at the last set of numbers of course. I saw one example where it autofocuses to textbox number 2 but I...
View ArticleChange HTML Tag Color
I open up an HTML file in my program, and the file is read into a richTextBox. I'm trying to have the richTextBox find HTML tags and convert them to a different color so it will be easier to read. The...
View Article[RESOLVED] [VB2010] - about Menu Strip and Tool Strip
1 - why, when i create the Tool Strip(after the Menu Strip), the Menu Strip goes down and the Tool Strip goes up?(i mean the controls order... the Menu, always, stays in 1 st, but not here and i don't...
View ArticleVS 2010 Convert from DataGridTextBoxColumn to DataGridViewTextBoxColumn
Hi I have a DataGridTextBoxColumn user control: Code: Public Class DataGridTextDescriptionColumn   Inherits DataGridTextBoxColumn   'Dim strConnection = ("Provider=MSDAORA.1;Password=app123;User...
View Article[RESOLVED] listview wont sort after changing the date
hey i have a listview with dates i created anoter form with datepicker and i need to choose the date and its sorts the listview by the date i pick. for some reason it dosnt sort nothing just looping...
View Articlephp question
Hey, was wondering if anyone can help me please. I'm trying to get my table to update but it keeps saying Your username and password are invalid I cant see where the problem is.? PHP Code: <?php...
View Article[RESOLVED] Identify File Format and Variable Type
When one imports (e.g. a text file to Excel), Microsoft shows the user M$ best guess at the file format and gives the user the option to set the variable type by column. I would like to do this with...
View ArticleVS 2012 ShapeContainer and docking
Why can I not dock a ShapeContainer to my Form and dock the RectangleShape within to that ShapeContainer? Is this not possible? I have tried specifying the docking from various places within the code...
View ArticleSimple WAVE player with Sine Wave display
Plays .wav files and displays the sine wave Attached Files WavePlayerWithSineWaveDisplay.zip (497.5 KB)
View ArticleConditionally attach a UNION to an SQL statement
I am wondering if this is possible. I have a fairly complex SQL statement that uses about 6 UNIONs to pull data from multiple tables and combine it together (MySQL database). The problem is that some...
View ArticleVS 2010 DataGridView - Code modification
Hi All, I have the code below, which I was using with a CheckedListBox. I've now the need to use a DataGridView instead to display the data. The code was set to find the selected data in the...
View ArticleSome icons added to image list scale, others don't
I've been trying different methods to get a good thumbnail-capable file browser going. I had one method where I retrieved a normal 32x32 icon (this is for file types that don't support...
View ArticleVS 2012 Countdown Timer/button
I have found many countdown timers but not one that works the way that I am looking. I am trying to have a countdown timer in a button that will change the text. Once you click "Timer" it changes to...
View Articlehelp me about framework issue
So I want to send a project to my friend's pc. I have heard that some project might not working on other pc if the pc doesnt have the compatible framework. I dont think she want to bother installing...
View ArticleDifference between VB(VStudio) excel template and VBA(Office) excel template
Hi i had a quick look on msdn and google but its not really telling me the difference, the Pro's and Con's. im really interested in knowing because i just remembered how much i hate VBA when using it...
View Article