Showing results 1 to 40 of 42
Search took 0.01 seconds.
Posts Made By: j1979c
Forum: ASP.NET Oct 28th, 2006
Replies: 8
Views: 14,471
Posted By j1979c
Re: Video stream with ASP.NET

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: 4,050
Posted By j1979c
Solution Refrerenced memory at 0x0000000c could not be "read"

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.

aspnet_state.exe. ...
Forum: ASP.NET Oct 11th, 2006
Replies: 8
Views: 14,471
Posted By j1979c
Re: Video stream with ASP.NET

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,254
Posted By j1979c
Re: Weird thing with ACCESS....weird

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 Paladine...
Forum: ASP.NET Oct 4th, 2006
Replies: 4
Views: 1,254
Posted By j1979c
News Weird thing with ACCESS....weird

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
Views: 1,242
Posted By j1979c
Solution Re: i := i - $24

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 myself...:cheesy:
Forum: Pascal and Delphi Aug 4th, 2006
Replies: 1
Views: 1,242
Posted By j1979c
Help i := i - $24

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 Microsoft's RIFF...
Forum: Pascal and Delphi Aug 2nd, 2006
Replies: 0
Views: 1,589
Posted By j1979c
Help Visual wave editing with delphi 7

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: 4,171
Posted By j1979c
Re: Hide Delphi's Splash screen - Delphi 7

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: 2,742
Posted By j1979c
Solution Re: ASP .NET Web Application setup?

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 as...
Forum: Java Jul 21st, 2006
Replies: 16
Views: 4,534
Posted By j1979c
Re: Return values from a method by not using return

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: 2,742
Posted By j1979c
Question ASP .NET Web Application setup?

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,555
Posted By j1979c
Question Delphi 7 tools for computer music??

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: 4,171
Posted By j1979c
Re: Hide Delphi's Splash screen - Delphi 7

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: 4,534
Posted By j1979c
Solution Re: Return values from a method by not using return

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: 4,534
Posted By j1979c
Re: Return values from a method by not using return

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 "Java".......
Forum: Java May 22nd, 2006
Replies: 16
Views: 4,534
Posted By j1979c
Solution Re: Return values from a method by not using return

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 to...
Forum: Java May 21st, 2006
Replies: 16
Views: 4,534
Posted By j1979c
Help Re: Return values from a method by not using return

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: 4,534
Posted By j1979c
Help Return values from a method by not using return

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: 2,353
Posted By j1979c
Question Make .exe files that runs on any machine with VS C++ 6.0?

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: 2,365
Posted By j1979c
Re: StringTokenizer problem

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 arraylist...
Forum: Java Apr 25th, 2006
Replies: 7
Views: 2,365
Posted By j1979c
Solution Re: StringTokenizer problem

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: 2,365
Posted By j1979c
Help StringTokenizer problem

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 token out a...
Forum: C Apr 15th, 2006
Replies: 2
Views: 1,015
Posted By j1979c
Help Robot with GLUT?

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: 5,736
Posted By j1979c
Re: Adding images to JAR file (Netbean 5.0)

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: 5,736
Posted By j1979c
Troubleshooting Adding images to JAR file (Netbean 5.0)

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: 6,094
Posted By j1979c
Solution Re: what is the best antivirus sftware for WinXp?

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 whole...
Forum: C++ Dec 7th, 2005
Replies: 8
Views: 1,665
Posted By j1979c
Solution Re: MS Visual Studio/Getting jobs??

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,665
Posted By j1979c
Re: MS Visual Studio/Getting jobs??

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,665
Posted By j1979c
Question Re: MS Visual Studio/Getting jobs??

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,665
Posted By j1979c
Question MS Visual Studio/Getting jobs??

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 .NET...
Forum: C++ Dec 5th, 2005
Replies: 6
Views: 2,329
Posted By j1979c
Solution Re: Beyond C++ console program..

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: 2,329
Posted By j1979c
Question Beyond C++ console program..

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: 7,626
Posted By j1979c
Solution Re: What is your take on AVG antivirus?

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: 21,114
Posted By j1979c
Re: AGV ANtivirus vs Norton?

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: 6,094
Posted By j1979c
Re: what is the best antivirus sftware for WinXp?

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: 1,923
Posted By j1979c
Solution Re: Vector of strings (warnings) ? ?

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 install...
Forum: C++ Nov 7th, 2005
Replies: 7
Views: 1,923
Posted By j1979c
Solution Re: Vector of strings (warnings) ? ?

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: 1,923
Posted By j1979c
Solution Re: Vector of strings (warnings) ? ?

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: 1,923
Posted By j1979c
Help Vector of strings (warnings) ? ?

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

 
Forums | Blogs | Tutorials | Code Snippets | Whitepapers | RSS Feeds | Advertising
All times are GMT -4. The time now is 1:21 am.
Newsletter Archive - Sitemap - Privacy Statement - Acceptable Use Policy - Contact Us
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC