Parameter passing - how many values.
Hi there I have a class which calls a form. As the form evolves I am feeding it with more and more values from the class The main configuration routine is now receiving 22 parameters, mixture of Longs,...
View ArticleVS 2010 Searching in SQL Server 2008 through text box
Hi everyone, I have a text box and I want to search it in my sql server table, the search should be like this If I enter text like NISSAN, ADF09, PT-90991 All text before commas should search in all...
View ArticleVS 2010 How do I install a Service?
I am currently atempting to understand this source code which can be downloaded here. http://localhostr.com/GdfwmlBynC2X The source code is of chat program that uses sockets. Before I want to study the...
View ArticleVS 2010 Right angel / Top down shooter
Hello, I want to make a top down shooter in visual basic but I am not sure how to make the character follow the mouse. I want the red eyes to follow the mouse, does anyone know how? -RunarM
View ArticleFile Permissions Error using load balancers
Hello everyone, I have a problem with logging. I have a class I use to log events, in my ASP.net application, to a text file. The class seems to work fine. Complications arise, though, because we are...
View ArticleHow to take screenshot of region on screen using x1,y1,x2,y2?
I am trying to figure out how to take a screenshot of just a region of the screen using the x/y coordinates of the upper left corner and the x/y coordinates of the lower right hand corner? My issue...
View ArticleHook Information from Game
I'm at a loss at the moment. I'm attempting to make a program that records information from a game, like kills, deaths, etc but a lot of different things. Right now I'm not sure at the moment how to...
View ArticleVS 2010 Webpage UI for a vb.net app
Hello I have an idea for a program that will run as an application (handling most of the work) on a singe computer but the main interface will be browser-based and accessible from any computer on the...
View ArticleVS 2010 WHERE IN clause not working for multiple values in filtering...
Dears, I am stuck in a strange issue; need your guidance to know where I am going wrong.. I want to filter records using Code: Where ioBatchID IN (@setOfRecords) here Code: @setOfRecords will be values...
View ArticleVS 2008 cnversion need help
hello :( writing for help again i have a function here: Code: Private Function Uframe(ByVal a As List(Of Byte())) As List(Of Byte()) Dim b As Int16 = 0 For u As Integer = 0 To a.Count -...
View ArticleVS 2008 cnversion need help
hello :( writing for help again i have a function here: Code: Private Function Uframe(ByVal a As List(Of Byte())) As List(Of Byte()) Dim b As Int16 = 0 For u As Integer = 0 To a.Count -...
View Article[RESOLVED] [VB2012] How to call a control from another form.
Hi guys, I have a combobox in one form and a tabcontrol in another form , how can I show for ex. the tabpage1 in the tabcontrol when I click on iten 1 with the combo. and and the tabpage2 in the...
View ArticleVS 2008 [RESOLVED] How to get datagridview column index from column name
Hello, I am trying to make function to get column index from column name of datagridview, if possible. Without looping through "Columns" collection, of course. In code I have such situation: Code:...
View Article[vb2012] How to maximize a panel state .
Hi guys, I have a webbrowser code calling a google map into it ( this code was published in this forum) , when I click on search button after filling the address it shows the webbrowser with the search...
View Article[RESOLVED] Timed Code
Hi All Looking for the user to be able to enter a time into a textbox in the format: 17:00:00 And when the programme is running, and the time reaches 17:00:00, it will trigger some code. Here's some...
View ArticleAudio and RTB
Hi I'm looking for a way to be able to import audio information into a rich text box. Whether this is by drag and drop, or by an "import" menu/ button doesn't matter. I'd like the name of the file to...
View ArticleColor from Fontdialog
I am using a fontdialog and all is working well except for a couple things. When I use fontDlg.Color.ToKnownColor I get a integer and was really wanting a color name. So I tried color.tostring and I...
View ArticleDetect Drive
Hi is there a function in VB.NET somewere werte I can detect if a string is a drive. for example something like this isdrive("c:\") or isdrive("C:") I tryed to make a function but I don;t think it very...
View ArticleVS 2010 Importing a text file to a List Box
Hi Guys, I am working on a project, and would like to be able to import text files into a listbox. So that one line in the text files makes one item in the list box, I have successfully been able to...
View Article