Search Results

Showing results 1 to 40 of 42
Search took 0.01 seconds.
Search: Posts Made By: j1979c
Forum: ASP.NET Oct 28th, 2006
Replies: 9
Views: 21,789
Posted By j1979c
He/She is not annoying.. just askin' a question and errrrr...your link is not workin'. :p
Forum: ASP.NET Oct 19th, 2006
Replies: 0
Views: 5,198
Posted By j1979c
Well... just post this up in case you guys are having the same problem that I did for a couple of weeks.

I've been experiencing this everytime I shutdown my com.

...
Forum: ASP.NET Oct 11th, 2006
Replies: 9
Views: 21,789
Posted By j1979c
Unless you've got a windows 2003 server then you can use the windows media services.
Forum: ASP.NET Oct 10th, 2006
Replies: 4
Views: 1,547
Posted By j1979c
I see..... so the "password" is a jet reserved word. No wonder I don't get errors during creation time but do get them when trying to access it through ole db via the jet engine. :p

Thanks...
Forum: ASP.NET Oct 4th, 2006
Replies: 4
Views: 1,547
Posted By j1979c
Has anyone noticed that...if you create a ms access database with "Password" as one of the table's column name....

You can't make a data insertion through sql statements via oledb (no rows are...
Forum: Pascal and Delphi Aug 4th, 2006
Replies: 1
Solved: i := i - $24
Views: 1,579
Posted By j1979c
Oh ok ... stupid me...

$24 means a value of 36

just a hexadecimal thing like $10 is the same as A in Hex.

Got confused it with compiler directives.... :mrgreen:

Thanks to...
Forum: Pascal and Delphi Aug 4th, 2006
Replies: 1
Solved: i := i - $24
Views: 1,579
Posted By j1979c
Errr... anyone knows what this means in Delphi language?
:sad:

i : integer;

i := i - $24;


It's actually in a function that completes a WAV file header something similar to the...
Forum: Pascal and Delphi Aug 2nd, 2006
Replies: 0
Views: 1,933
Posted By j1979c
Would like to get suggestions of any tutorials/websites/vcl downloads for visual wave editiing with delphi 7.

An example is what you can do in audacity where you can view the recorded wave...
Forum: Pascal and Delphi Jul 29th, 2006
Replies: 5
Views: 5,431
Posted By j1979c
Still not working.... same thing happening whether you put the -ns in the properties>target or the run command. Anyway... screw that.. I'll take the extra 1-2 seconds of loading time? If I can...
Forum: VB.NET Jul 21st, 2006
Replies: 2
Views: 3,942
Posted By j1979c
Thanks for the reply...

Anyway.. got the thing working in New > Project too...

Just downloaded a Web Application Project Startup from ASP .NET's homepage and a file called VS80-KB915364-X86-ENU...
Forum: Java Jul 21st, 2006
Replies: 16
Views: 6,678
Posted By j1979c
Well first of all I'm a guy... see the pic up there? It's me. Chinese dude wanna be programmer.

Second... I've solved the problem that I had with a completely different logic, which is a totally...
Forum: VB.NET Jul 21st, 2006
Replies: 2
Views: 3,942
Posted By j1979c
Hello all....

Just learnt VB .NET yesterday and would like to continue to the ASP .NET book using the VB .NET IDE to program.

The thing is... when I start a new project in VB .NET there are no...
Forum: Pascal and Delphi Jul 21st, 2006
Replies: 0
Views: 1,937
Posted By j1979c
Any tools out there for Delphi 7 that's good for making computer music softwares (MIDI, multitrack wav recording)?

Currently trying out BASS dlls.

Thanks.:cheesy:
Forum: Pascal and Delphi Jul 21st, 2006
Replies: 5
Views: 5,431
Posted By j1979c
The -ns or /ns doesn't work for me too... used to work on version 6 though...
Forum: Java Jul 21st, 2006
Replies: 16
Views: 6,678
Posted By j1979c
What I meant was instead of using let's say...

