17 Posted Topics
I'm really new to programming, and I really only know web scripting. But I want to excel in programming. Anyway, what languages would be used to create something like adobe photoshop? I've created about 2 programs using c++, but they're like those tutorial things where they run in DOS, and … | |
Re: I've started using this code, since it works no matter what the screen resolution is on the user's monitor. It only does it when you start up the program, but I assume that's what you want. (I always use the prefix [b]frm[/b] for the names of forms. In this case … | |
Re: That seems to sound plausible. So I would do something like: ------- Option Explicit Dim intCounter As Integer intCounter = 0 Private Sub cmdStart_Click() Dim strName As String strName = txtName.Text intCounter = intCounter + 1 If intCounter = 1 Then ElseIf txtName.Text = "" Then MsgBox "Please Enter a … | |
I've made a program that creates a log of the activities performed in it, for easy reference for the user. But I want the program to automatically delete the file after the program is shut down. What is the syntax and how do I go about doing it? | |
This is kind of a random question, but what are the different speeds of internet, what's the fastest, and how much would they cost. I'm not really looking for any specific location, nor am I looking into getting it, I'm just curious to what is available these days. | |
I have IE6, I'm pretty sure I have the service packs on it and everything, and I'm running Windows XP Home. I sort of noticed this starting a month or so ago, but it's weird, even for .zip and .exe files it won't let me "Save Target As.." anymore. What … | |
I'm still using VB6 unfortunetly, but anyway, how would I go about implementing this? Say I wanted to do something so when you click a button the text in a textbox changes but has a 200-300 millisecond delay so it looks as if the words are changing really fast. But … | |
I'm really scared and etchy about getting VB. NET, as I've just started out in VB 6 and I've gotten pretty used to it. But I wanted to know from experts that used VB 6 before....is it a big change? Will it be hard to get used to after just … | |
Re: this one could be by a long shot, but the internet had a little "hacker attack" so to say, on Sunday night. I'm sure some of you have read about it. That could contribute to your problem. | |
Re: Well it could be that the Temp folder that holds your internet files is just way over saturated. Or, you have it set in the settings so it only holds very little. I had the same problem, but emptying them worked fine, and it hasn't happened since. | |
I'm still continuing on the coding of my chat bot, but I would like to add some other features to it, such as letting the using enter a word, and the program encrypts it and sends the result back. So it will make sending passwords or anything they want private … | |
This just started after I got Cable Internet, and now whenever I download a file, I specify which directory I want it downloaded to, and it then (without me knowing until the end) downloads to the "Temporary internet files" directory, and THEN copies it to the directory I wanted it … | |
Hello Again, it may seem I'm asking a lot of questions, and I'm sorry if it bothers anyone. I'm just trying to get my computer fixed up since I have time before summer ends. Anyway.... First Problem: I use Internet Explorer 6 (with some sort of Service Pack), Dial-up Internet, … | |
Re: I'm running off Windows XP. How do I find the "Last Good" thing or whatever. What do you mean the boot menu? I don't see anything under that name. | |
I think something is seriously messed up with my computer. I'm running off Windows XP, and it seems whenever I install a 30 mb program, my hard drive goes down about .2 GBs. I currently have 58.9 GBs left, and just two days ago I had 59.6 GBs. Is that … | |
I've recently noticed that my pagefile.sys thing is at 700+ megabytes and that might be what's slowing down my system, and I just want a little extra diskspace. Is there any SAFE way to change this so it's not so big, maybe making a new file with the same name, … | |
I've made some C++ dos programs, and it runs fine, and does everything I want it to, but the moment it does the last line of code, it exits. I use Visual C++, and it stays on when I preview it in there, but after I compile it, and run … |
The End.