[RESOLVED] ReportViewer Missing Datasource
Hello, I created my dataset which contains a table from my SQL Database named "BillHeaders" Here's what my report viewer looks like, it will contain two reports. One that holds a job number and...
View Article[RESOLVED] VS2008 ToolStrip
I cant figure out after adding a toolstrip, why when i run the program it wont show.
View ArticleVS 2010 6 digit Incremental Number
Hi, I'm creating a form which spits out a .csv file which is then sent to the printer. I want to output a job number which increments everytime anyone presses the export button. The GUID is the only...
View ArticleVS 2010 [RESOLVED] If ->And->Then: Help me figure out a seemingly simple...
Each time my program performs a certain action, a integer named 'actionCount' goes up by 1 using actionCount +=1 inside the action routine. I also have Timer 4, start when the actions do. It's supposed...
View ArticleVS 2010 Controlling Excel From VB
I found http://www.vbforums.com/showthread.p...6-(or-VB5-VBA) very useful. But It did not cover one thing I need. If I open a workbook and worksheet using this code: HTML Code: Dim oXLApp as...
View ArticleVS 2010 Timer is not stopping and Pop-up windows appearing infinitely
I have here my code to send SMS: Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick count = DataTable1DataGridView.Rows.Count For i As Integer =...
View ArticleCreating an Oracle Connection
I am trying to create an oracle connection in vs 2005. The first error I received when setting the connection was: attempt to load oracle client libraries threw badimageformatexception. This problem...
View Articlesave PDF into SQL varbinary column
I use image object to save image (jpg file) into SQL varbinary column as code below. It works fine. Now, I need to insert pdf file but Imaging.ImageFormat do not have pdf option. How to insert pdf...
View ArticleDeleting Button to work for both Parent and Child Table Rows
The Delete on my winform is not working the way I need it to. I have a form with parent table textboxes and child table datagridview. When I press the BindingNavigatorDeleteItem button it will delete...
View ArticleJoystick input?
Could someone help me with some code for joystick input. I want to add it to my project and have is correspond with keyboard input.... say if I push the joystick forward it would do the same as my...
View ArticleVS 2010 [RESOLVED] Determining the invariate date/time for a local pc
Hi all, So, I'm presented with a potential issue where I'm writing to a local database server in the UK but could have someone writing to the database from the US. I'm using a MS Access database which...
View ArticleVS 2010 how to add button in title bar in specific application
hello everyone i'm making an application and i searched for this way to make an float button in every of specific app i want to make this button in specific windows how can i do this and thanks for...
View ArticleHelp assigning an image file a numerical value
I'm trying to do a very rudimentary version of a card counting program. I am trying to assign the cards the corresponding value that they would have when counting cards in blackjack. Is this possible?...
View ArticleVS 2010 I'd appreciate some assistance with checking the contents of Group...
I'm attempting to check if any radio buttons in a group box have been checked or not, and I'm running into issues trying to define that situation. Also, I don't understand Case Statements. Code: Dim...
View ArticleVS 2008 [RESOLVED] this is insane... all i want to do is read a textbox from...
no matter how hard i try... what was working is not working now... i just want to read the text from a textbox on another form and apply that my transmit string. i tried passing the variable but i...
View ArticleRegex help HTML
Code: <p id="post-exception" role="message" class="exception notice">Error please check link <a href="http://support.xml.com/articles/1234-this-link-changes">here</a>.</p>...
View ArticleVS 2010 How to add Keydown under all circumstances
In order for me to avoid writing the Code: If e.keycode = keys.control + keys.B then me.show() and writing that under ever keydown event. May I just have it under form.activated or how can it work...
View ArticleVS 2008 SQL Code Executing without Error, Not Writing
I am using a SQL Code to write to the Database based on Data In the DataGrid. It is pulling the Data From the DataGrid Correctly, but Not writing to the DataBase. Here is the code Code: Dim...
View ArticleFilter Combobox items
Is there a way to filter combobox items (declared as single) to find which values are greater than an specific given value?
View ArticleHelp with number generating
I need help on coding this or help with VB. I have VB 2010 First GS = Random number 1-60 second GS = Random number 1-60 third GS = Random number 1-60 fourth GS = Random number 1-60 fifth GS = Random...
View Article