VS 2008 Help visual studio 2008 in Windows 8.
Can anyone please tell me a solution for this problem. I got my new laptop and it is running in a windows 8 os, I installed Visual Studio here. The VS installed well in my PC, but when I tried to run...
View ArticleVS 2010 [RESOLVED] Streamreader not reading all lines
Hey Guys, I can't figure this one out, when i setup my streamreader to read a bunch of urls over 1000 long it only shows in the listbox 200+ My Code: Code: Private Sub Button1_Click(ByVal sender As...
View ArticleVS 2010 #HELP# Visual Basic 2010 Express - NO SOLUTIONS?
When I click 'New Project' I am given no solutions. I check the system requirements and I meet all of them. Please help, this is very frustrating! Attachment 97803 Attached Images
View ArticleVS 2010 label1.backcolor = color.azure does not give error nor change the...
I was playing around with a list(of T) of labels to see how they were created/stored etc. I decided I would change the background colour based on the value of the NumericUpDown. The app does not throw...
View ArticleWindows 32/64 bits load .dll
Hi to all: I have an application that are made in 32bits throught vb.net 2008...This apllication work with an .dll that only run in 32bits... Because of this i had install the app in a PC that have...
View ArticleHow to use FloodFill
I'm trying to color an area using the FloodFill API I have a Picturebox with a circle in it. The color of the circle is red and the color of the area around the circle is white. I want to color the...
View ArticleHow to display the last inserted records in crystal report
Hi. I have a Sales form. I want that when the user sales 1 or more than 1 product to the customer and after pressing the submit button, the record saves in DataBase and Crystal report of those last...
View ArticleReputation
It's funny, when I first joined the forums, I didn't know what rep was. I just new I wanted some green gems. Then once I started answering some questions and got a little bit of rep, I wanted to have...
View ArticleSimple Family Feud Code?
Hi, I am considering working on a Family Feud game using VB6, but I am wondering how to make the code simpler and more efficient? I plan to use the format used in the current Steve Harvey run...
View ArticleVS 2008 Re: Pick file with mouseclick on desktop and display name in textbox...
Ok, I wonder if someone can look at this code, I have used the drag and drop and like I've said I'm still new at this. Maybe with this code you will see what I'm trying to do. Need all the help I can...
View Articleabout:blank problem when new window requested in vb web browser (visual basic...
Hello, I have created a web browser in visual basic 2012 and the problem is that, sometimes, when new window is requested, a new form opens with the adress about:blank. The fact that this does not...
View ArticleWPF - Controls
I've taken it upon myself to do some work in WPF, just to try it out, but I have some questions about the controls. More specifically on the equivalent of a windows form app panel. Would I use a frame,...
View ArticleCR8.5 - Printing a second copy of report but with a watermark showing it to...
How do I print a second copy of a report but with a watermark on each page (e.g. copy) so that one can see it's a copy?
View ArticleHelp with Report Builder 3.0
Help with Report Builder 3.0 I'm using report builder, in I have a parameter which I use it for the date. The program is working fine, but when I go to my SQL Server Reporting Services, to set the...
View ArticleHow to extract from info from textbox ?
Hello, I have a textbox and I want to extract only last 90 characters from it example Code: Client-002: Found-ada561aede0bb0fd867dc9341b9a9e6e2f3862cc:003537900496778600:070401090308010208000208060706...
View ArticleVS 2010 How to save items in a game-type thing
I have just been asked a question: how do you save things (in a game-like file) and then load it later? It's like when you enter stuff into the text boxes, it saves it even if you close the form (as...
View Articletransferring large numbers of listview items to textbox is crashing program
What I am doing is trying to take the items in a listview and throw them in a textbox when you click a button. However there is often a large number of items in the listview (~1000), and when I run the...
View ArticleShowing new page (VB2012 Web)
Beginner here. I have VSExpress 2012 and am creating a WebForm survey app. I have two pages - the start page (StimEntry.aspx) and the survey page (SurveyPage.aspx) I have a "Begin Survey" button on the...
View ArticleVB 2010 Express - DataGridView Add rows help
Hello to all, I need help, how should I make notification in code, that result will be (MsgBox.Show("You must fill less then one of TextBox")), reason is, that user will not be able adding empty rows...
View ArticleVS 2010 SQL Statement Help
PHP Code: gtcmd.CommandText = ("SELECT Quantity, UnitPrice, Discount FROM [Order Details]") I want to use the following formula on each row: (Quantity * UnitPrice)-(Quantity * UnitPrice *...
View Article