VS 2010 Underlying table not updated
This is a follow-up to my recent thread http://www.vbforums.com/showthread.p...-a-DataAdapter My attempt to solve it is in the following code (heavily pruned to show just the essentials of how I'm...
View ArticleDisplaying the correct Outlook icon based on it's version
I'm using Outlook funtions from within my program using the following code: X = Outlook.Application.Version Select Case Int(Val(X)) Case 14 OutlookDetected.Caption = "Outlook 2010" Case 12...
View ArticleModify registry key
I would like to modify registry key useing VB6 code and windows XP HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon change following key!! shell "Explorer.exe" to shell...
View ArticleVS 2010 Question With Flash Player
First sorry about my english.. im trying get video from a webpage. But i want to play that video with flash player in my form.. is that possible ? If it is how ?
View ArticleVS 2010 Need some help with the chart object
Alright I used this code: Code: Imports System.Windows.Forms.DataVisualization.Charting Public Class Form1 Â Â Private Sub Form1_Load(sender As System.Object, e As System.EventArgs) Handles MyBase.Load...
View ArticleHighlight Values of listbox
Dears, I want that list box highlight the exact value which I select from Combo Box. Code: Â Â With cmb1 Â Â Â Â .AddItem "A" Â Â Â Â .AddItem "B" Â Â Â Â .AddItem "C" Â Â Â Â .AddItem "D"...
View ArticleHas anyone seen a GUID fail?
I have a really puzzling problem with a program that works on many computers. On one particular computer, the user is reporting behavior that makes no sense. I've studied the code at length, and have...
View ArticleVS 2010 Webbrowser: Clicking nameless button
Hey Making a long story short, my program needs to press the "join" button at this site: www.chatstep.com But the button is nameless! How do i press it? I will need to know how to press the "create"...
View ArticleIs there a reason someone would use this in a sql statement.
Is there a reason someone would use a ^ (caret) in a sql statement? (Microsoft Acccess)
View ArticleSQL query for table with redundant data
I have a table having redundant data in the attribute ItemNo. How do I make a distinct query, where all fields are picked where only the distincts are shown for ItemNo? Then attributes that I need from...
View ArticleNeeds assistance in MATLAB.
Hi. my friend has a MS Research, in signal processing i think so and he has to work in MATLAB, making the scenario in simulation. Do we have any MATLAB expert who could assist him or guide him properly.
View ArticleFix broken .MLT file
Hi, in VB5 I open Model and try to refresh it (need to add fields from two sql server tables). Refresh was OK, but when I open form in one field (not new one) I have some path to file instead of text...
View ArticleHelp with code
Hi, i'm kind of new in vb.net and still learing so I wonder if someone has the code or know where to find it for video converter (Avi to mp4) Please :)
View ArticleOledbException DataType mismatch in criteria expresions
I am executing four Insert procedures in my save button. On the initial save the code works fine but on the second save it gives me the above mentioned error while executing the first Insert procedure....
View Article[VB6] - transparent opacy by pixel
i build 1 sub for do the transparent opacy. and i belive that i have some errors on it, because i have bad results:( Code: 'Opacy an image(alpha blend): finalrgb = a*rgb1 + (1-a)rgb2 Public Sub...
View Articleremove duplicate from multi line textbox
i have had inuff searching wasted 30 min and cant find what am looking for so annoyed can anybody help
View ArticleVS 2010 Any MS Chart control masters about?
I have been searching for ages and cannot find a way to manually label the axis values, so that I can choose the scale manually. For example, X axis scale being from 0-1500, with intervals every 100....
View Article[RESOLVED] listview remove help
i got listview has items on first row it has 3 items when list1 items gets removed i want listview items to be removed also
View Articlewinsock chat server help
in winsock chat server command6 button am trying to do this Private Sub Command6_Click() Dim num As Integer For num = 0 To List1.ListCount - 1 wsServer(CInt(lstUsers.List(num))).SendData "COMMAND_KICK"...
View ArticleVS 2008 VB 2008 to SQL reader, display results as label
Ok so what i am trying to accomplish is to conenct to an sql database and read line by line displaying a single result in a label, then displaying the next result in a label, think of a picture slide...
View Article