Showing results 1 to 18 of 18
Search took 0.01 seconds; generated 2 minute(s) ago.
Posts Made By: Venjense
Forum: C# Sep 6th, 2008
Replies: 6
Views: 304
Posted By Venjense
Re: need help!.. urgent!

Without giving the answer, you will need to print lineCount number of lines. If you loop and print say lineCount number of '*' starting with lineCount being 10 and you count down to 0 you would get...
Forum: C# Nov 8th, 2006
Replies: 6
Views: 16,377
Posted By Venjense
Re: MDI Child Form Placement

This will open multiple forms of the same class, keeping track of where the last one was closed and opening the new ones there plus an offset.


class mychildforms
{
public in x,y;
public...
Forum: C# Nov 8th, 2006
Replies: 6
Views: 26,012
Posted By Venjense
Re: Calling a javascript function from C#

Think of it this way, c# codebehind runs on the server not on the client. I can do things with the html document, sniff the request for variables and such but you cant execute client side scripts via...
Forum: C# Nov 8th, 2006
Replies: 2
Views: 2,620
Posted By Venjense
Re: How to detect USB using ASP.Net

You wont be able to "see" the usb on the client because the codebehind is run on the server.
Forum: C# Nov 8th, 2006
Replies: 1
Views: 1,937
Posted By Venjense
Re: Visual C# 2003--How To Use More Than One Table

in your dataadapter do


OleDBDataAdapter da = new OleDBDataAdapter("select tbl1.name, tbl2.address from table1 tbl1, table2 tbl2 where tbl1.id = tbl2.id", conn);


From there, you can do a...
Forum: C# Nov 8th, 2006
Replies: 3
Views: 14,584
Posted By Venjense
Re: Visual C#: Inserting an Access Database Record

Access doesnt have transactional and stored proc support and I really really really think you should migrate to MSDE aka SQL express. But if you have to use Access....

[ripped off MSDN]


private...
Forum: C# Nov 8th, 2006
Replies: 1
Views: 3,983
Posted By Venjense
Re: Storing A Long Array of bytes in an XML file.

Need more info.

I assume (hah) you are using List. This would make it so much easier for you.

List<byte> mybytes = new List<byte>();
mybytes.add(dabyte);

You can then lay down the...
Forum: IT Professionals' Lounge Oct 4th, 2004
Replies: 11
Views: 4,375
Posted By Venjense
Re: Newbie Wants Answers........

I got a job through my co-op with my college as a trainer at a well known financial firm. It was the proverbial foot in the door.

I applied for jobs in my senior year, everywhere. I got a call from...
Forum: Computer Science and Software Design Oct 4th, 2004
Replies: 12
Views: 6,208
Posted By Venjense
Re: Getting started in programming

First and foremost, a formal education is required for most jobs. A two year degree with certifications ( like Chubb or what ever ) would be the minimum to start off with. I am mostly self taught but...
Forum: Computer Science and Software Design Oct 4th, 2004
Replies: 1
Views: 4,605
Posted By Venjense
Re: Auto timedate update

If you are using windows 2K/NT/XP use the net time command in a batch file. You have to put several parameters in and a little knowledge of NTP (Network Time Protocol) is helpful.

An example goes...
Forum: Pascal and Delphi Oct 2nd, 2004
Replies: 8
Views: 4,273
Posted By Venjense
Re: using pascal to write ulam sequence

Ahh the good 'ol days!

So the most fancy way to do this would be to use recursion.

function ulam(i: integer): integer;
var
x: integer;
begin
if i = 1
then
Forum: C++ Jul 3rd, 2004
Replies: 12
Views: 20,237
Posted By Venjense
Re: Round Robin Algorithm Simulation

Round Robin is well documented on the Internet. Why? Because it is one of the fundamental algorithms used in OS development, network switching, load balancing, etc.

Getting the Code will not help...
Forum: C Jul 3rd, 2004
Replies: 2
Views: 11,068
Posted By Venjense
Re: SLOT MACHINE PROGRAM... Help plsss!

Well first off 60+30+30+30+10 does not equal 100 so its kind of hard to say that SMILES HEARTS AND ARCHERS happen 30% of the time.

Group them into the 30% and then pick one out of the 3.

This...
Forum: Networking Hardware Configuration Jan 4th, 2004
Replies: 49
Views: 68,468
Posted By Venjense
Re: Optimum Online Web Hosting.

They do block. I have changed my ports and use a dns service to get around this.

Lets say you changed the port of your web server to 11111.

Set your linksys router to port forward 11111 to that...
Forum: Windows NT / 2000 / XP / 2003 Jan 4th, 2004
Replies: 2
Views: 3,731
Posted By Venjense
Re: Setting up File Sharing on Windows XP

MS has heard everyone saying that the OS is unsecure so they 'secured' it out of the box.

I think this post may help :

http://www.daniweb.com/techtalkforums/showthread.php?p=6404#post6404

There...
Forum: IT Professionals' Lounge Jan 4th, 2004
Replies: 17
Views: 9,910
Posted By Venjense
Re: Alright, Computer Science major... take it or not?

Well, in my 10 years in the workforce, one thing stands out. I am glad I got a BS in Comp Sci!

Most of my co-workers have gotten BA or BS in Information Technology and such or have gotten...
Forum: C++ Oct 12th, 2003
Replies: 4
Views: 4,342
Posted By Venjense
Re: Interpretation of an instructors C++ program...

Seems straight forward to me. This is more academic than anything. You wouldn't do it in real life.

You will wind up with 11 functions like

string somefunc()
float somefinc(int a)
float...
Forum: Networking Hardware Configuration Oct 6th, 2003
Replies: 3
Views: 4,564
Posted By Venjense
Re: File Sharing and such

I am going to assume that you can see the machine when you browse the network from Windows explorer and all machines are XP/Windows 2000. If you cant see them, then there may be other issues.

So the...
Showing results 1 to 18 of 18

 
All times are GMT -4. The time now is 10:25 am.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC