mostafadotnet 18 Junior Poster

As I figured it out it's a 4-byte unsigned integer, so you can use UInt32 as an equivalent.

Good luck.

mostafadotnet 18 Junior Poster
mostafadotnet 18 Junior Poster

It seems that you should either copy hge.dll and bass.dll to your system32 folder located in %systemroot%\system32 path or you should put these two DLL files wherever you put your .exe file/files in order to run your application.

Good luck.

mostafadotnet 18 Junior Poster

Maybe these works for you:
http://www.directron.com/psu.html

And a useful power supply calculator:
http://extreme.outervision.com/index.jsp

Good luck.

mostafadotnet 18 Junior Poster

Save the username of the user into a cookie.
Use google to search for cookies, also check PHP Manual extensively.
That's all.

Good luck.

mostafadotnet 18 Junior Poster

Use sessions, global variables [POST and GET], xml, database, plain files, ... .

Search http://codeproject.com/ for sample files.

Good luck.

mostafadotnet 18 Junior Poster

I love you saying in your signature!

It transforms XML to be shown on screen to the user.
It's something like style-sheet but not exactly with that definition.It's just some filtering language.

http://en.wikipedia.org/wiki/Xslt

Good luck.

mostafadotnet 18 Junior Poster

The Remote Desktop application and MMC console name is terminal service.
http://support.microsoft.com/kb/300847
Always search microsoft.com for such kind of problems.

Good luck.

mostafadotnet 18 Junior Poster

It depends:

If(you know programming)
{
        use("3D Game Studio");
        google_it();
}
else
{
        use("Irrlicht"); // or use "Crystal Space 3D"
        use("Blender 3D as the editor to save money")
}

Good luck.

mostafadotnet 18 Junior Poster

Use ZK.
http://www.zkoss.org/
Take a look at the examples/demos:
http://www.zkoss.org/demo/

Good luck.

mostafadotnet 18 Junior Poster

I don't know anything about ASP.NET but I know how to work with PHP.
Use Ajax, and you easily can solve it.
There would be a client/javascript code running on user's browser and It counts till 5 minutes, and after no activity in 5 minutes, you fire the XMLHttpRequest method/functions to call the ASP.NET code to close[expire] the session.

And all your code for any activity done on server-side should be checked against sessions.

That's all.
Good luck.

mostafadotnet 18 Junior Poster

Simply, use AJAX:

http://www.tizag.com/

mostafadotnet 18 Junior Poster

1. Clear your PC's BIOS by removing the battery on the mother board when your computer is powered off.

2.Use Silicon Paste on your CPU in order to transfer heat easily to heat-sink.

3.PC over-clocking maybe one of the causes which will be removed when you clear your PC's BIOS.

4.this should be the first one but check your CPU's Fan in order to know whether it's properly installed or not... .

Good luck.

mostafadotnet 18 Junior Poster

First, make a file (e.g. style.css) and put all your CSS code in that file:

.formtext2 { position:absolute;
width:200px;
left:414px;
top:391px;
z-index:3;
}

