MsOf03 [VB.NET] How to handle multiple office windows with multiple documents...
Hi, im having a hard time handling documents closing, each new document is opening in a new window, i need that window to close if they try closing the document. problem is if i try adding any code to...
View ArticleVS 2008 [RESOLVED] Function that retrives a datatable from a sql statement...
Hi All i need a bit of help with the code in this function. basically what the function does is return a datatable which is a result of the Sql query that is sent to the function Although it works, I...
View ArticleVS 2010 [RESOLVED] Keyboard Tab Key Control
Hi, I have a form in which there are 11 text boxes and two button controls(Just example) ,I want the tab key control to be in the textbox1 when the form loads ,and then If I press Tab Key from keyboard...
View ArticleVS 2010 Projector control software
Hi, I want to control the projector through software with LAN/TCP, which i want to write in vb 2010 I wrote small code to send the command to projector to increase brightness. It is executing properly...
View Articleopen a new form from form 1
Hi! i create two form 1) customer and 2) chedetail now i want to open form chedetail from customer form with custid and both table has relation with custid thanks
View Articleupdate changes from DataGridView Back to DataTable
hi i have a datagridview in my form that it get Data from a datatable ( a dataadapter fill this datatable from a sql database ) i change some data in datagridview (for example add or delete some rows ,...
View Article[RESOLVED] Member and property with same name
This may sound like a bizarre question coming from me, but can somebody with VB and C# experience tell me whether it is EVER reasonable to have a class with a public data member and a public property...
View ArticleMsOf10 Determine selected in form control listbox
I have a form control (not ActiveX) listbox on a sheet that has 'Selection Type' set to 'Extend'. How do I determine which entries are selected?
View ArticleLogging live streaming data...
I have data coming in a Serial Port at 50-70 times per second, I would like to store the data coming in line by line in a text document for future use... suggestions on the best way of doing this while...
View ArticleNeed alot of help
Hello everyone i am new the the visual basic world and i dont know if i am in the right part of the forum or not. But i think i need a database? I need alot of help with a application i am trying to...
View ArticleVS 2010 Delegates for menu item click events
Hello All, I am trying to create a general class which defines a function to create menus using code in vb.net 2010. Everything works fine till i have to assign a sub to respond to the user click...
View ArticleGet data from an external sheet?
Hello all. I was wondering if I can get data to an excell sheet from another sheet like; Sheets are Invoice and Products On my Invoice sheet I have got a sheet called Products. Can I have this sheet...
View Article[RESOLVED] ListView: Pulling selected item's text
This problem is really starting to annoy me. What is the equivalent code to get the text of a selected item when using a ListVIEW to the ListBOX code of 'ListBox1.SelectedItem'. Super easy to, when...
View ArticleFirst try at arrays
Hi, Can you start me off - I got paper and pen but not sure where to go with that either. Have been learning arrays or trying to! My topic: The application should allow the user to enter seven digits...
View ArticleGood Online store software to use if vending software?
I have some software I want to sell, what are some free online store scripts that allow a product to be set as downloadable?
View ArticleVS 2010 How can i make something like this
I need help i wanna make something like this can you help me on what i should use to make it work Attachment 97653 This is how far i got on my program Attachment 97655 Attached Images
View ArticleOpinion on how to approach tackling a round robin issue - VBA/Access
I created a script to round robin tasks. What it does is: 1) pull in a list of known task names, from the first picture (in the field headings), into an array (Lettering, Address Change, and so On) to...
View ArticleTrying to add time to function
I found a function that will find how long ago a date occurred: Code: function get_time_ago($time_stamp) { $time_difference = strtotime("now") - $time_stamp; if ($time_difference >= 60 * 60...
View ArticleSaving a name and associated status?
im trying to figure out how to save a series of data, what i need my creation(if i can call it that) to do is track names, comments and ranks for specific(multiple) people, and i have no idea how to...
View Article