[RESOLVED] VS 2012 Express: Add Existing Items to New Project
I found this on a thread at another forum: Quote: I tried this in Visual Basic 2008 Express, and I didn't even need to manually copy any files. I started with Add Existing Item, navigated to the other...
View Articlevb6 and timeout error when moveNext on last selection
Hello; I am having problems with VB6 and SQL Server 2005 and 2008. I am working with an application, built by a vendor but I have put a lot of work into myself. It is an archive and retrieve app that...
View ArticleVS 2010 Running Attached program in an EXE
Dim Zed As Const = "Split" Copies the file in the path. IO.File.Copy(filePathBox.Text, SFD.FileName) Places the files into the copied program. IO.File.AppendAllText(SFD.FileName, Zed & File &...
View ArticleHow do I write in textbox like terminal ?
Hello everyone i need write in textbox or richtextbox like terminal in Linux Exam: The textbox start order like this Order:~# Here write any Command i have in my code if i write command does not exist...
View ArticleNTLDR Missing
What is NTLDR and where is it? I have XP running on one PC1. I removed the hard drive from PC1 and hooked it up to PC2 as a slave drive also running XP. On PC2 which now has the HD from PC1 I copied...
View ArticleVS 2010 Regex On Email Message
Hi Guys, Once my application downloads emails i feed the raw message via pop through to a function: Code: Function getMessageInfo(ByVal inputMessage As String) As String Dim regex As New...
View Article[RESOLVED] Sum of items in listbox
Hello, I have a program that I've created a Do While loop counting to 100 in 5s. I get the results perfectly, but now I am trying to add the sum of all the numbers in the box and display in a label. I...
View ArticleRetirement Calculator
Program: A Human Resources department wants a report that shows its employees the benefits of saving for retirement. Produce a report that shows 12 predicted retirement account values for each...
View ArticleVS2010 RDLC Local Report with SubReport
I am trying to make an rdlc report with a subreport. Both reports are using their own dataset. I have made my parent RDLC report, WOReportandSub.rdlc, and it works fine. I have a list and several...
View ArticleVb .Net Inventory System Tips/help
Working on building a RPG sample for my self and rightnow I need a little help with the inventory system and moving objects around in it. This si what I have but need better way. Just need a sample...
View ArticleJewel Master Prototype
Can't remember if I shared this yet or not but here is my finsihed prototype of Jewel Master a game prototype Im selling. Video: http://youtu.be/ByoThUAERRk
View ArticleBest way to read and use all this data
Hey, I have a fairly large xml file that is formatted like so: Code: WireData> - <Signal_Name Name="1L1"> <From_Device>asd:4</From_Device>...
View ArticleViewing webcam with HTML5?
Hello, I have seen some code on how to view your webcam with html5 but here is my question. Can you only view it on your own computer? How can I view that webcam from another computer? Thanks
View ArticleIf statment missing
Hello, here is my problem, code I write is working, so purpose of code is to save value in textboxes if TB1 is something inside and if Count (it is define as Timer, so with clicking it rise up + 1,...
View ArticleIE7 fails to launch after updating Favorites folder
On PC1 running XP SP/2 I removed all the old favorite links from the folder and then moved to that folder a new set of links that I copied from PC2 also running XP SP/2. Now on PC1 IE fails to launch....
View ArticleHelp please?
i need a bit of code to integrate two databases for a student and class database i have tried doing seperate class databases but i need it to speed up the proccess instead of using excel. thankyou.
View ArticleSyntax Highlighting
Hi, I want to use Syntax Highlighting in a Rich Text Box (or any text box for that matter). I got it working with my own code using Selection and SelectionColor. However this seems like it's not that...
View ArticleChanging Color of Simple Bitmaps
If I load a bitmap let's say it has only two colors, white pixels on black pixels. Code: Dim myBitmap As Bitmap myBitmap = Bitmap.FromFile("file.bmp") Attachment 99151 Could I change the foreground...
View ArticleVS 2008 Modifying Datatable
Hello all, I call this function once during the start up of the application, to populate the datatable with the values from the database. and then play with the datatable later in the application....
View ArticleRegistry: "Copies the current selection onto the clipboard" syntax.
Is there a way to copy all the user highlighted items in the file manager (explorer) to the clipboard first before starting my little program? Will "daisy-chaining" the commands work? What is the...
View Article