VS 2008 [RESOLVED] Upgrade VB6 to VB.NET - new pc, problem with libraries -...
Hi! I just moved my project from one pc to a new one, and I cannot solve this issue: Code: Error    126    Reference required to assembly 'MSDATASRC, Version=7.0.3300.0, Culture=neutral,...
View ArticleVS 2010 change event when mouse is clicked outside a panel
Hi i am trying to work out the event that handles when i click outside a area "i guess that is how to put it" This is exactly what i mean I have a panel i.e Code: ProfileNamePanel and a text box i.e...
View ArticleDatatGridView Advanced Styling
Hi Need help in styling a DGV that is attached to a Dataset using the database built in to VB, 1)How do i go about changing the color of each row Example :- First Row Background Color = #F1F1F1 Next...
View ArticleVS 2010 timer and mousemove problems
Hi folks. I am creating a screensaver app, using a timer to display a different picture every 10 seconds. 1. Why does my code result in an initial blank picturebox displayed for 10 seconds, and then...
View ArticleAutomating Programs
Hey, I am trying to get a hold of another application and simply send the print command. But this seems to be hard than I thought it was. I know there is the automation name space, but I cant seem to...
View ArticleVS 2010 Passing checked items/process to other form
Hi, Anyone can help, pass all checked listview items into my install form?? And then start process in install form... Here's what I have: Code: If ListView1.CheckedItems.Count > 0 Then...
View ArticleVS 2010 set RightToLeft=True only for one Column of a Datagridview
hi i want to set RightToLeft=true for only one column of a datagridview.how can i do this?
View ArticleTime Stamp / Storage of Time in DB
Hello all I Am storing time in a SQL db and right now the time is stored in HH.MM.SS I would like to only store the HH.MM. I know how to use the following to string DateTime.Now.ToString("MM/dd/yyyy...
View ArticleVS 2008 Microsoft Ado.net sync framework conflict
hello all, I have a project that sync the client and the server. i'm using northwind database and customer table for testing purpose. here is the case. SERVER SIDE: Record 001 - Company Name changed...
View ArticleVS 2012 Multiple threading for my program issues!
Hello! Newbie here :) I am trying to make multiple threads for my Web Crawler program. I am expanding upon some old code I found lying around the internet. It needs to be multi threaded or else...
View Article2nd Form Load interupted by 1st forms calling event
Hello Everyone, Going a little crazy looking for an answer. There are two forms, Search and View. Search is the startup form and has a button linking to View. My problem is that my view form does not...
View ArticleMoved my VB6 upgrade project to a new machine and cannot open forms in designer
Hi! I moved my VB6 to VB.NET upgrade project to a new machine. I can compile the application (with many warnings), but I cannot open some forms in the Designer. It says: Code: To prevent possible data...
View ArticleVB 2010 and database on website
I have an application that connects to a database on my computer. What I want to do is host this database on my website. How would I go about changing the Data Source from a local file on my computer...
View ArticleVS 2010 Can WebBrowser change a HTML code?
Could I make that when I go to this webpage in a WebBrowser: http://www.pirlotves.com/player/canal2.php? I have this code: http://www.pirlotves.com/player/canal2.php?width=650&height=440 Change for...
View ArticleVS 2012 unbound column doesn't show result
Hi, VB newbe looking for some help. :) i have a datagrid with 8 columns (id, ean, name, description, price, totalprice, a spacer column and vat) i like to show a calculated column in a datagrid showing...
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 Article