Make another project as ActiveX DLL project. Write code in the module of the project and make a DLL file from that. Now you can use this dll file in your...
i am new in visual basic.NET, and relatively new with visual basic 6.0, however i seek advise should i stick to going pro with visual basic 6.0 or simply...
As per my suggestion, U should completely switch to DOT NET. As per installing issue, just tell me which version of dot net u r trying to install. gboyegakanle...
I have a macro that programmatically places links to other workbooks into cells within the active workbook/worksheet. Is it possible within VBA to then update...
I am not sure about within VBA, but excel should do this automatically. We use a lot of forms like this for our office budgets. John On 6 Jul 2005 13:57:58...
What is the correct way to open a word document? I tried DTE.Documents.Item(0).Activate("r.doc") but it gives an error message about too many arguments for...
dear all let tell you my problem i work with vb6 and get a qery which is like select * from table 1 inerjoin table 1 ,,, where ... and by updating the...
I have a VB windows application I am trying to install to my laptop. I created and built the setup and deployment project as a release build. I installed the...
Saudações Alguém sabe como chamar a calculadora do sistema operativo de dentro de uma aplicação, e como passar e receber valores da calculadora. Será...
hi i'm maziar heidari i've sent an mail to group about the voltage priter port and other port that can use,for e.g to control an IC,(if possible plz wirte the...
Hello folks. My name is Michael. I've been a VB prgrammer ever since Visual Studio '97 and with the BASIC language since the early days of Microsoft QBasic....
Hi Abhijit, I have not heard of any VB Decompiler. But I want to see how your VB Reformer works. Can u tell me how it works and if possible then mail me this...
Hi Michael, Welcome to VB Group. We need such people who can answer our queries. We hope tht U will be active in this group. Roopesh "Michael D. Marquardt"...
Dear all, I had recently migrated from VB + MS SQL Server to VB + Postgresql infrastructure. Postgresql uses a native language called plpgsql through which one...
karthik jayaraman
karthixed@...
Jul 15, 2005 4:15 pm
6782
hey any one out there whose got the code to scan images...
hi friends , i am abhijit a MCA 2nd yr studet. Plz give me some documentation about Following Project on VB.net and SQL server 2000 1.Multi user chatting...
Hello All... VB. NET, MS SQL, ADO Please help. Need to search if TABLE has a specific record in it. If TRUE --> going to delete this record (for example) If...
It's done already, don't worry, thx Karina Poyikhalo <karina_poyikhalo@...> wrote:Hello All... VB. NET, MS SQL, ADO Please help. Need to search if TABLE...
Sry I have not read this message first. But anyhow congrats Karina Poyikhalo <karina_poyikhalo@...> wrote: It's done already, don't worry, thx Karina...
Hi Karina, U can execute the query to delete the records matching that specific criteria. Like this one: con.execute "Delete from <table> where <condition>" It...
Have you installed .NET Framework on your laptop? ... From: visualbasic_official@yahoogroups.com [mailto:visualbasic_official@yahoogroups.com] On Behalf Of...
For getting the IP Address, have you looked at methods for the IP ADDRESS class that is in the .net framework? There is some good information on it in the MSDN...
Hi there, need some help, could anyone outline some sort of guidelines of how lto go about scanning/acquiring multi images in vb.net please forward all...
Check this out: Imports System.Net . . . Dim i As Byte Dim sHostName As String = "" Dim myIPHostEntry As IPHostEntry = _ Dns.GetHostByName(sHostName) Dim...