I have a form that I added a Tablelayoutpanel to and pasted some controls that resided on the form to the cells in the panel. Now all the events associated with the controls are now renamed wi...
I have followed the guide at
http://msdn.microsoft.com/en-us/library/aa289500%28VS.71,printer%29.aspx#vbtchcreatingcontrolarraysinvisualbasicnetvisualcnetanchor5
and all seems ok up to th...
I have a number of masked and unmasked textboxes in an app that when the user gives them focus, I want all the currently displayed text to be selected.
I have tried the following:
Textbox1...
Hello Experts:
I have a VBS script that I want to execute on remote computers in my domain from the server. Can I use psexec to execute a VBS script remotely? or is there another way of do...
I am reading in a file containing records of variable length ... some of which are quite long (over 4096 characters). For these records, I am wishing to handle differently than those that are...
Hi, everyone,
I'm trying to communicate use RS232, but there's some problem about the comEvReceive:
Private Sub MSComm1_OnComm(ByVal sender As System.Object, ByVal e As System.EventArgs)...
Is it possible to create a SINGLE custom control from multiple controls? For example, I would like to combine a combobox and a textbox into one "lookup" control?
Assuming this is possible,...
Hello experts,
i have a web page where am doing a test for search control. i already wrote my code but the problem am having is this...suppose in my database table i have a product name "Wa...
i have a form with two combo boxes, let call them Combo1 and Combo2
as the user you are allowed to make the selection only from one combo, the second is automatically filled with "n/a".
The ...
Experts,
I need help in writing a line of vb6 code to check if the test string matches the critieria using VBScript Regular Expression 5.5. The criteria is: SPACE followed by DASH(-) foll...
i want create round image in asp.net
like
i have inch(1.8307) then round will be show 1.8607
I have a form which the user opens on click of a button, once the form is opened If user try to resize the form while havin the application running. how do we do the following
Resize a for...
Hi All,
I wish to distribute a program I have developed by subscription for a monthly fee. I want the program to not work unless the fee is paid.
The users name and password are stored ...
I have recreated a vb6 OCX control as a vb.net Class Library. Added a windows application to the solution and pasted the control on the form. It works !
Now, How do I import and use this ...
I have a program that adds a timestamp to the 3rd column in my program. This column was added after the query column... When a user enters in data the 3rd column will add the time that it was ...
Hi
I am trying to use develop a macro that uses the Frequency Function but I am having difficulties.
What I am trying to do is use the frequency function on a range which will be changin...
I need a simple to use chart control (free trial preferably) and then free no more than around $50 that draws basic charts (ie: bars, columns and pies) when running under a 'medium trust' secu...
Please, no arguments as why I would want to do this. I'm too far into the project, it's working beautifully, except for this one little problem. I already know now there are better ways to app...
How to use copy or delete file command in the VB 6 code
the client machine is using VISTA system
I'm trying to learn VB 2008 and SQL CE. I have some experience programming in Access 200, but I need a database application easy to load onto a friend's computer without installing any unneede...
how to drag and drop the command button in runtime in vb6?
Visual Studio 2008, .NET Framework 3.5, Infragistics Controls
I am trying to load a form from the ClickCellButton event in a datagrid located in a user control, but I get the following erro...
This is for a command button in Access 2007
I want to change the path from the first example to a relative path in the second example so I can keep the databases and images on a CD and not ...
I have a vb5 program that I would like to expire in 30 days of usage. Your help is appreciated.
I am working on an app and I need my frm main to never loose focus no matter what.. if it looses focus for a split second its prob not that bad..
but I would prefer if a window pops up or a ...