VS 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 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 ArticleSome closehandle errors
Hi folks, I use some unmanaged code like CreateFile for accesing a USB device. Now when I started to make clean :) using CloseHandle (btw. this is recommended on msdn to clear after CreateFile) the...
View ArticleRegex Help
Hello everybody, im currently trying to make a small application that uses a search engine and gets all the links from the result. For example, if I were to go on bing, and search for "Gaming...
View ArticleVS 2010 Textbox.Text w/ Resource
I have made a .txt file in my resources folder. I received an error message reading, "'Names' is not a member of 'resources'." What did I do wrong here? Code: Textbox1.Text = My.Resources.Names.txt
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 ArticleI found this while searching for arrays info..is there way to speed this up any?
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 Article