And then make this sample for all of your CSS styles[the elements' styles].

After that, remove the style="blah , blah..." from your tags.

Then, put this line in the HEAD tag of each of your pages:

<link href="style.css" rel="stylesheet" type="text/css" media="screen" />

In order to know more about CSS and external use of it, take a look at:
http://www.tizag.com/

mostafadotnet 18 Junior Poster

1-Don't use classes for a unique element in the page which is not used more than once like content and/or navigation panel DIVs.
2-Don't use IE6 to test your CSS any more if you do!
3-Use Firefox 2! [to get better results]
4-Change your code like this:

#column-left
{
	font-family:verdana,helvetica,arial;
	color: #000;
	float:left;
	width:225px;
	background-color:#9CCFC8;
	position:absolute;
	margin:0px 0px 0px 0px;
	padding:15px 0px 15px 15px;
	border: 3px solid #000;
}

#column-right
{
	float:left;
	font-family:verdana,helvetica,arial;
	color: #000;
	background-color:#9C9;
	border: 3px solid #000;
	margin-left:250px;
	position:absolute;
	text-align:left;
	width:490px;
	padding:10px;
}

and then use something like this in your HTML source file:

e.g.
<div id="column-left"></div>

Good luck.

mostafadotnet 18 Junior Poster

use:

#include <GL/glut.h>

instead of:

#include<GL/lut.h>

I think that you know how to include a file in your source code so that you wrote something like this.

Good luck.

mostafadotnet 18 Junior Poster
mostafadotnet 18 Junior Poster

take a look at:
http://www.w3schools.com/ajax/default.asp
http://www.prototypejs.org/
http://sourceforge.net/projects/glm-ajax/

and also search it yourself in google and iy provides you with amazing things, really!

Good luck.

mostafadotnet 18 Junior Poster

Hi,
I know a book on C programming on Linux which is the best one I've ever found.
It's also available as PDF for download at the author's website:
http://www.advancedlinuxprogramming.com/downloads.html

Good luck.

mostafadotnet 18 Junior Poster

I think the problem is that you re going to use your previously installed windows on older PC to boot the newer PC.
This won't work either.You should reinstall you windows because main parts of your PC has been changed[main board and ...].

Good luck.

mostafadotnet 18 Junior Poster

Use this piece of code inorder to identify your problem:

$var = simplexml_load_string($xml);
var_dump($var);

Good luck.

mostafadotnet 18 Junior Poster

You said that your code output is:

Array ( [image_filename] => Array ( [name] => little-baby-monkeys.jpg [type] => image/pjpeg [tmp_name] => C:\PHP\uploadtemp\php1839.tmp [error] => 0 [size] => 105075 ) )

And it's pretty obvious that the:

print_r($_FILES);

function would print this output.
What is your actual problem?


!!!

mostafadotnet 18 Junior Poster

It seems to be a kind of virus or rootkit.
Try an anti-virus like Eset NOD32 or Kaspersky.

Good luck.

mostafadotnet 18 Junior Poster

It's the problem of hardware, not the software.
Reset your BIOS setting either by the battery on the main board or by Clear CMOS Jumper.
See if it can help.

Good luck.

mostafadotnet 18 Junior Poster

I don't believe this.
What if you want to use .NET 2.0 or .NET 3.0 features?!
It can not be done because soe of the new features of .NET 2.0 is not available on .NET 1.1 eventhough it's as you said downloaded by windows updater so something like this.
And know that whoever wants to use your application which uses each version of .NET framework,(s)he should install that corresponding version of .NET framework, also.

Good luck.

mostafadotnet 18 Junior Poster

I'm not sure but I think that you should use some kind of API that your TV tuner card supports.maybe it's own API.

Good luck.

mostafadotnet 18 Junior Poster

something like this:

for(int i=0; i<10; i++)
{
     printf("*"); // it will print '*' 10 times
}
mostafadotnet 18 Junior Poster

Use Dev-C++.It's easy & also it's free.

Good luck.

mostafadotnet 18 Junior Poster
mostafadotnet 18 Junior Poster

could you give us the map of your network in an image, so that I can help you.

Try Visio or diagram drawing program.

Good luck.

mostafadotnet 18 Junior Poster

Take a look at what workgroup's name you have set in the my computer properties panel.

Start your diagnosis using clues in the error thrown by windows.

Good luck.

mostafadotnet 18 Junior Poster

it's as simple as uploading other files.
If you know how to upload other type of files, then you know this also.
try saerching for uploading file using php/html and/or asp.net/html.

good luck.

mostafadotnet 18 Junior Poster

try using the SQL limit instruction.for example:

SELECT * FROM 'users' LIMIT 0 10;
SELECT * FROM 'users' LIMIT 10 10;

the first number tell you the index in which the SQL DB needs to start from and the second number tell you the number of rows to be selected.
I think you can easily figure it out.
Also, try using MySQL manual if you use MySQL as your DBMS.

Good luck.

mostafadotnet 18 Junior Poster

This may be a good source of information for your problem but I'm not sure.
http://www.microsoft.com/technet/technetmag/issues/2007/02/Troubleshooting/default.aspx

Good luck.

Duki commented: nice link +4
mostafadotnet 18 Junior Poster

You should run samba inorder to share resources(printers, files, ...) for use in windows [your laptop].
Tell me if you want to know more.
Also you can search for Samba-HowTo.
HowTos are good for starting as a newbie and also for professionals.

Good luck.

mostafadotnet 18 Junior Poster

Just thanks.

mostafadotnet 18 Junior Poster

Hi rmeader,
I have a string reversal application written in assembly which is in Code Snippet section of this site at this address:
http://www.daniweb.com/code/snippet548.html

Good luck.

mostafadotnet 18 Junior Poster

Hi nathanpacker,
First of all use add_slashes() to add slashes to special input characters [string] which may result in SQL Injection Attack.
Second,use this style:

$query = "UPDATE billingrequest SET notes = '$notes'". "WHERE requestid = '$request_id'";

Good luck.

mostafadotnet 18 Junior Poster

Hi Croft .L,
This is the code:

BODY {SCROLLBAR-FACE-COLOR: #D4D0C8; SCROLLBAR-HIGHLIGHT-COLOR: #999999; SCROLLBAR-SHADOW-COLOR: #999999; SCROLLBAR-3DLIGHT-COLOR: #ffffff; SCROLLBAR-ARROW-COLOR:  #000000; SCROLLBAR-TRACK-COLOR: #E3E3E3; SCROLLBAR-DARKSHADOW-COLOR: #666666; }

Good luck.

Croft .L commented: Very Helpful! +2
mostafadotnet 18 Junior Poster

Hi abdulgirei,
http://www.electronixandmore.com/project/propclock/index.html
http://www.electronixandmore.com/project/numitronclk/index.html
These are two good examples of a digital clock that works by using PIC.
Search the web by yourself if you want to get better results.
Google is always your true friend.

Good luck.

mostafadotnet 18 Junior Poster

Hi dss,
Search the sourceforge website at http://www.sf.net/ and you'll be presented with a bunch of free/open source online text editors.

Good luck.

mostafadotnet 18 Junior Poster

Hi wheelz,
You should check the input with While loop.It's something like this:

while((cin >> letter) != '0')
{
       Your switch statement;
       And so... .;
}

Good luck.

Salem commented: Succinct and to the point - Salem +2
mostafadotnet 18 Junior Poster

Hi all,
After all,take a look at this:
http://en.wikipedia.org/wiki/RSA

Good luck.

mostafadotnet 18 Junior Poster

Hi gampalu,
http://c-faq.com/~scs/cclass/

The notes on these pages are for the courses in C Programming I used to teach in the Experimental College at the University of Washington in Seattle, WA.

This is the first lines of that page.
Good luck.

mostafadotnet 18 Junior Poster

Hi all,
Good answer,WolfPack [thanks].
First read this:http://www.mega-tokyo.com/osfaq2/
Then go for this:http://www.osdev.org/
And this:http://www.osdever.net/
And post your questions here and in http://www.mega-tokyo.com/forum/ forum.

You should know assembly and C inorder to write an operating system.
Ask your questions here if you have any.

Good luck.

mostafadotnet 18 Junior Poster

Hi Jefxxx,
This simulator is one the bests:
http://www.oshonsoft.com/pic.html
Also,I'll give you anything I found about your code and any othe related things I found.And also I'll help you as much as I can.

Good luck.

mostafadotnet 18 Junior Poster

Hi,
The easiest way to find something's meaning is by using wikipedia.
Type this:

define:the word you want

in google search text-field and it will help you.
In this case:

define:CMS

and it would come up with many links and we'll choose Wikipedia.
http://en.wikipedia.org/wiki/Content_management_system

Good luck.

mostafadotnet 18 Junior Poster

Hi govinda.attal,
This means nothing.

andor commented: Thats wright (by andor) +2
mostafadotnet 18 Junior Poster

Hi Scottg1989,
I'm a beginner-to-intermediate game developer means that I'm developing skills.
Try these web sites:
http://www.gpwiki.org/
http://www.flipcode.com/articles/index.shtml
http://www.crystalspace3d.org/tikiwiki/tiki-view_articles.php

And tell me if you want to know more.

Good luck.

mostafadotnet 18 Junior Poster

Hi the.future.zone,
Also try:
http://www.amqrp.org/elmer160/lessons/index.html

It would help you from ground up.

Good luck.