Search Results

Showing results 1 to 40 of 254
Search took 0.02 seconds.
Search: Posts Made By: jan1024188
Forum: C# Jun 8th, 2009
Replies: 0
Views: 363
Posted By jan1024188
Hello,

Lets say I want to access a website using httpwebrequest, and I do want to fill some form on it. Its HTML based form.

What I want to do, is insert some text in element by ID "Email" and...
Forum: C# Apr 27th, 2009
Replies: 1
Views: 621
Posted By jan1024188
Hello,

I am looking for a good .NET licensing system, which would be extremely easy to use and integrate (automatic integration into the program).
It should be safe (not easy to hack/crack), and...
Forum: C++ Jan 28th, 2009
Replies: 5
Views: 633
Posted By jan1024188
NVM, I wont complicate with sounds...
Forum: C++ Jan 28th, 2009
Replies: 5
Views: 633
Posted By jan1024188
Do you know any place where I could get cool screenshot making sound?
Forum: C++ Jan 28th, 2009
Replies: 5
Views: 633
Posted By jan1024188
Thanks salem,

I will try .png, (even if Windows Vista image viewer cant load it). Paint opens it perfectly, so its OK.

HH_MM_SS isnt very helpful. I decided to save as:
3DMV_194903...
Forum: C++ Jan 28th, 2009
Replies: 5
Views: 633
Posted By jan1024188
Hello guys,
I have 2 questions....
1. I don't know what format is the best for saving screenshots in. I have tried .BMP, its good quality, but 5MB per screenshot is just not acceptable.
I have...
Forum: Promotion and Marketing Plans Nov 26th, 2008
Replies: 10
Views: 1,788
Posted By jan1024188
Its service - you know the URL (in our msn chat).
I did realize that promotion on YouTube is the best, but I don't have much potential there.
Forum: Promotion and Marketing Plans Nov 26th, 2008
Replies: 10
Views: 1,788
Posted By jan1024188
Hello guys,

I am wondering how to promote business online. Ive tried adwords, and it didnt work for me.

Are there any websites where you can get efficiently promoted?

Jan
Forum: Software Development Job Offers Oct 29th, 2007
Replies: 0
Views: 5,132
Posted By jan1024188
Hello dear Linux friends,

