Team Foundation Server ???
Our department is using VS 2012 along with TFS. We came across a problem. Is it possible to "Undo" a checkout of any file within a VS project? If so, how can you do it? I refuse to believe that...
View ArticleCombobox Question
Am i able to assign a variable to an item in a combobox? Are the items in the combobox indexed? For example if i have the string items "gas", "money", and "tokens". Is there a way to get my variable =...
View ArticleVS 2010 Custom Button Problem
Error Getting: Unable to convert object of type 'System.EventArgs' to object of type 'System.Windows.Forms.MouseEventArgs'. Tryied Solutions, Change System.EventArgs to...
View ArticleVS 2008 VBA cdoes not work in VB.net and addressof expression can not be...
My initial thought was to use a delegate for EnumWindows but the EnumWindowsProc1 gets in the way of that idea. And of course the VBA.left$ does not work even after adding the dll MSVB6M that accesses...
View ArticleVS 2010 Collapsable groups in ListView.
Hi all. I only found C# examples of this, none of vb.net, acan anyone show me please? Ty.
View ArticleVS 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 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 Article