Send process list on remote server
Hi! Merry Christmas to everyone. Sorry for this noob question but I can't get it work well I was trying to send all process name to my server but I'm unable to receive all the process name. Is there a...
View ArticleVS 2008 How can i make this work with my previous post?
Also since i refer back to my previous post..there's a new question at the bottom..i was gonna just post a new thread..but decided to try and keep it all under one Title Code: Public Shared Sub Main()...
View Article[vb2012] Data erazed when form is hide.
Hi guys, I have some forms in my program , One major - when button1 is clicked it opens form 2 and hide major form, after push calc button in form 2 , it enter the results into major form and keep them...
View ArticleVS 2005 Convert image (.jpg, .png, .bmp) to hex string and vice versa
hi,, i'm new in programming and sorry for this dumb question can someone help me how to convert an image to hex string i need this hex string to compute later with twofish encryption great thanks to...
View ArticleVS 2008 serialport odd names
hello i have a application which when start up search the comports available on the system.The problem is they are not correct always for example com2 is com28 or com2c and more. my code is Code:...
View ArticleURGENT webpage element help please
Right I don't like asking but I really cant find this anywhere and know the answer will be simple but I just cant get my head around it Say you have a web page with 50 images with the same...
View ArticleVS 2010 Notepad++ - like text editor?
Is there anything samiliar to this? See picture. Attachment 94511 A text editor with syntax highlighting and lines, etc. Is there anything samiliar that I can use? Attached Images Â
View ArticleDecompile app with GUI
Hi, Is there any decompiler for .NET that is able to decompile completely just like a the original project with solution file, form GUI & codes? I tried Reflector (still under free-trial) but can...
View ArticleVS 2008 Help with DateTimePicker in vb 2008
Hello there I'm making my first program that uses a DateTimePicker and it's going really well except for one problem. I want the datetimepicker to show today's date but i want the time to be something...
View ArticleListview item removal
Here is my code, where did I go wrong and what should I look at on changing? Code: Private Sub Button3_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button3.Click...
View Articlehow to get a list of computer's group membership
'-------------------------------------------------------------------------------------------------------------------------- ' - Start - User's PC Group Membership...
View ArticleVS 2008 VB6 to VB.net textbox or control DataChanged
I am struggling to find an answer. Ive searched everything, tried a few things and I am not having any luck. Since vb.net does not have the datachanged property anymore, i need to replace it, but cant...
View ArticlePlot area is nor shown!
Hello to all of my VB Forums mates. Merry Christmas. Here again with a little problem. I have a chart added to my from. On the run, borders, title, series name are shown, but the plot area is not. I do...
View ArticleCombobox unhandled exception
I made a combobox for the user to select a style for the application. When I test it by selecting each index I get an unhandled exception, what should I look at doing in order to fix this. What is...
View ArticleVS 2010 Hook in to a game?
Hi I was wandering if someone had any tutorials or instructions on how I can hook or inject in to a game window to display a menu or window designed in VB.net Do I have to inject in to the memory of...
View ArticleVS 2010 Http Web Request - logging in
Hello all I have a program that I want to use to login into a website called Tumblr. I have got this code so far but when I try to login I always get a failed login. Am I missing something? Code:...
View ArticleVB 2010 StrConv help!
Hello I just joined VBF and just started learning VB. I am creating a simple im client application. Need to encode a string into base64. The problem is that the code I used was for VB6 which contains...
View ArticleVS 2008 [RESOLVED] How do i set the TextAlignment property on a dynamically...
I have spent the last two hours searching the forums and on google trying to resolve this simple issue. All i am trying to do is set the alignment property of a label which has been dynamically...
View ArticleVS 2010 DivideByZeroException error
I am having an issue with a DivideByZeroException error. When I click a check box, my program closes and I get the error. Here are my codes: Code: Option Strict On Imports System.IO Imports...
View ArticleVS 2008 Problem getting required GPS datafrom listbox
Hello everyone, not very current on VB.net as have not had any projects for a year or two. This is my problem, I am trying to get specific GPS information from a listbox into a textbox. The data from...
View Article