Search Results

Showing results 1 to 34 of 34
Search took 0.02 seconds.
Search: Posts Made By: Tekmaven ; Forum: Visual Basic 4 / 5 / 6 and child forums
Forum: Visual Basic 4 / 5 / 6 Sep 19th, 2004
Replies: 3
Views: 14,343
Posted By Tekmaven
Actually, if your using VB6, I'm pretty sure you could just do Shell("C:\path\to\ping.ext localhost")
Forum: Visual Basic 4 / 5 / 6 Jun 18th, 2004
Replies: 6
Views: 9,920
Posted By Tekmaven
Do you mean the System Tray? The System Tray is where the clock is located.
Forum: Visual Basic 4 / 5 / 6 Jan 16th, 2004
Replies: 4
Views: 5,456
Posted By Tekmaven
That is called a banner - and its already built into Windows, and Novell. In the printer properties, just find the place were it says "print a banner" and check it ;-).
Forum: Visual Basic 4 / 5 / 6 Jan 15th, 2004
Replies: 4
Views: 4,473
Posted By Tekmaven
That's exactly the issue. Just visit http://www.microsoft.com/net for .NET Framework download links.

When you write a .NET app, you need the .NET Framework SDK (120mb Download) to compile the...
Forum: Visual Basic 4 / 5 / 6 Dec 31st, 2003
Replies: 4
Views: 7,396
Posted By Tekmaven
Reinstall VB6... and report back ;-)
Forum: Visual Basic 4 / 5 / 6 Dec 14th, 2003
Replies: 6
Views: 5,525
Posted By Tekmaven
Forum: Visual Basic 4 / 5 / 6 Dec 13th, 2003
Replies: 6
Views: 5,525
Posted By Tekmaven
We only give homework help to those who show effort: 576
Forum: Visual Basic 4 / 5 / 6 Oct 17th, 2003
Replies: 41
Views: 63,509
Posted By Tekmaven
That really doesn't show an example of anything. Secondly, your sytax is invalid - what is return type of the function? Heh. Next time, make sure your example compiles ;-).
Forum: Visual Basic 4 / 5 / 6 Oct 17th, 2003
Replies: 3
Views: 3,353
Posted By Tekmaven
Well, if your an old school QB programmer, you are in for a big suprise. The latest version of Visual Basic, Microsoft Visual Basic .NET 2003, its fully object oriented and strong typed.

If you...
Forum: Visual Basic 4 / 5 / 6 Oct 10th, 2003
Replies: 4
Views: 11,422
Posted By Tekmaven
When you rename the form, you also need to change the class name in the .vb file.
Forum: Visual Basic 4 / 5 / 6 Oct 10th, 2003
Replies: 3
Views: 18,077
Posted By Tekmaven
Shell("C:\Path\to\app.exe")
Forum: Visual Basic 4 / 5 / 6 Oct 9th, 2003
Replies: 3
Views: 18,077
Posted By Tekmaven
I think I'm missing something... Where is your question? hehe
Forum: Visual Basic 4 / 5 / 6 Oct 9th, 2003
Replies: 4
Views: 11,422
Posted By Tekmaven
Your problem is that the form you are adding is named "Form1" and you already have a form named "Form1".

Change the class definition for one of the forums to "Form2" or anything else you would...
Forum: Visual Basic 4 / 5 / 6 Aug 19th, 2003
Replies: 41
Views: 63,509
Posted By Tekmaven
To put it bluntly - you are wrong.

