VS 2008 separating comma delimited string
How do I separate a comma delimited string? The below code only works on "," but not on ". *********************** Dim input_data() As String Dim string_variable, delimiter As String input_data =...
View ArticleSendKeys to another minimized program
I'm sure it's possible, how can it be done without much of coplicated code? SendKey (pressing keys) on a program that is minimized (not focused). Ty
View Articlesave to listbox
how can i save multiple controls to one listbox item? Code: Form1.ListBox1.Items.Add(TextBox1.Text) Ok, that adds textbox1.text as an item, but what if I want to add textbox1,textbox2,textbox3.text to...
View ArticleVS 2010 [RESOLVED] ListView to ArrayList... (Selecting ListView Values)
I figured out my problem. Code: Form.lvMain.Items().Item(0).Text.ToString()
View ArticleVS 2010 How to recognize arrays elements in different procedures
In my code I disable an array of lables and other two of textboxes. Then, depending on the val(text) of a textbox, which in not an element of the arrays, I need to enable labels and textboxes up to...
View ArticleVS 2010 Hey Can someone please help me with this?
Hey. i am having trouble making my cod4 mod menu maker. And what i need help with is like generating it so it replaces some of the coding. Attachment 94435 So i want it when they pick the color that...
View ArticleVS 2012 DataMember property 'ColumnName' cannot be found on the DataSource
Error: DataMember property 'VendedorID' cannot be found on the DataSource. Hi, i am getting the above error with the below code. The table Vendor (TblVendedorBindingSource) is a child and i am sure...
View ArticleVS 2008 left is not a member of VBA
In converting this VB6 program to VB.net I stumbled across this Code: Public Function FindParentWindow(ByVal TitleStart As String) As Long Dim hWndTmp Dim nRet Dim TitleTmp As...
View ArticleVS 2008 put mask in the first column of Listview
Hi to all.... Is there any way to put mask (XX X X) in the first column of a listview?? Thanks and regards.....
View ArticleVS 2008 Data Adapters, Oracle, Data Grids and not having a clue...
Hi All, I've done a lot with databases in the past, but that was with VBA and MS Access, but never Oracle & .Net. I've created a datasource (called DataSet1) which contains a QuieriesTableAdapter...
View Article[RESOLVED] Split String into array
Hi I am trying to to split a string into an array I know I can use the split function but it seems to add extra spaces here is the string. Code: System Idle Process 0 Services...
View ArticleVS 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 ArticleDate and time Question
How do I customize the date for my localtime Code: Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Timer1.Start() End Sub Private Sub...
View ArticleTextbox Problem
i'm making a new soft and i was wondering if i can do a text box that haves a grey text if I haven't writed anything, and when I do start to, automatically delete that grey text so I can start to write...
View ArticleVS 2008 Problem with delete record not in datagridview but in access
Hi to all I'm new in VB.net and much newer in datagridview (This is my first datagridview) I have a delete record button that delete the record from the datagrid but i'm unable to deleted also from the...
View ArticleBeginner Help
Hi I'm not sure if im doing this the right way for example, i ask the user 2 questions using combo boxes Private Sub ComboBoxConQ1_SelectedIndexChanged(sender As System.Object, e As System.EventArgs)...
View Article