Need help creating A project
need help creating this project here is the pdf of the project Attachment 94423 here are the pictures i need to use Attachment 94425Attachment 94427Attachment 94429Attachment 94431 Attached Images...
View ArticleVS 2010 Problem with SendMessage to a not focused application.
EDIT: I completey rewrote the thread since I go ta solution but another problem. I delcare: Code: Private Declare Function PostMessage Lib "user32.dll" Alias "PostMessageA" (ByVal hwnd As IntPtr,...
View ArticleRun a VB.Net & C# Project Together in Visual Studio
This may have been covered elsewhere, but I have googled and can't find a way to do it. Can someone (if this is possible) explain how to do this?
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 ArticleSplit 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 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 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 Article