Where should resource files (.jpg, .txt, etc) BE?
Using VB 2005 To add a resource file that gets embedded into the final source code, I understand adding them by MyProject/Resources/AddExistingFile. But where should the actual file be located in the...
View ArticleHow to set Combo box Item index
i know in VB6 this line of code Code: With Combo1 .AddItem "Zion", 0 .AddItem "Boy" .AddItem "Apple" End With put Zion at the top of the list at runtime How can i achieve...
View ArticleHold key down for some time
Does anyone know a way to hold a key down for lets say, 10 seconds. Code: Dim StopWatch As New StopWatch StopWatch.Start Do SendKeys.SendWait("{Up}") Loop Until StopWatch.ElapsedMilliseconds >= 5000...
View ArticleClient server both ways communication
For the past 3 days I've been working on the communication block of my application, though I've been struggling because of the port forwarding, which did not properly work, even using NATUPNPLib....
View ArticleVS 2010 Getting data from .txt File
Hi, So I have a question, I used this HWID tutorial to verify users before they're allowed to access the application. I was wandering if someone could help me modify the string to pull extra data from...
View ArticleRadio Buttons and Group box --- code not SHOWING result in appropiate place...
Hi all I am not sure if this is a problem - or if i am on the right path or not even close. When i run the program it loads, I do not get any errors but i can NOT get the resultLabel to show the...
View ArticleVS 2010 Query whether Listview item is checked or not
how do i query whether Listview item is checked or not? thanks, matt
View ArticleVS 2010 Lost my form.
Hi. I am new to Visual Basic, although I have many years of experience with PICK basic. This is my first VB project. When I open my project, I no longer see the form (there is only one) in the editor....
View ArticleVS 2010 Publishing error
When I try to publish (menu-project-publish) my project I end up getting the following error(s): Error 1 Failed to copy file 'C:\Users\David\Documents\Visual Studio...
View ArticleHow do I add code for dynamically created controls?
I am creating Combo Boxes dynamically and I would like them all to have the same code for certain events. I read one thread where the answer was to use the addhandler method. Unfortunately, I am...
View ArticleTwofish Encryption
Greetings, i'm newbie on programming and cryptography can someone help me by giving a link that give twofish source code in vb.net ? i need it for my task.. thank you very much :)
View ArticleSend 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 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 Article