Hey All,
I just heard about revenue sharing forums, where members can essentially earn revenues on the quality of there posts. This can be done because having better threads, …
I have the following simple piece of code:
double new_amount;
printf("Enter an amount: ");
scanf ("%d", &new_amount);
For some reason, it always give me zero as the new_amount no …
I'm new to VB...Really new. The main thing I am needing to accomplish is this program I am trying to make. It's just a counter. You click the button and …
One night I turned off my computer. The next day it wouldnt turn on. The power light comes on and blinks rapidly, now I cant get it to turn off …
as the title suggest i like to swap two numbers but the thing is that i should not use 3rd variable that is doing the whole stuff only with 2 …
can anyone explain me why the values are not swapped in the below code ??
main()
{
int *i,*j;
*i=4000;
*j=9000;
f(i,j);
printf(" …
Is there a simple way to create multi-line tool/tip text boxes ... nothing special, no balloons or anything, just multiple lines ???
if you have read or use Learn C++ in 24hours is it a good book to learn formor object oriented Programming in c++ is that a good book to learn …
I have a csv file that needs to be imported into sql server using vb.net.
I got it working with the following code with one exception:
Private Function …
Hello
I did an antivirus scan the other day, and here are my results:
http://us.mcafee.com/root/runapplication.asp?appid=73
McAfee Antivirus scan August 7-06
C:\WINDOWS\SYSTEM\DHTMLAccess.dll Downloader-DA.dll
C:\WINDOWS\SYSTEM\EGHTMLDialer.dll …
hii all
yet another question from me..
i have written a code in vb6 to call a labview7.1 vi and run it. the labview code acquires data and …
I've looked and looked. Changed hostname files, nodename, played with init.d/network, sys-unconfig etc...
I'm using Solaris 9 on an x86 laptop. Here it goes:
I had booted Knoppix …
How do you pass the data in a field on one form to a field in another form?
Hey guys!~
the code below is generating this error message "Type mismatch: cannot convert from int to ResultSet" there is no integer types in the database i have made …
Hi:
I am beginning to develop a project (game) that will be using graphics: I am trying to implement a view that is an image onto where other images …
Hi
Pls tell me how to create a Crystal Report in php, mysql using com component
Thanks in advance
Arry :rolleyes:
Hello,
I'm currently developing a Chat Application in VB.NET which is similar to MSN Messenger. I need to know the control to use for the message area of the …
hi guys, I just wanna learn how to convert from ASCII character to the value e.g. input X then the output is 10 etc.
anyone know please help
…
Is it possible to write a full blown operating system (such as Linux) in Python? I mean writing a kernal, and then other applications that the kernal calls, without having …
Please let me know what you think is the best Merchant Account out there, 2checkout? authorize? let me know which one you have the best experience with.
My Mac G5 won't power up. Checked the cord continuity-good. Checked the power from the wall-good. Yet, when I press the button on the front of the box-nothing. Don't know …
Hi All!
I've already got the code to create a full Access database from code, but the problem I'm having is that I need the property AllowZeroFill to be …
Hi guys. How would I go about installing the gnome desktop on my mac? I've got X11 running and all, but can't see to get it to work. Would someone …
Hello all,
I am doing business in California. I am selling home theater, plasma TV and all. I know something about online marketing. Please suggest me how to increase …
Hello to all programmers out there. Considering the growing request for practice problems by the beginners, we ( Me, Joey, Niek, Aaron..) have decided to start a sticky which will …
Can someone please show me a code syntax on how to update an SQL database programmatically ( execute on click of button).
I want to get all records from …
Hello people,
I have this C programming assignment which I have no time to do as my Uni workload is too large.
The assignment should take, if you …
HELP- I need to view my php files in the browser. I am running Apache server.
I know only this much to put in the browser
http://localhost/ …
Greetings, I'm a python newbie struggling with the obvious. I have a txt file with fixed width whitespace between the elements. Excel can't import directly because the size of the …
Hi everyone
I am relearning to use VB after taking classes almost 10 years ago. I am stumped on remebering how to open a file using a command button.
…Hey friends i am so excited to join this forum !!
its been 3 month since i`ve been learning turbo C !!
Now i`ve started lerning and making …
Hi all,
I have already used InitGraph and have given the path(C:\\TC\BGI) in Initgraph and checked the Graphics option in Linker Options. Still Iam getting this error. I want …
I am looking to add a video section to a local community site. I am wanting to set it up very simlar to Youtube, but it would have a different …
I'm not quite sure the difference between strcmp and == operator when comparing 2 different strings, I was told to do this but == works as well with less typing.
…hey! :)
all the WindowsXP users here is a hidden mystry of
XP of any version
Now u can create your own charaters by following the below …
Hey. I recently tried to play a dvd on my comp and media center told me that the disk wasn't being recognised, so I checked the computer and the drive …
Hey
I was wondering if there was anyway, when installing software from the packet manager, how can I choose the installation path directory?
Thanks
Hi, I am a new member in this site. I am also just learning VB6. I made some progress in programming a report generator for my farm. However, after having …
:-/ Is there any function in MouseListener that returns the x- and/or y-coordinates of the cursor relative to the origin of a JPanel which currently has the focus? ¡Ayúdenme, por …
hi to all
how to obtain the date and time of server from client by vb coding
anyone plz tell me
is it possible in vb
…
Can someone out there provide me with notes or information on using data reports in Visual Basic 6.0
Hi Friends..
I need to get the free space and used space in hard drive ..Can anyone provide me with the code..I need the code in VB.net..I need to …
whenever i run my code it says method or data member not found
my code is such
Private Sub cmdConnect_Click()
Dim lngComPort As Integer
Dim lngMachineNum …
hi to everyone,
Im creating an application which it can show all records of the two tables in single form. its like costumerTable and OrderList. how can i show …
yesturday,i signed up with widgetbucks(the link is in my sig).So far just for one ad i have 50 impressions and 14 clicks which is a good ratio i think.I emailed …
Dear pro web developers,
This is a basic web developer and wanna you to help me.
I want to make Forum site on my LAN what should I …
g'day new friends,
we have the following pop up warning window:
<Could not load File or Assembly 'MOM.Implementation, Version=2.0.2736.38608, Culture=neutral, PublicKeyToken=90ba0c70f846762e' or one of its Dependencies, The system …
Greetings: New to group, first post and hope it will not be my last. Love technology but its going to fast for me to keep up. I am interested in …
Im trying to display data in a datagrid then once a row is selected show a different column of the database in a text box. I use the unique primary …