VS 2010 Prevent Scrolling via MouseWheel in Panel
I have a large PictureBox within a smaller Panel. I use the mouse wheel to scale the image in the PictureBox. The problem is that the mouse wheel simultaneously scrolls the scroll bars on the Panel. Is...
View ArticleVS 2008 To mark days on MonthCalendar (VB 2008)
Hello, thanks for you attention and sorry for my bad english. I need to mark in a MonthCalendar control some days but i can't do it. I think that would be easy but i cant to find the way. I hope you...
View ArticleGet Value of PREVIOUS cell in datagridview
I am using vs2010 and sql. I have a winforms app that has a datagridview on the form. When I enter a row I am trying to get the value from column 1 in the previous row. I need to be able to compare the...
View ArticleTeam 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 ArticleSetting Finished File Icon
so i have saved my file as a exe but the icon i set for the form is not showing as the file is there something im missing to change the files icon ? btw i using vb 2008
View ArticleNeed 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 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 Article