Vb 2010/2012 Report with sub Report...pulling my hair out.
This really is driving me bonkers. I created a simple project in vs 2012. 1 form w/reportviewer. 2 reports I can use either report on my reportviewer and my data is displayed. On report 1 I added a row...
View Articlewhat we need to know for build a new language?
i understand that we need have to know some programming languages, how the new language will be, and the Dragon book: 'Compilers, principles, techniques, and tools'. but it's all, or we need know more...
View ArticleSearch according to textbox serial no enter with adodc from database ms...
Dear Sir, I have tried to search using adodc from textbox with entered serial Number on it but it does not show me the correct data match with that serial number row from database to display data on...
View ArticleVS 2010 I am confused...
How would I make it so that as SOON as you click your mouse on a button or whatever it will activate it instead of you needing to have it UNCLICK on it... I hope you understand what I mean, I have...
View ArticleVS 2010 Printing Entire Tablelayoutpanel Not Just One Page
I have a very simple from, it has a button and a 2 column by 1 row tablelayoutpanel and a printform. When the form loads, a query that the user generated in the previous form pulls images from the...
View ArticleVS 2010 Adding items from Access database to Listbox
Okay, I have a Listbox that is databound to a field in my Access database. It populates fine when the form starts up. Every item in the name column of the database is displayed in my listbox. I also...
View ArticleVS 2012 XP Visual Styles- DateTimePicker
Ok heres the issue.. The DateTimePicker Control. My App (A Point Of Sale) is designed for touchscreen, large chunky buttons, textboxes etc... The one issue is the DTP! You can NOT change the dropdown...
View ArticleVS 2010 Need Help : Enable SMS Sending & Receiving on PC through Dongle
Hi Everyone, I use a 3G Dongle as USB Modem where I can put a SIM card of a network provider to access internet. The software which comes with this USB Modem have the option to send and receive SMS. A...
View ArticleTabpage showing controls for a different tabpage
Last tabcontrol-related question, I promise. So last time I was having visibility issues with this subroutine and now those have been sorted out, but I still have another issue. When I click over to a...
View Article[RESOLVED] FileInfo.LastWriteTime
I have used the FileInfo.LastWriteTime to populate some cells in an Excel spreadsheet and that all appears to be working well. My problem is that I now need to get the totals by month and when I use...
View ArticleConversion from string "" to type 'Single' is not valid.
Hello, I am not sure what is wrong with the code for this error to happen when the program is being executed via an exe file. The code is below: Code: Public Class frmMain ' Declare a number of...
View ArticleDataGrid causes VB 6-0. to Terminate
Here we go again. I have several programs for our office in VB 6.0. Not long ago, had VB 6.0 terminating whenever I tried to compile it...turned out...it was missing a file for a designer.... got that...
View Articleget the last value in filed
How to get the last value in a filed? The prob is: i have approx 150.xxx value in MyField!!!! Naturaly get the best code in order of speed up. Note: i just have a Conn opened via vb6 and adojet4 I use...
View ArticleCounting loop for printing a number of tables needed
I need a loop that will only print a certain number of items to a table. I currently have too many items printing to a table and only want 10 items per table. If I have 30 items I need a loop that will...
View ArticleVS 2010 [RESOLVED] Login to Website
I tried getelementbyid but it doesn't have an id. Basically, I want to login in to the website using the webbrower control but not sure what attributes im suppose to use. I understand the setattribute...
View ArticleUsing GPIO Pins
Has anyone had any experience with using General Purpose Input Output pins on boards (mother or otherwise)? Any good links or ideas where to start? Havent been finding much about them. Thanks
View ArticleFor Loop
Hello all, i have a random number generator to generate a random number from 1 to 26 (Dim intrandom As Integer = Int(Rnd() * 26) + 1) and an array of pic boxes (Dim picarray(25) As PictureBox). i was...
View Articlewhy encoded?
i have a POST form and when i enter value contain + example a+b and click the submit button then it is converted into a%2Bb i noticed that + is converted into %2B why this happens when we post data...
View ArticleVS 2010 I can't send winsock data to server?
I am probably doing it wrong since its obviously not working.. But here is my server: Code: Public Class Form1 Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs)...
View ArticleSimple Encryption / Decryption
More information + download, at: http://code.msdn.microsoft.com/Simpl...ption-7ae28135
View Article