Forum: Getting Started and Choosing a Distro Jul 24th, 2009 |
| Replies: 6 Views: 1,368 I've used SLAX LiveCD and it is simply GREAT.
If only I get a 'standard' and not 'live' version of it ... :( |
Forum: Geeks' Lounge Jul 24th, 2009 |
| Replies: 308 Views: 21,988 I'm listening to some mid-eastern classic music |
Forum: Visual Basic 4 / 5 / 6 Feb 3rd, 2009 |
| Replies: 3 Views: 513 I guess you want to count-down a specified number of hours (and minutes).
You may do this as following:
1- Make a variable (lets say X)
2- Set the value of variable to the entered number of... |
Forum: Visual Basic 4 / 5 / 6 Feb 3rd, 2009 |
| Replies: 3 Views: 606 When programming a msgbox, you can specify the text, type, and title of the msgbox as follows:
Msgbox "The contents of msg here", vbInformation, "The Title Here"
note that you can change... |
Forum: Visual Basic 4 / 5 / 6 Nov 6th, 2008 |
| Replies: 1 Views: 431 You may use Open function to open a file and store data to it.
This is in general, if you can give more details for what you need then I'll be able to give you more details. |
Forum: USB Devices and other Peripherals Nov 6th, 2008 |
| Replies: 1 Views: 877 Hi everyone,
I have bought a Dell Inspiron 1100 Laptop recently, and I have installed its drivers from the internet.
I had seen that the touchpad of some laptops provide an ability to use... |
Forum: Visual Basic 4 / 5 / 6 Nov 6th, 2008 |
| Replies: 5 Views: 3,658 Well, that's right. But did you notice what my code was?
Let's say you have 126.85416 and you apply the code for it:
SCI_Num = SCI_Num * 100
'SCI_Num will be 12685.416
Result = Fix(SCI_Num)... |
Forum: Windows 95 / 98 / Me Oct 3rd, 2008 |
| Replies: 3 Views: 1,577 I think it will have some problems with booting stuff .. (just an opinion, but I never tried such a thing!) |
Forum: Visual Basic 4 / 5 / 6 Oct 3rd, 2008 |
| Replies: 5 Views: 3,658 I've got this idea, hope it works:
Assume SCI_Num is your scientific number, and Result is your final result.
SCI_Num = SCI_Num * 100
Result = Fix(SCI_Num)
Result = Result / 100
don't... |
Forum: Visual Basic 4 / 5 / 6 Oct 3rd, 2008 |
| Replies: 2 Views: 499 And if I can add to what selvaganapathy said, You can use Randomize before using Rnd() so that the code will look like this:
Randomize
WinningHorse = Int(7 * Rnd + 1)
Where WinningHorse is the... |
Forum: Visual Basic 4 / 5 / 6 Sep 28th, 2008 |
| Replies: 5 Views: 638 Why don't you design yours ?? |
Forum: Visual Basic 4 / 5 / 6 Sep 27th, 2008 |
| Replies: 2 Views: 632 Check this one:
http://rs37.rapidshare.com/files/20442311/v-basic-6.rar
(They told me its full version, but I didn't download it!)
Note: If that solves your problem, then please mark this... |
Forum: Visual Basic 4 / 5 / 6 Sep 27th, 2008 |
| Replies: 5 Views: 670 Would you please show the part of the code that had errors?? |
Forum: Windows NT / 2000 / XP Sep 27th, 2008 |
| Replies: 1 Views: 609 Hi everyone,
I'm designing an Anti-Virus program for my own use (WOW!).
What I need to do is to let my Anti-Virus change the State of "Virus Protection" in the Windows XP Security Center from... |
Forum: Domains and DNS Sep 21st, 2008 |
| Replies: 2 Views: 1,832 Hi,
I had an account on http://freedns.afraid.org where I redirect a short URL to my website.
I tried to open my website URL but it does not open, I tried to open the freedns.afraid.org but it... |
Forum: Windows NT / 2000 / XP Sep 21st, 2008 |
| Replies: 7 Views: 749 Sometimes the antivirus itself might slow down the computer, you may try uninstalling it and see if that's help. |
Forum: Pay-Per-Click Advertising Sep 21st, 2008 |
| Replies: 3 Views: 1,374 Thank you for replying, but what about my second question?
Does anyone know Pay-Per-Click service that works with MoneyBookers?? And does anyone know a web-hosting service that accept money from... |
Forum: Visual Basic 4 / 5 / 6 Sep 16th, 2008 |
| Replies: 1 Views: 628 Hello,
The basic concept for this is:
Your client program must take a screenshot for the client computer screen THEN send the screenshot image to the server (your monitoring program) by the same... |
Forum: Visual Basic 4 / 5 / 6 Sep 16th, 2008 |
| Replies: 3 Views: 726 You may need to check your language settings.
On Windows XP, go to control panel -> Regional and Language Settings, and check if your language is installed and supported. |
Forum: Visual Basic 4 / 5 / 6 Sep 14th, 2008 |
| Replies: 3 Views: 726 What is your Windows Version? Me, XP, or Vista?? |
Forum: Visual Basic 4 / 5 / 6 Sep 13th, 2008 |
| Replies: 14 Views: 1,857 I think you have to load the file into your program by using the path:
App.Path & "\Project.mdb"
Instead of
"D:\Program Files\Microsoft Visual Studio\Project.mdb" |
Forum: Pay-Per-Click Advertising Sep 12th, 2008 |
| Replies: 3 Views: 1,374 Hi everyone,
I'm an IRAQi citizen living in IRAQ. I have a website running.
As many of you know; in IRAQ we don't have credit cards yet.
I want to get money by putting ads on my website, but do... |
Forum: Visual Basic 4 / 5 / 6 Sep 12th, 2008 |
| Replies: 12 Views: 1,185 I'm not sure but ...
IS THIS VB6 ??????????? |
Forum: Visual Basic 4 / 5 / 6 Sep 12th, 2008 |
| Replies: 2 Views: 802 Do you use Visual Basic? or just VBScript?? |
Forum: Visual Basic 4 / 5 / 6 Sep 12th, 2008 |
| Replies: 14 Views: 1,857 Your project has a database, but did you inlcude it in the Setup Wizard?
And how do you load the database?? Do you give him the EXACT file path or use the relative way (App.Path) ???
I think the... |
Forum: Visual Basic 4 / 5 / 6 Sep 11th, 2008 |
| Replies: 14 Views: 1,857 hmmm...
I think when you press YES; a similar 'BUT NOT THE SAME' message appears but for a different file name, is that right???
I dont think the installation directory for Visual Studio has... |
Forum: Visual Basic 4 / 5 / 6 Sep 10th, 2008 |
| Replies: 14 Views: 1,857 I do not consider this message as an Error message. It is just a notification that your computer has a file newer than the one being copied.
It is recommended that you choose YES to keep the file.... |
Forum: Visual Basic 4 / 5 / 6 Sep 10th, 2008 |
| Replies: 2 Views: 543 Hello,
How do you load the second form??
If you use:
Form2.Show vbModal
Then it should be unlocked automatically.
And if you really need to refresh you can use: |
Forum: Windows 95 / 98 / Me Sep 8th, 2008 |
| Replies: 5 Views: 1,057 Well, you should open your Registry Editor by choosing:
Start -> Run
Type REGEDIT then press Enter
On the tree view on the left, navigate to directory
HKEY_LOCAL_MACHINE\System\Current Control... |
Forum: Visual Basic 4 / 5 / 6 Sep 8th, 2008 |
| Replies: 2 Views: 1,077 Well, I think I understood what you need, but first you must have some account on the internet to save into..
For example, You may use FTP to transfer your files to a server (in which you have some... |
Forum: Visual Basic 4 / 5 / 6 Sep 8th, 2008 |
| Replies: 1 Views: 1,192 Use a loop to cause all errors and write them to a textbox or variable.
The following code assumes that you have a form with a textbox called Text1 and has the Multiline property set to True:
... |
Forum: Visual Basic 4 / 5 / 6 Sep 8th, 2008 |
| Replies: 1 Views: 725 I did not understand what exactly your code does, but here is a simple solution:
Set the timer interval to 60000 millisecond (1 minute)
Declare a new variable and let it be MyVar
We'll increase... |
Forum: Windows 95 / 98 / Me Sep 8th, 2008 |
| Replies: 5 Views: 1,057 Please tell us what exactly the message says, that's how we can know what the problem is. |
Forum: Visual Basic 4 / 5 / 6 Sep 8th, 2008 |
| Replies: 15 Views: 1,848 Hello Fady,
I'm really glad to help anyone who needs help and that's why I'm here ;)
I think the thread poster is the only one who is capable of marking the thread SOLVED, you may simply click on... |
Forum: Windows 95 / 98 / Me Sep 7th, 2008 |
| Replies: 2 Views: 1,240 Hello Fred,
I have the EXACT solution for your problem ;) since I'm still using Windows Me
Go to Start -> Run
Type REGEDIT and then press Enter
A program called 'Registry Editor' should run... |
Forum: Visual Basic 4 / 5 / 6 Sep 7th, 2008 |
| Replies: 15 Views: 1,848 Hello Fady,
Its nice to hear that it works.
I didn't understand what you said about your luck, but I'd like to tell you that I'm always ready for help, just tell me and I'll try to do my best!... |
Forum: Windows 95 / 98 / Me Sep 7th, 2008 |
| Replies: 13 Views: 10,690 Hello everyone
This error is caused when you have a very long directory name (I don't remember the exact number of characters!).
This problem is not related to recycle bin, in fact; it is related... |
Forum: Visual Basic 4 / 5 / 6 Sep 4th, 2008 |
| Replies: 1 Views: 461 If you want to make a real internet explorer, you should use Winsock (google that) and then you can use ProgressBar effectively. |
Forum: Visual Basic 4 / 5 / 6 Sep 4th, 2008 |
| Replies: 7 Views: 9,635 To use actual time; you need to use a timer with 1000 millisecond interval, if we use the variables THour, TMinute, TSecond for Alarm time then the code will be:
Private Sub Timer1_Timer()
If... |
Forum: Visual Basic 4 / 5 / 6 Sep 4th, 2008 |
| Replies: 15 Views: 1,848 Hello Fady,
Your question is not stupid at all.
Hello iamnoangel26,
Here is how to use the functions, I don't think you need to change anything.
Here is the answer for you both:
Let's say... |