VS 2008 Need help
Hey guys I've just begun coding in visual basic 2008 at my school and I would like to know how would i got about implementing a logon and adding photos into a combobox as I am making a shop program for...
View ArticleVS 2010 Help Understanding Basic MEF development
Hi i just started looking into this today and i think i understand it but the example from microsoft that i was learning from has the usual extra stuff that doesnt really need to be there. and im...
View Article[RESOLVED] Group Radio Buttons
So i have just noticed that when i used vb i created a in built vb database within this database i had 3 Radio Buttons Now when i added them to the form using a dataset you could only check 1 of the...
View ArticleAvoiding calling of DataGridView.CellValueNeededc when mouse moves over cells
Hi, we are using DataGridView in our application.I noticed that DataGridView.CellValueNeeded is called when i move the mouse over the cells.After some searching i found that When the mouse moves to a...
View ArticleDefaultCellStyle.NullValue or setting standard error graphic to Bitmap
i have a databound DGV and need to replace the standard error graphic to my own Image so when the user clicks add new the ugly red cross icons do not show i have read the info on MSDN and done some...
View ArticleMedia Player forward function not working
Hello, I have a form with a Media Player object embedded. In the bin folder I have a folder named Movies where are a couple of movie files. I want to read all the files in that folder and make media...
View ArticleVS2010. Conditional Build. Two versions of same program in one solution ?
I didn't see a forum area specifically about configuring visual studio. So here goes. I've got a program but now I want to make two versions of it. Lets call them 'Home' and 'Pro' where the Home simply...
View ArticleDetect straight lines from an Image
I am developing a form filling application in vb6 or vb.net. In this I want to detect the location straight lines from scanned image and in this user will input the data and will print. Is there any...
View ArticleHow to display bound column in ComboBox when form loads in vb 2010 Express
I am new to VB 2010. I have set the properties of the combobox as below: I have a ComboBox whose Display Source is set to "Managers Binding Source" and Display Member is set to "Manager Name". Under...
View ArticleVS 2010 Change Comboxbox suggest font
I sometimes concatenate things like Comany Name, Last Name, first Name, and then use them in my combobox list items. I can set the font to a fixed width font for the combobox list items but the...
View ArticleHow to Recover Partial Project for VSB Express
C-drive crashed. Had to replace it and of course reinstall everything, including XP with all updates and VS Basic Express V10. Apparently my VSBasic project, a console application, was inadequately...
View Articlemonthcalendar help using two forms
Using VB2012. Have two forms. As of now, Form1 has a label equal to today's date. Next to it is a button called "Change Date". If the button is clicked it then calls up a monthcalendar on form2. Once...
View ArticleVS 2010 [RESOLVED] Question about SendKeys.Send
Hello, I have a question regarding SendKeys.Send; everything I've read leads me to believe this code should output the text I assign SendKeys at the cursor location in google, but when the program...
View ArticleVS 2010 How do I edit a listbox item?
I would like to be able to select a item in a listbox and press a edit button and have an input box pop up where I can type in my new text that I would like. I would also like to be able to double...
View Articlemessage box
hi i have this bit of code at start of my app Code: Dim oApp As New Excel.Application Dim oWBa As Workbook = oApp.Workbooks.Open(txtFileName.Text) Dim oWSSheet As Worksheet =...
View ArticleADODB.recordset
Hi everyone, i have a small problem in my code. when i execute my code i get a error msg: " 3705" operation can,t execute when object is open Code: Sub delete_dane() Dim conn Dim str As String...
View ArticleVS 2010 [RESOLVED] PictureBox screenshot
I have reached a mind block. This is what I have. A label control inside the picturebox. I am not able to get label1 screenshot with picturebox1 screenshot. Couple of days ago I did manage that but now...
View Articlestripping inverted commons out of a word
hi i read text in an excel file as follows Code: oRng = oWSSheet.Cells.Find("UNREALIZED LOSS - FVTPL_HFT_SEC (LONG) (59612102)", , _ Excel.XlFindLookIn.xlValues, Excel.XlLookAt.xlPart, _...
View ArticleVS 2012 [RESOLVED] string.contain(an element of array) ??
i have a long string taken from inputbox and an array/arraylist/hashset(of string) taken from file.readalllines(path) i know can do: function for each word in array if string.contain word return true...
View ArticleVS 2008 Don't hit me - How to get a general DataRow.EndEdit event
Hello! I'm sorry, but I am stuck again. I have filled a DataGridView with data. Now I let the user add a new row, and I need to catch an event after the user has finished to edit the row, so that I can...
View Article