VS 2008 I am confused... and must be stupit too.. trying to use delegate subs...
I am completely confused... ok... I am not what you might call a seasoned programmer... but I can do what I gotta do when I gotta do it.. Anywho... I am really confused. I built a simple Telnet app...
View ArticleVS 2010 Help with CMAnimation / ProcessAnimation
Hello group. In my search for a control that would allow me to display some animation while my program was working I came across this Dll / control. I cannot remember where or how I got it and I have...
View ArticleVS 2008 Assignment help in visual basic
Hello I have a visual basic assignment in visual studio that I am stuck on. The assignment is to create a coffee shop system. I am give four drinks with fixed prices. The user inputs the orders and it...
View ArticleVb.net Linq query add where clause
Hi I created this query which work 100% fine in vb.net light switch {See Code below} I wanting to add a where clause to say where GrnDetails.GrnNo.Id for the insert dunno how to add a where clause in...
View ArticleVS 2008 DataGridView Update Problem
Good Evening All I recently received some help on here from some of the guys in regards to updating a datagridview & saving the changes back to my database & they sorted the problem straight...
View ArticleVS 2010 Prevent command button being selected?
Hi there, I have a form that runs code on a arrow keys keydown event so that a label is moved around a container. This has been working perfectly until I added my first command button. Now, the arrow...
View ArticleVS 2010 [RESOLVED] Linq updating datatable weird
Hello I have a .net page where I am pulling a report from the database, altering the data slightly, and then emailing it out. The report from the database takes a bit to run, so I built the page to...
View ArticleOracle query
I have a table that keep information by date. So sometime I will need certain by date on a daily base. So how can I do a query that lookup by previous date? My query is below SELECT (PROATE)as...
View ArticleVS 2010 [RESOLVED] Display text in listbox, but via query method?
I'm well aware of the traditional method to display text in a listbox: Code: lstOutput.Items.Add("Some text.") However, I need that same type of function to occur via a query: Code:...
View ArticleDateTime.Now timestamp not changing
Writing a simple program to ping a PC, return a time stamp and status, and write it to a log file. My output from the below code has the same exact timestamp for every entry. (pic) Attachment 96987...
View ArticleVS 2010 Query results not fully populating
I have a query that checks to see if the quantity of an order exceeds the on-hand inventory. If so, the listbox should show the item, description, and the amount needed to order to meet the needs of...
View ArticleVS 2010 multiple oledbadaptor
Good Evening, im new and wondering if anyone was able to shed some light. i have a form that contains one textbox and three datagrids. what im trying to do is search the textbox field to an access...
View ArticleVS 2005 Setting Up SQL Connetion at Run-time
Hello guys! Is it possible to change SQL Connection at runtime? Because I already did it with MS Access and My.Settings. The user will just change the Data Source in the connection string which will be...
View ArticleVS 2010 How to show mysql timestamp as a string in the textbox
here is my code Code: Dim connStr As String = "Database=telcos;" & "Data Source=localhost;" & "User Id=root;Password=;" & "Allow Zero Datetime=True" TextBox1.Text =...
View ArticlePassing variables from form to form
I've been searching hours to figure this out. I need to pass the value of a textbox (FirstNametextbox) to a variable then use this variable in another form. I used to be able to do a Textbox1.text =...
View ArticleVS 2010 Put Picturebox behind others
I'm making a "game", and I'm using pictureboxes. I would like to use a background image, but I used the 'Refresh()' command multiple times, and it glitches out if I put a background image on the form....
View ArticleVS 2008 Convert
Hi all , I've been facing an annoying issue using compression and convertion. There is my full code : Quote: Public Class Form1 Dim str As String Private Sub Form1_Load(ByVal sender As System.Object,...
View ArticleEditing page header/footer
We have a lot (thousands) of documents that need re-formatting. It includes (but not limited to) amendment to headers and footers. In the scenario I'm currently dealing with as a test document - I have...
View ArticleList Veiw Printing Help
I have a list view that I print out but if the list is longer than one page it ust cuts off. No additional pages print. Also I cant seem to get it to resize the width to fit on one page in portrait...
View ArticleVS 2010 Subscripts
How do I format the numbers so that they are subscripts? I get an output of X1Y1 + X2Y2 + , but ideally I would like it to be X1Y1 + X2Y2 + so that it is easier to read. Code: Public Class Form1...
View Article