VS 2012 is it Possible to overlay form in DirectX Application (GTA San...
is it Possible to overlay form in DirectX Application (GTA San Andreas) using VB.NET? Simply need to know a few things 1. Can this be done? 2. Can i overlay a form which can be used without losing...
View ArticleRead Data from an AuditLog (XML) with .log extension
New to vb.net. We are a little behind and use Visual Studio 2005 where I work. I have a file called auditserver.log that I have to read in and pull data from for a security program so they can tell who...
View ArticleVS 2010 Enumeration Error 2 Part
Hello to all, I am back with interesting figure out of Enumeration Error: Error shows because I have two forms. In first I have simple data set inputs - e.g. contact information, Name, Addres, phone...
View ArticleVS 2010 Log In Cookies not Saving/Holding/Working
So I am using ident's CodeBank submission as an example for the project I am working on. I log into a website using HttpWebRequest and I save the cookies into a CookieContainer after log in, I go to...
View ArticleSearch for access database table using part of it's name
Hi there As my thread topic suggest... I want to search for a table name using part of it's name and if found store it in a string. Eg. If a database has table 'Result_2013' ì want to use Result or...
View Articleinstead of opening a new Internet Explorer window it is reusing current windows
I currently have multiply users that are using our program (all in the same office), that are having the issue of that when they go and launch a IE HTML page from our program it is launching into the...
View ArticleVS 2005 Regex Split Using Pipes
Hello, I'm trying to split a string by using an regular expression splitting on Pipes. I also need to ignore any pipe within qoutes. The String being passed is below: "Test|""Regex | Split""|Done| This...
View ArticleSearch for File Using Part of its Name
I am getting a list of part numbers in a spreadsheet. I import the part numbers into a datagrid. For each row of the datagrid I search for that part number. The problem is, that the part number is only...
View ArticleVS 2012 RestSharp recommend usage
Good afternoon forum, I have a project that uses RestSharp. When I make a request such as a POST I get a session cookie in return which is dropped into a Cookie Container. This all easy if I only use...
View Article[VB2010] - richtextbox: paragraph space width seleted and RichTextBoxStreamType?
- can anyone explain to me the RichTextBoxStreamType and what files can be read\write? - can i change the paragraph space width seleted?
View ArticleGet Highest Folder index
Hi Peeps, I haven't been around for a while, but want to revisit an old prog I was working on. We use a system where we create a Job folder, with a index at the start, followed by an underscore and a...
View ArticleVS 2008 Remove all other characters except my word
Hi ! What i want to do is to remove all the characters from the string except my desired word, so if the string is Code: Dim mystring As String = "Hello this is my string" i want it only to leave the...
View ArticleVS 2010 mschart reverse some values
Hey, i am able to add a series dynamically as i wanted.. but problem is very common but i cant get solution.. max value of y axis is at top as usual (100) but i want max value to be in bottom where X...
View ArticleQuick question on strings
I have a string which contains numbers of different lengths separated by a space e.g. "92 34 556 1 23 990" What would be the best way to get each number in turn and put those in an array? So in this...
View ArticleVS 2012 VBA to VB.net syntax conversion Part 4
I wrote code in VBA (for a userform) and needed converted into V.B. The data collected from the userform will then be exported into an excel spreadsheet. Already went to my resources and added...
View ArticleVS 2008 WebBrowser Problem
Hi There, I am trying to make a program were you ask it a question and it gives you the answer in a webbrowser on the same form page, here is the coding: Public Class Form1 Private Sub...
View ArticleReading CSV using oledb. Getting a limit on the column/text length of 255 chars.
I'm reading a CSV file using OLEDB. All works fine but if any columns in the CSV contain more than 255 characters they get trimmed off. So I can only read max 255 chars from any column. I'm just...
View Articleupdate position after form has been dragged
i am loading a form using vb Code: Dim x As Integer = (Index.ClientSize.Width - frmPleaseWait.Width) - 430 Dim y As Integer = (Index.ClientSize.Height - frmPleaseWait.Height) - 90 Dim Points As...
View ArticleTextboxes as array
Hello guys once again. I have a problem to code textboxes as an array.What I mean. I have 3 textboxes and I am trying to group them using some kind of index, so having textbox(j) instead of textbox1,...
View ArticleVS 2012 Little problem with function
Hi I have 2 forms and I want to do this. If form1 (is open/loaded) Then form2.enabled = false end if I don't know how to write in VB that from1 is open or something. I think that I wrote everything...
View Article