199,114 Archived Topics
Remove Filter ![]() | |
hi there, i am trying to get my program to display a different bitmap in four different child windows of my win32 C program but i cant seem to do it. Any idea's? I have got the information so far off of the forgers win32 tutorial. [CODE] #include <windows.h> #include … | |
When upgrading these boards from phpBB to vBulletin, I encountered a few errors in the posts. One of these is that the old style stores quotes as " and it is printed out verbatim in the posts. Is there a find and replace SQL statement to traverse through a record … | |
there are two examples which are seperated by"-------" sign to use them just put them through a java creator.post for comments ------ "A rational anachist believes that concepts such as 'state' and 'society' and 'government' have no existence save as physically exemplified in acts of self-responsible individuals.He believese that it … | |
Hi, I',m not sure but I think I'm allowed to post questions here showing my own work. I have the following question (not homework or anything assessed - Im revising for my final exam and this is a past paper question that i dont have model answers to). I'd appreciate … | |
Hi:cool: , I wanna say at the outset that this is a great forum. I can't believe there isn't proper computer science forum out there. Been searching for ages and came across you guys luckily enough. I'm an undergraduate and I was wondering if anyone would help me (or am … | |
I have tried looking in my textbook as well as my notes to figure out how to do this problem. I should have asked my teacher when I had the chance, but first I wanted to try working out the problem myself. I have until Monday to figure out how … | |
[b]Warning[/b]: mysql_error(): supplied argument is not a valid MySQL-Link resource in [b]/home/rexb2/public_html/parkweb/db/mysql4.php[/b] on line [b]586[/b] [b]Warning[/b]: mysql_errno(): supplied argument is not a valid MySQL-Link resource in [b]/home/rexb2/public_html/parkweb/db/mysql4.php[/b] on line [b]587[/b] phpBB : [b]Critical Error[/b] Could not connect to the database Thanks | |
[font=Arial][size=2]Hi I am trying to write a program that will demonstrate encryption to the user. I would like to have some kind of button menu at first, then the program will show an example of each depending on what button was pressed. Any idea's? Should I go for a win32, … | |
[size=4]ColdFusion 5 Web Application Construction Kit[/size] [b]by Ben Forta[/b] This is probably the best ColdFusion book (for version 5, not MX) you can get right now. Goes over the very basics of web programming - all the technical stuff served to you on a silver platter. They did a really … | |
hi all, I am a newbie to ASP.Net and IIS. I just installed .net framework 1.1 and it was working just fine. But this morning when I tried opening a .crpoj file, I got this error while the VS.Net was opening and when I selected "OK" ([color=darkorange]The Web server reported … | |
Help. I'm trying to write a database for vehicle reservations and I can't figure something out. All vehicle reservations are going to have reservation dates (obviously). I have a table set up to list vehicles by USN # (like a VIN #), vehicle body type (pick-up, suburban, etc.), and a … | |
Developing, building, and testing. How do it the best? Learning from the world leader - Microsoft I'm very interested in how the developing/build/testing workflow @ Microsoft looks like. I think Microsoft as world leader in software developing business must have a very good workflow. Does anyone know how the development … | |
Hi all, My knowledge of C++ is nill, and I need help. I am having a program written in C++(with MFC classes). I will get the source code when completed. My goal is to be able to brand the program to my different websites. The programmer says he is setting … | |
How To Drag And Drop An Image Onto A Tabbed Pane | |
I am studying Programming and trying to get my assignment to work the problem is with the MAINTENANCE PART in red I can get it to work! Can anyone help!!!! public class Assignment2 { static final int TotalCans = 50; // The total number of cans avaliable static String Drinks[] … | |
This what I have done so far... (to cscgal and inscissor) As you can probably tell I have't done C++ for long; only a few weeks now so please point out any mistakes that I have made. Here is some evidence to prove that I have tried, even though it … | |
Hi, I am a programmer on c++,i want to do programming on symbian(Epoc) operating system. presently i dont know anything about the programming on symbian operating system. please give me ideas, and suggest the books what i have to refer. waiting for ur replies | |
I have been making a MySQL run script for my site so all the content is stored in MySQL and I also want to be able to allow users to Register and stuff like that. I want to do it in a simaler way to for forum so that I … | |
Hi, I want to create invoices using ASP which should be printable and with page breaks. Please help Thanks in advance | |
Im looking for a test site so I can check my ASP scripting. anyone know a website or company that i can register and get a free account so i can test ? My ISP does not support ASP. Im also looking for CGI hosting ? If possible ? Thanks … | |
I want to write a program that will take a screenshot and save it as a jpeg thumbnail with custom compression settings. I have no clue where to start, except for google, which didn't really help. Can somebody point me in the right direction? | |
Could anyone tell me how me to count the frequency of character appear in a paragraphy using c program For example, SHE IS GIRL S appear two time so we output S thanks | |
Hi there, I'm currently writing code for a translator. The task is to open a file from anywhere on my network, then display it and then allow to save the file. So far I have a window that allows a user to browse for a file, open the file and … | |
I got this big problem. I have to automate a Telnet connection for this project but I have no idea on how to do that in C/C++ :( . I need to be able to send an ascii file's contents (1 command per line) so that it will automate those … | |
Does anyone know of a good way to prevent a process from being hooked by another, or at least by detecting the hook? | |
Greetings. I have another problem here. I placed a button onto the first tab of a tabbed control with 5 tabs. The button cannot be clicked during runtime. Why is this? Don't think the codes in the btnEdit_Click() is wrong because I've tried the same on a form. Please help. … | |
Hi, I have a problem that my program is writing only single line from the dataset whereas I want to write whole data from the data file to be read and written on the screen. Somebody help me. This is my program: import java.io.*; import java.util.*; class QueryAnswering { int … | |
[url=http://interviews.slashdot.org/article.pl?sid=02/08/25/236217&mode=thread&tid=145]http://interviews.slashdot.org/article.pl?sid=02/08/25/236217&mode=thread&tid=145[/url] | |
[size=3][font=Times New Roman]Could anybody please tell me what is the advantage of declaring variables to be of an interface rather than class type?[/font][/size] | |
I created this into a cgi file [QUOTE] #!/usr/bin/perl # # sload - current server load # print "Content-type: text/html\n\n"; print <<EOM; <META HTTP-EQUIV="Refresh" CONTENT=15> <TITLE> $ENV{SERVER_NAME} HTTPD Load </TITLE> <H2> Current load average of <A HREF=/>$ENV{SERVER_NAME}</A><HR></H2> EOM print `uptime`; print "<P>"; [/QUOTE] Now I want that on my website.. … | |
I want to open and parse the contents of a web page on the WWW. Is there anyway I can do this using PERL? | |
Everyone knows that usually every Perl program should start with something along the lines of "#!/usr/bin/perl" ... what's often called as "shebang." Anyone know why? I just read this cute post on google... The exclamation point has been nicknamed "bang" for as long as I can remember. (Back in the … | |
What exactly is Safe Perl and is there a place where you can find ready made Safe Perl compliant scripts? | |
I'm writing a face recognition application in Visual C++. Part of my task will involve taking an image from my digital camera as input to my pattern recognition algorithm. I am using a Kodak EZ 200. Is it possible to write a program in C which can make system calls … | |
Hello, I need to make a FTP class to upload some info onto the net. I would appreciate any links to tutorials or examples. Thanks. | |
Hi there,I'm having a problem with calling an object member function of a class 'Fraction'. Particularly the Fraction addTwoFraction,mult.div,etc.I've included the code i've worked on and in it you'll see i've put 3 instances of where i'd like atleast your thoughts on it. The first is in callingEnviron(defined right after … | |
Hi. Can anyone help me to distinguish the reason behind this case? Thanks a lot. I initialized the following variable: `unsigned char temp=0;` In the following statement block, I managed to get the results that I wanted to be displayed on the first go (traversing the while loop on the … | |
hey, my first post here :D and I don't think it's too much of a problem... I just can't get it to work. This is a simple Tile Engine written in GDI32/C++. Errors: c:\Documents and Settings\Default\My Documents\Visual Studio Projects\Dragon Slayer UM\Dragon Slayer UM\cMap.h(10) : error C2143: syntax error : missing … | |
Ok, everyone in a programming efficiency class or still remembers their notes on the subject...I've got a question. I have a program where I have to take a performance hit--there's no way around it. My choices: 1. Take the hit when a create an object and the hit is that … | |
Hello, very new here. I have a few questions actually but the main one involves RAM...I'm currently making plugins for the RPGToolkit (I don't know if any of you use it or know what it is) and a person who has "hired" me to make plugins for a game he … | |
Well It's seems that a lot of people talk about using these programming languages but what I wondering is what do most of you do with these skills. I mean i got some Q-Basic knowledge and some Visual Basic.net skills but what kind of programs do you make or what … | |
i am in a class and find C++ a challenge. i have an assignment and this is what i have so far. i need help, because i am not too analytical. #include <cstdlib> #include <ctime> #include <iostream> using std::cout; using std::endl; int main() { int (a, b); int (a * … | |
You ever use Perl? What are you thoughts? How does it compete with newer languages? Can it be used for the enterprise arena? | |
Hello . . I'm trying to get my random number generator to work but i'm having a tough time here's what i've written so far I can't seem to get the number generator to give me a truly random number . . . i'm sick of tooling with it and … | |
[font=Arial][size=3][color=black][b]This is something I picked up somewhere ...[/b][/color][/size][/font] [font=Arial][size=5][color=#0000ff]Microsoft .NET FAQ [/color][/size][size=2]When Microsoft formally introduced its .NET strategy in mid-2000, analysts were confused about how the company would pull off such a massive platform shift. Two years later, they're still wondering. But .NET isn't vaporware, and it's not a pipe … Web Development api asp asp.net client-server data-protection delphi developer-tools email javascript microsoft microsoft-access microsoft-windows operating-system pascal perl software-architecture sql storage visual-basic visual-studio web-browser web-server windows-api windows-server windows-xp xml | |
[size=2]By: Jeff Johnston MySQL is set to announce some exciting new features at its User Conference in Orlando April 14-16 ([url]http://www.mysql.com/[/url]). The wildly popular free database server is expanding its functionality in attempts to keep up with the competition, PostgreSQL, and Firebird. The two new features are MySQL Cluster and … | |
Hi all, i need help for a little php script, here is what i need: I have a table named "clans" with 4 field in it (name, url, logo, description) I have a php page with "A-B-C-D-E-F-G-H-I-........." I need to create the links on the letters that will only show … | |
Hi, i will appreciate alot if any one can help me and give me a detailed answered and references. cause i realy need a help, and thank you . Actualy im doing my final project which is a small e-commerce website using ASP technology and SQL for database. The site … | |
Please help me get the minimum in the following problem. i get everything else but the min. take a look at it. //************************************************** // Description : This program asks a user for five real numbers, then outputs // the number of data entries entered, the total of the numbers // … | |
I need to loop the one sound so that the timer will make it so the sound will play then delay 5 seconds and then play again. My source code is: import java.awt.*; import javax.swing.*; import java.applet.AudioClip; public class Morning extends JApplet { private AudioClip rooster; private final int dealy … |
The End.