public class One {
private int pumpNum = 3;

public int getPumpNum()
{
return pumpNum;
}
Forum: Java Jul 20th, 2006
Replies: 16
Views: 6,678
Posted By j1979c
Hmm...this topic was months ago though....and it was not about returning multiple values....

Errr...do know bout the friend function thing, but it's not a solution to the problem I had in...
Forum: Java May 22nd, 2006
Replies: 16
Views: 6,678
Posted By j1979c
Yeah just found out this from the web:



Forgot that JAVA behaves like that cause there are no * and & to use.....still in the C++ mindset....hehe :cheesy:

Guess I have to pass the object...
Forum: Java May 21st, 2006
Replies: 16
Views: 6,678
Posted By j1979c
Well, I am looking for a way to pass a variable from one class as a parameter, to another class's method and set it there, without using a return statement from the other class's method.

Or is...
Forum: Java May 21st, 2006
Replies: 16
Views: 6,678
Posted By j1979c
Just want to confirm if it is possible to set in this case (Example 1) class Two's pumpId variable by sending it as a parameter to class One's setPumpId method without using the usual return method...
Forum: C++ May 15th, 2006
Replies: 1
Views: 3,084
Posted By j1979c
Is there any way to make an .exe file with VS C++ 6.0, that runs on any
machine that has/does not have MS VS?:sad:

Just want to make a single .cpp file for computer graphics using GLUT into an...
Forum: Java Apr 25th, 2006
Replies: 7
Views: 3,554
Posted By j1979c
It depends on the situation I guess.

For mine it works just fine. No performance drop compared to StringTokenizer, plus it works better... since there's no more need to create an array or...
Forum: Java Apr 25th, 2006
Replies: 7
Views: 3,554
Posted By j1979c
Yup.... I'm using the

line.split("|",5)

Found that in the Sun Java forum. I can forget bout StringTokenizer now,
cause the split method is definitely much more cooler...:mrgreen:

And the...
Forum: Java Apr 24th, 2006
Replies: 7
Views: 3,554
Posted By j1979c
Hello,

I'm currently having some problems with the StringTokenizer from
java util.

I've declared a StringTokenizer like:

StringTokenizer token = new StringTokenizer(line,"|");

to...
Forum: C Apr 15th, 2006
Replies: 2
Views: 1,421
Posted By j1979c
Hello all,

Just want to know if you guys can recommend me some good links where I can learn how to make a robot with keyboard interactivity using OpenGL GLUT.

Thanks in advance... :cool:
Forum: Java Apr 1st, 2006
Replies: 7
Views: 10,801
Posted By j1979c
I see... hmm... I'll check it out.

By the way, are there any ways to like include the image file into the JAR file and read it from there, so that the end product is just one file. Easier for...
Forum: Java Apr 1st, 2006
Replies: 7
Views: 10,801
Posted By j1979c
Hello....

I'm currently using Netbean 5.0 and I just want to add some GIF files to my program when it builds. I'm using the files as icons for some of the GUI buttons and labels. But when I select...
Forum: Windows Software Dec 16th, 2005
Replies: 21
Views: 7,360
Posted By j1979c
Wow....quite a debate in here....hehehe :lol:

Just scan anything that you're unsure of you'll be fine....

Or if you're crazy/paranoid enough and have a lots of patience... just scan your...
Forum: C++ Dec 7th, 2005
Replies: 8
Views: 1,996
Posted By j1979c
k....just found out that the 2005 is the latest. The .NET thing in the title confused me, cause in 2005 they don't put .NET, title wise.

Got a bunch of books stating .NET, so was confused quite a...
Forum: C++ Dec 7th, 2005
Replies: 8
Views: 1,996
Posted By j1979c
Oh...found the VS 2003.NET....

Which one is the latest actually? Visual Studio 2005 or Visual Studio .NET 2003?
Forum: C++ Dec 7th, 2005
Replies: 8
Views: 1,996
Posted By j1979c
Is there a difference between Visual Studio 2005 and Visual Studio .NET? I've surfed the MS website and I can't find any VS.NET, it just kept showing VS 2005. Or is VS2005 = VS.NET?
Forum: C++ Dec 7th, 2005
Replies: 8
Views: 1,996
Posted By j1979c
Just want to know the latest visual studio available right now.

I'm currently using visual studio version 6.0.

What I can see from MS website is version 2005 right now. Does that include the...
Forum: C++ Dec 5th, 2005
Replies: 6
Views: 3,005
Posted By j1979c
Hmmm....I see...

Getting kinda cleared right now. I was thinking of the same thing too...Windows Programming then to MFC and others.
Read the intro for the books that I have, where they state...
Forum: C++ Dec 5th, 2005
Replies: 6
Views: 3,005
Posted By j1979c
This is an ongoing question going through my head....

I've been doing C++ programming for about 4 months now. Been using Deitel's C++ How to program book. Learned from the basics till data...
Forum: Windows Software Nov 7th, 2005
Replies: 13
Views: 9,078
Posted By j1979c
Agree agree. Works best for me too. :mrgreen: and your com runs faster..... and even faster with Daschund Hare.....saves my cash on subscriptions and buying RAMs..... :twisted:
Forum: Viruses, Spyware and other Nasties Nov 7th, 2005
Replies: 8
Views: 22,901
Posted By j1979c
I guess whatever anti virus one may use is all the same. It's just a matter of what you download and your surfing habits, if it's good or bad. I've never got a single virus since 2002. For me, just...
Forum: Windows Software Nov 7th, 2005
Replies: 21
Views: 7,360
Posted By j1979c
Been using AVG scanner... works well for me and does not suck system performance like the commercial ones. Plus it's free....

http://free.grisoft.com/doc/1
Forum: C++ Nov 7th, 2005
Replies: 7
Views: 3,162
Posted By j1979c
Yeah, found that out today....that I need to put the

#pragma warning(disable: 4786)

before include statements that are usually declared at the top.
I wonder if that still happens if I...
Forum: C++ Nov 7th, 2005
Replies: 7
Views: 3,162
Posted By j1979c
Ooops, one thing I missed in the posting. I'm using Visual Studio 6.0. Sorry guyz. Thanks for replying though.. :)
Forum: C++ Nov 7th, 2005
Replies: 7
Views: 3,162
Posted By j1979c
Yup, I'm using visual studio 6.0. Just downloaded the service pack 6. Browsed through the error listing in MSDN, where they show some errors solved by including pragma statements. But in their...
Forum: C++ Nov 6th, 2005
Replies: 7
Views: 3,162
Posted By j1979c
I have some kinda problem each time i create a vector of strings. There is no error if I create vectors of other data types such as int, double, etc. Though there's no error...but there's...
Showing results 1 to 40 of 42

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC