VS 2010 ssl and man in themiddle
hello i'm new to ssl please help in the beginning my vb net 2010 program was sending a php request to my server with a sensitive data through regular http webrequest it was easily monitored through...
View ArticleVS 2010 RC4 Encrypt/Decrypt with MD5
Anyone have an example of how perform RC4 encryption and decryption using an MD5 hash?
View ArticlePicture Box Null instance
I am in search of a way in order to check if picturebox1 has a loaded image. If picturebox1 is not null then picturebox1.image.dispose() and if it the picturebox is set to none then nothing happens....
View ArticleVS 2010 Querying a Game Server using GameSpy Protocol
I'm trying to write a program that will send a packet to a game server (Halo CE), and get data in return from it that shows the players in the server, the current map and variant name, the server name,...
View ArticleMy.Settings Listview Add
How can I add items from Listview with My.settings ? The items from cells are strings but I am not sure can my.settings data type should be string or something else?
View ArticleVS 2010 Detect if computer sound is muted.
I have a sidewinder x4 keyboard where you have a mute button to mute the computer's sound, like the attached image. Attachment 94457 I want to detect if it's muted or not. Attached Images
View ArticleVS 2010 Write to datebase online
Hi. I have a webservice which recives something from an online datebase and It sends them to the client app later. it should work like this: 1. the datebase recieves data from a windows app. 2. the...
View ArticleVS 2010 TCP Communication problem
I am trying to make a TCP communication over the Internet, it works just as it should on my internal network, though over the Internet it doesn't. I am testing the communication with a Windows Azure...
View ArticleVS 2008 Search in access table
Hi to all. I'm new in VB and now i'm trying to search an access table to see if is existing related records. I have try this code but i take back TRUE even there is no related records. Thanks!!!!!!!...
View ArticleVS 2010 Disposing forms
Hi, I have two forms. First one is main form and second is like user control holder form. from my first form i am calling second form by dim fm as new sec_form fm.showdialog() fm.dispose but if i add...
View Article[RESOLVED] I found this while searching for arrays info..is there way to...
I like the idea of having all the elements accessible like you would access them say in a listview ,,but man this is way too slow.. what i was using before i tried this way was.. Code:...
View ArticleVS 2010 Problem with my Skype tool (Mute button to mute skype).
Hi everyone. I created a tool to register a hotkey (My keyboard's mute button) so when I press it, it will mute the sound (By default it does it) but also mute my skype, so I created this (Full...
View ArticleVS 2008 Need Help with radio buttons -- Very new to VB
Hi all. to be perfectly honest I am very very new with VB - I have learned some basics to create a program that does some math calculations. What i like to do now is to continue on and create a program...
View ArticleVS 2010 I have form do not responding move cursor to any objects after typing...
Hi all I have a project linked to a database, created Data Sete for each tables and pulled each of them on forms and try Debugged .The problem is that there is a One form after add new record and...
View ArticleJust lost entire menu strip
I must have hit some key sequence and erased my entire menu strip. Any ideas before a abandon hours of work and restart from a backup. VB 2005
View ArticleHow do I connect to Mysql Database?
Instead of using the Microsoft access database. How to I convert this code into the proper way to connect to a MySQL Database with those rows? 'Enter Items in the items list if we are in the scan...
View ArticleVS 2010 Crop and save an image
i couldnt crop and save an image.Here is my codes. Rect is my drawed rectangle. Code: Dim save As SaveFileDialog = New SaveFileDialog save.Filter = "Jpeg File(*.jpg)|*.jpg" If...
View ArticleVS 2008 [RESOLVED] Applying Strikeout property on the text of a label
How can we apply the Strikeout property on the text of a label ? In design time I can simply go to the Font property and choose if I want it applied or not . But how can it be done by code ? I don't...
View ArticleVS 2005 Class not refreshing dialouge
I have a class for HTTP transaction, and in some cases I want a little dialouge showing that its processing. I can get it working, but can't get it to refresh and change the text afterwards, i've tried...
View Article[RESOLVED] Unable to cast from toolstrip container to textbox error
hey all, i have made a form for some calculation purpose. i have a menustrip & a toolstrip jn which i have cut copy & paste buttons. the menustrip & toolstrip are in a toolstrip container....
View Article