Im running 3D Model Viewer (http://jan1024188.googlepages.com/modelviewer) project for some time now and Im the only programmer....but It looks like I will need some...
Forum: C# Jul 8th, 2007
Replies: 1
Views: 6,304
Posted By jan1024188
I solved both by myself. Thanks anyway
Forum: C# Jul 8th, 2007
Replies: 1
Views: 6,304
Posted By jan1024188
Hello,

I have a few questions about C#:

1. How to make the C# application quit? Like PostQuitMessage(0); in winapi.

2. Is possible to use same commands in C# like these in C++
PlaySound();...
Forum: C++ Jun 25th, 2007
Replies: 3
Views: 1,562
Posted By jan1024188
OK, thanks

It works now.
Forum: Existing Scripts Jun 24th, 2007
Replies: 9
Views: 5,544
Posted By jan1024188
Forum: C++ Jun 24th, 2007
Replies: 3
Views: 1,562
Posted By jan1024188
Hello,

I have a server and client file.

In Client I have
WSADATA WsaData;
SOCKET Socket;
Forum: C++ Jun 24th, 2007
Replies: 6
Views: 2,037
Posted By jan1024188
Well I am writing a trojan right now...but I dont know how to make OS crash.

All what windows does it locks up.
Forum: C++ Jun 24th, 2007
Replies: 6
Views: 2,037
Posted By jan1024188
Well I need a good Virus than... :(

I dont want viruses
Forum: C++ Jun 24th, 2007
Replies: 2
Views: 1,046
Posted By jan1024188
hmm...you are right...
Forum: C++ Jun 24th, 2007
Replies: 6
Views: 2,037
Posted By jan1024188
Hello,

I d like to know how to call Blue screen of death under Windows Xp/Vista.
(link to tutorial appreciated)
Forum: C++ Jun 24th, 2007
Replies: 2
Views: 1,046
Posted By jan1024188
Hello,

I edited a source code I found on a net and now it compiles well. I get a linker error.
1>Linking...
1>MSVCRT.lib(crtexe.obj) : error LNK2001: unresolved external symbol _main...
Forum: C++ Jun 23rd, 2007
Replies: 5
Views: 4,339
Posted By jan1024188
hey vijayan121 you were faster than me !
Forum: C++ Jun 23rd, 2007
Replies: 5
Views: 4,339
Posted By jan1024188
oh winmm.lib was needed
Forum: C++ Jun 23rd, 2007
Replies: 5
Views: 4,339
Posted By jan1024188
Okie dokie..Thanks man

Now I get only this error:
Forum: C++ Jun 23rd, 2007
Replies: 5
Views: 4,339
Posted By jan1024188
Hello,

I have made a "server" using winsocket. Its a console application and I already added wsock32.lib to liker.

Here is error I get (by linker)
1>Linking...
1>server.obj : error LNK2019:...
Forum: C++ Jun 22nd, 2007
Replies: 8
Views: 1,577
Posted By jan1024188
If you want to..... I recommend you WinAPI.
Forum: C++ Jun 22nd, 2007
Replies: 8
Views: 1,577
Posted By jan1024188
There are many API's for making GUI applications.
Here are some.

1. WinAPI: (C based)(MFC is C++ based)
Its a great API and the best solution if you are windows programmer. First code will look...
Forum: C++ Jun 22nd, 2007
Replies: 8
Views: 1,577
Posted By jan1024188
First at all learn WinAPI (Win32). Than you can try with developing 2d games using something like MS DircetDraw or go to 3d game developing ( OpenGL, DX)
Forum: C++ Jun 22nd, 2007
Replies: 8
Views: 1,577
Posted By jan1024188
I also wanted to create a simple 3d games, but I changed my mind very fast.

1.For making games with DX or OpenGL you MUST know WinAPI and C/C++

DirectX 9 and 10 are very difficult to learn, but...
Forum: C++ May 25th, 2007
Replies: 3
Views: 1,183
Posted By jan1024188
I know you cannot find out what I wanted to ask.

I was probably not clear enaught.

I solved my problems anyway
Forum: C++ May 25th, 2007
Replies: 3
Views: 1,183
Posted By jan1024188
Hello

About half year ago I was interested in Direct3D 9/10 programming, but I released that DX isnt for me. Im not really interested into a game development.

I know C/C++ basics, some Win32...
Forum: C++ May 23rd, 2007
Replies: 1
Views: 774
Posted By jan1024188
Solved.

I added Winmm.lib into linker options
Forum: C++ May 23rd, 2007
Replies: 1
Views: 774
Posted By jan1024188
Hello

I found a code on net, and I wanna use some parts of it in my program.

But when I run Linker I get this:
1>Linking...
1>main.obj : error LNK2019: unresolved external symbol...
Forum: C May 11th, 2007
Replies: 11
Views: 2,366
Posted By jan1024188
What should I do?
Forum: C May 11th, 2007
Replies: 11
Views: 2,366
Posted By jan1024188
and also..I dont think sprintf would help here
Forum: C May 11th, 2007
Replies: 11
Views: 2,366
Posted By jan1024188
Well, I know for sprintf. I just wanna know if I can use a variable in MessageBox on other way.
Forum: C May 11th, 2007
Replies: 11
Views: 2,366
Posted By jan1024188
Hello,

I want to make a message box which would show me how many points have I earned.

So I have:
unsigned int points;
//code
points++;

MessageBox(hwnd, "You have bla bla", "Total points...
Forum: C++ May 5th, 2007
Replies: 6
Views: 5,680
Posted By jan1024188
I have Visual Studio 2005, and is really easy to make a resource files (icons, dialogs, menus, version, bitmaps...etc.)
resource.h is generated automatically...
Forum: C++ May 5th, 2007
Replies: 9
Views: 1,581
Posted By jan1024188
thanks for opinions
Forum: C++ May 5th, 2007
Replies: 9
Views: 1,581
Posted By jan1024188
Hey dragon,

Thanks for your post. Well I'll check a bit around and decide about MFC.

But for now, Ill stay on Win32 because od wow project.
Forum: C++ May 4th, 2007
Replies: 9
Views: 1,581
Posted By jan1024188
But, I am learning Win32 programming for months now...I dont wanna start all over again...I think I will stay on Win32

thanks for help
Forum: IT Professionals' Lounge May 4th, 2007
Replies: 4
Views: 931
Posted By jan1024188
sure...google didnt tell me nothin
Showing results 1 to 40 of 254

 


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

©2003 - 2009 DaniWeb® LLC