VS 2012 I need pro HELP with HTTPClient or HTTPWebRequest!
I'm building a windows application that will connect to a website using private proxies and do stuff on that site. I want to use the new HTTPClient to do that. I have the next scenario for the login...
View ArticleVS 2012 How to Decrypt data from xml file
Hi all I am saving sum Encrypted data to XML, then I'm reading that file in to a dataset. How do I Decrypt it before applying my filter. Only one column is encrypted there are 3 total. NOTE: I have sum...
View Articlestring.split, first char of similar characters.
HI. Usual non string person here. I have some values like "asdasd, 1234,3" and "xcvzxcv", 355,44" I would like to split them but only take in consideration the first "," character. So the above will...
View ArticleGet Drag & Drop File Process Name
I currently have a script which allows you to drag and drop a file into a box, and it displays the path of it into a list box. I would like to be able to get the process name of the file so that I am...
View ArticleVS 2010 How to pass a (variable size) custom datatype array to a usercontrol...
Hi, I am making my own chart control, in which a data point at location x,y is coloured according to a third parameter. My vb solution has two projects : the usercontrol project, and a testapplication,...
View ArticleVS 2012 Selling Applications
I have developed a few Visual Basic applications, and am wanting some advice on the best way to make some money from these applications. Should I include advertising, include software with the...
View ArticleSolving Index Laws (Algebra)
My co-employee (math professor) is asking my help to make a simple algebra solver for him. The specific topic is Index Laws, is there anything in .Net that I could already utilize for this or do I need...
View ArticleChilkd form still jumping on resize
This is driving me nuts. I posted this question not long ago and thought it was resolved but it is not. I can't figure out why this is happening but more importantly, I can't figure out how to make it...
View ArticleMore Novice Questions
Im trying to write a program that displays the time between start and stop of a stopwatch. I don't obiously know what I'm doing because I don't understand the syntax use in an example from the...
View ArticleMemory Leak? GarbageCollector Gen0 Objects are only increasing
In my application the number of GC Gen0 objects is constantly increasing, nearly none are moved to Gen1 nor are any released by explicitly calling GC.collect. Where/How could I look for the cause?
View ArticleVS 2012 What Am I missing, WebClient
Can somebody tell me what step I am missing here, a code example please, not a vague description such as "you need to check the force of the pie hitting the tree, then calculate how far the debris will...
View ArticleVS 2010 [RESOLVED] Can't update picturebox image from a module
I have form with a picturebox on it. I have a global bitmap variable. If I draw something on the bitmap, like this: Code: ' GbmRX is a global bitmap variable ' pbRx1 is a picturebox control on frmRX...
View ArticleHow can I make the background image move?
Right now I have a form like this The image in the BG is a long image and I want it to move from left to right...which I got it to do with a picturebox but...that kinda messes up my labels and stuff So...
View ArticleChat
I'm trying, for a week now, to make a chat room not lan only but i can't make it work, the best i done is lan only but its pretty much useless, I searched on google found some examples, but nothing too...
View ArticleBest way to talk to a service over LAN
So here is my situation: I have created a service application that was installed on all the computers by group policy on a domain. Service looks for a file sitting at a shared location in a text file...
View Articlevb.net How to keep gui functional while webbrowser is navigating
Hi, i'm italian , so first of all sorry for my bad english. I want to keep gui functional while webbrowser is navigating. When I run my program, the gui freeze until webbrowser is completed, so the...
View Articleid of inserted register in SQL Server
Hi, I have this process that inserts a register in one table and then another register in another table. The thing is that the one in the second table must be referenced the id of the register from the...
View Article[RESOLVED] Copying text help
Hello VBForums, i need some help with this program i am trying to create. I have like no idea on how to do this, i also have close to none experience with coding I am trying to make it, so when i press...
View ArticleCopying text help, Saving data.
Hello VBForum, Its me again, and i am wondering if its possible to save the settings on this thing. So, is it possible to create 2 buttons to save and load the text that is in textbox 1 - 10? If it is,...
View ArticlePrint Datagrid on multiple A4 pages
I have tried to print a datagrid content using the ff code. It only prints half the A4 page. Sometimes, the printed data list order is in reverse. What causes this? I want to print all content of a...
View Article