Polymorphism in VB.NET (http://www.asptoday.com/content.asp?id=872)

You may have been thinking of an older version of VB, but VB.NET 7.0 (2002) and VB.NET...
Forum: Visual Basic 4 / 5 / 6 Aug 8th, 2003
Replies: 5
Views: 13,320
Posted By Tekmaven
I apoligize, I neglected one important thing. You must register the OCX's on each computer with RegServer.

The command is:
regsvr32 C:\Path\To\whatever.ocx

Incase soemthing gets messed up,...
Forum: Visual Basic 4 / 5 / 6 Aug 6th, 2003
Replies: 5
Views: 13,320
Posted By Tekmaven
I appoligize, I overlooked your thread on the forms (ed: Dani!! We need the recent post screen back!).

Most ".ocx" files, are user controls. Simply do a find on your computer for the two...
Forum: Visual Basic 4 / 5 / 6 Jul 13th, 2003
Replies: 2
Views: 3,669
Posted By Tekmaven
C'mon man... why are you advertising? TechTalkForums is set up to handle all of these questions. I suggest you edit your post, with an sorry for advertising message.

Also, while we are talking...
Forum: Visual Basic 4 / 5 / 6 Jul 7th, 2003
Replies: 41
Views: 63,509
Posted By Tekmaven
What's LPRINTs purpose? Does it swap the lpt ports or something?
Forum: Visual Basic 4 / 5 / 6 Jul 4th, 2003
Replies: 6
Views: 51,833
Posted By Tekmaven
http://support.microsoft.com/default.aspx?scid=http://support.microsoft.com:80/support/kb/articles/Q231/2/98.asp&NoWebContent=1

There is the answer to your problem. God bless Microsoft Knowledge...
Forum: Visual Basic 4 / 5 / 6 Jul 4th, 2003
Replies: 6
Views: 51,833
Posted By Tekmaven
Forum: Visual Basic 4 / 5 / 6 Jun 17th, 2003
Replies: 3
Views: 5,142
Posted By Tekmaven
Check the links section (a link is on the top of every TTF page!). There is a very comprehensive C++ e-book for free at http://www.mindview.net. Also, there is a good Java book at that URL.
Forum: Visual Basic 4 / 5 / 6 Jun 12th, 2003
Replies: 13
Views: 3,869
Posted By Tekmaven
You also may need to download Visual Studio 6 Support Pack 5

Available here: http://msdn.microsoft.com/vstudio/downloads/updates/sp/vs6/sp5/default.aspx
Forum: Visual Basic 4 / 5 / 6 Jun 12th, 2003
Replies: 13
Views: 3,869
Posted By Tekmaven
Dim CN As New ADODB.Connection
Dim RS As New ADODB.Recordset
Dim F1 as string

CN.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\temp\db1.mdb;Persist Security Info=False"...
Forum: Visual Basic 4 / 5 / 6 Jun 12th, 2003
Replies: 13
Views: 3,869
Posted By Tekmaven
8) I used to have the same problem too!

Before I give you suggestions, what operating system are you running?
Forum: Visual Basic 4 / 5 / 6 May 16th, 2003
Replies: 3
Views: 11,817
Posted By Tekmaven
What version of VB?
Forum: Visual Basic 4 / 5 / 6 May 10th, 2003
Replies: 2
Views: 6,847
Posted By Tekmaven
Close Dani :-), but this isn't C/Java :-P.

First of all, I'm assuming your using VB6. If you're not, tell me what VB version you're using and I'll adjust the code.

A better way of implimenting...
Forum: Visual Basic 4 / 5 / 6 Feb 15th, 2003
Replies: 4
Views: 16,059
Posted By Tekmaven
InstallShield is just a company that makes installers. Wise is there biggest competitor. Wise installations are written with script more closely to VB, and InstallShield is written with script more...
Forum: Visual Basic 4 / 5 / 6 Feb 15th, 2003
Replies: 4
Views: 16,059
Posted By Tekmaven
Well, you can't do this with VB 6.0. On the upside, you can do this with Visual Studio .NET (but I'm sure you don't have that).

The cheapest and easiest to use program that will make your VB 6...
Forum: Visual Basic 4 / 5 / 6 Jan 20th, 2003
Replies: 25
Views: 196,021
Posted By Tekmaven
Then why are you using Excel? Why not just use Access? You can accomplish this by creating a "Form".
Forum: Visual Basic 4 / 5 / 6 Jan 20th, 2003
Replies: 25
Views: 196,021
Posted By Tekmaven
Huh? Are you tring to import data from a table? If you are, just selecet File->Open and change the file type to "Acess Databases." You will recieve a wizard that will automatticly import the data...
Forum: Visual Basic 4 / 5 / 6 Jan 19th, 2003
Replies: 25
Views: 196,021
Posted By Tekmaven
If your using VB.NET or C#.NET the following link is your end-all resource!

http://www.connectionstrings.com/

The following is if you're using VB.NET:

Access
ODBC

Standard Security:
Forum: Visual Basic 4 / 5 / 6 Jan 19th, 2003
Replies: 25
Views: 196,021
Posted By Tekmaven
Dani -
Thats wrong :-P. When you use a DSN, you do not need to fill in any other information. The DSN stores everything for you.

Also you seperate connnectionstring items with a ;
Forum: Visual Basic 4 / 5 / 6 Jan 17th, 2003
Replies: 25
Views: 196,021
Posted By Tekmaven
What version of VB are you using? And, what is DBEngine declared as?
Forum: Visual Basic 4 / 5 / 6 Oct 10th, 2002
Replies: 19
Views: 27,666
Posted By Tekmaven
n1cole-
Just my 2 cents.... You seem to be working on Visual Basic 6. Don't. The term "web devlopment" in VB5 and VB6 came in the form of ActiveX controls, and, simply put, this is not the way to...
Showing results 1 to 34 of 34

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC