VS 2010 Server to send messages to multiple clients
Hi Guys, I'm working on a project that would use a server and multiple client PCs. Here's what I want to do: Attachment 94643 multiple clients are connected to the server. The server can then enable or...
View Articleplay different sounds from resources using dim string?
I have this code: Code: Â For i As Integer = 1 To 4 Â Â Â Â Â Â Dim btn As Control = Me.Controls("button" & i.ToString()) Â Â Â Â Â Â bttn.Add(btn) Â Â Â Â Â Â Dim beepx As String =...
View ArticleSending text to a RTB
I just started programming in VB again so I forgot a lot :(. Anyways can anyone tell me how to make a button send text to a RichTextBox? Thanks ahead of time to anyone who replies.
View ArticleFind bytes in big file and get position *URGENT*
Hi all, Please anyone can help me out with sample of code to find sequence of bytes in 1 large file and return the decimal offset where the byte starts in the file? I'm trying to solve this for days...
View ArticleVS 2010 Run As Service
I have a Windows Forms App made in VB.NET that I would like to run as a service. There is no gui. :) How do I do it?
View ArticleVS 2008 extract the MIDI instruction and send the data to the usb port
hello there. im a newbie in VB. i need to create a program that can extract the MIDI instruction in the MIDI file and sent them to the USB port. basically, what i know about the MIDI is thy are in...
View ArticleRelative path
Hi all, im working on a DB that wotes to a file and would like to have the text file within the VB.net app. I currenlty write to the file as below...... but would like not to have a hard wired location...
View ArticleNeed Help With POS System
So im on my final project. i need to complete this last from(i guess) but i dont have any idea how to do it. Attachment 94659 what i want to do 1. i want to select item from my access database 2. the...
View ArticleCan't deploy my images and wmv files
I have a simple VB.net project. Works fine in the IDE. I am trying to deploy it onto a server so my helpdesk guys can deploy it to all the workstations. The project has two pictures (used as buttons)...
View ArticleVS 2008 how to pass the values to browser window both user name and password
I have a VB.net application that at the climax of it calls this in a startnewbrowser function Code: Public Function StartNewBrowser(ByVal sURL As Object) As SHDocVw.InternetExplorer       Dim...
View ArticleWhat control to use for a defining a in Code-Behind?
I need to define a <DIV> within my code-behind and I'm not sure what control to use as it's definition. Any ideas? Thanks,
View ArticleHelp with executing command from cmd
Hi, I am trying to execute this command from cmd when a button is clicked: Code: wevtutil qe system "/q:*[System [(Level=2)]]" /f:text /c:5 /rd:True The problem is that I can't execute it successfully...
View ArticleVS 2010 Deleting space after 5 digits
Hello all, I'm new to this forum but wanted to give this a shot. I have a huge text file (if put into word is 182 pgs) that has a space after 5 digits that I need deleted. An example of the data would...
View ArticleVS 2010 [RESOLVED] "Could not find file" - is WebBrowser locking it?
I'm getting a "Could not find file" error when trying to File.Copy an image file which is currently being displayed in a WebBrowser control. The latter is in "design mode" and is being used as a basic...
View ArticleNeed Help writing to event log.
Hello All, I need help writing to the event log. The problem I ran into is writing to a folder under Applications and Services. Here is the path I want to write to: Code: Event Viewer...
View ArticleVS 2010 [RESOLVED] Mouse input for input box re: Picture Coordinates
Hi all! I'm having an issue and so I turn to the geniuses for help :) What I'm trying to do: I'm trying to have users be able to click a button, which then allows the user to click the top left corner...
View Article[vb 2012] Input single lines of text from text files
i basicly explained wat i need help with in the title the smaller the code the better :) i would also like each input to have it its string attached to it dim bob as string = line1 dim tools as string...
View ArticleVS 2010 datetimepicker and monthcalendar accepting MM/dd/yyyy
I have a program (for friends and family) where the date is validated using MM/dd/yyyy. I recently found out that it bombs if you're not set in US format, for example Canada system settings for...
View ArticleVS 2010 how to create a combobox that is linked to a database
hello ! i'm a newbie with microsoft visual basic express 2010. i'm trying to create a database and link it to 2 combobox. the first box will be the main category, and the second the subcategory. (ive...
View ArticleConverting image to base64 String? Help with code!
Hello, so I am trying to make a program that will convert an image from a screenshot of the users desktop to base64 string so that I can send it to my websites php API. Here is what i have so far......
View Article