display floder created
hi i'm new to C# can anyone help me with the following question using C# how do you display 2 foldercreated that was created in txt file
hi i'm new to C# can anyone help me with the following question using C# how do you display 2 foldercreated that was created in txt file
Help!
I am new in the staffing industry and trying to learn a thing or two in IT as we staff lots of IT postions. Can anyone give me a few quick basics that will at least help me talk to an IT person looking for a job? I know I need to learn about languages and softwares at the very least. Can anyone...
I am new in the staffing industry and trying to learn a thing or two in IT as we staff lots of IT postions. Can anyone give me a few quick basics that will at least help me talk to an IT person looking for a job? I know I need to learn about languages and softwares at the very least. Can anyone...
Find an extsting file's modified data.
Hi, Can any one tell me, how I can find one existing files only last modified data. Please help. Thanks Suman Biswas
Hi, Can any one tell me, how I can find one existing files only last modified data. Please help. Thanks Suman Biswas
programming using c#,winforms and visual studio.
i cant think of what to write in this part of the code so that the password character is " * " when the user enters his/her password.pliz help private void txtPassword_TextChanged(object sender, EventArgs e) { char Password =GetStyle ("*"); txtPassword.Focus();...
i cant think of what to write in this part of the code so that the password character is " * " when the user enters his/her password.pliz help private void txtPassword_TextChanged(object sender, EventArgs e) { char Password =GetStyle ("*"); txtPassword.Focus();...
Career advice for C++, VC++ programer
Hello, I have over 12 years of experience in windows appliation software development experience using FORTRAN, C , C++ , MFC & VC++ for engineering applications. Please advise, what the career options that I can consider with this background? I am considering the option of switching to business...
Hello, I have over 12 years of experience in windows appliation software development experience using FORTRAN, C , C++ , MFC & VC++ for engineering applications. Please advise, what the career options that I can consider with this background? I am considering the option of switching to business...
C#.Net
Does anyone know of a good place to find people with C#.net experience besides the big job boards? We have several positions in the Financial/Trading industry in Chicago but we are having a hard time finding enough people with this skill set. Any Blogs, User Groups or Niche Sites you can recommend?...
Does anyone know of a good place to find people with C#.net experience besides the big job boards? We have several positions in the Financial/Trading industry in Chicago but we are having a hard time finding enough people with this skill set. Any Blogs, User Groups or Niche Sites you can recommend?...
iSeries accessibility to VB.NET, ASP 2.0/3.0 ,NET programmers in Visual Studio
My shop does not have WebSphere but does have a sizeable VB.NET team using the MS Visual Studio. They need access to the iSeries files in DB2/UDB - real-time. We already thanks to me have a number of batch/DTS package type transfers. Do any of you know packages that can make the iSeries files...
My shop does not have WebSphere but does have a sizeable VB.NET team using the MS Visual Studio. They need access to the iSeries files in DB2/UDB - real-time. We already thanks to me have a number of batch/DTS package type transfers. Do any of you know packages that can make the iSeries files...
hi i need help
in c#.net we are taking datetime from datetimepicker we are storing datetime into sqlserverdatabase. in sqlserver we are taking datetime datatype. we write code like this: Datetime dt=DateTimePicker1.value; cmd=new sqlcommand("insert into values(date) tablename('"+dt+"')",con);...
in c#.net we are taking datetime from datetimepicker we are storing datetime into sqlserverdatabase. in sqlserver we are taking datetime datatype. we write code like this: Datetime dt=DateTimePicker1.value; cmd=new sqlcommand("insert into values(date) tablename('"+dt+"')",con);...
Barcode problem
Hi. I have 2 problems in the software that i am doing: 1)I made a function on the textbox_changed so when he reads the barcode he will search in the database for the product info. The problem is that he is searching for each letter or number. ex: 56874474444 he will search after the 5, then after...
Hi. I have 2 problems in the software that i am doing: 1)I made a function on the textbox_changed so when he reads the barcode he will search in the database for the product info. The problem is that he is searching for each letter or number. ex: 56874474444 he will search after the 5, then after...
compile C++ program with embedded SQL
I am trying to insert and update into a oracle table from my C++ program. When I compile the program, it does not insert or update anything. Apparently I had to use the DECLARE TABLE to declare the table, because my program cannot find the table. I compile with another user as the schema where...
I am trying to insert and update into a oracle table from my C++ program. When I compile the program, it does not insert or update anything. Apparently I had to use the DECLARE TABLE to declare the table, because my program cannot find the table. I compile with another user as the schema where...
Read from LPT3
Hello there. I have a little problem, I added a second parallel port to my PC and when I try to read from it the computer always crash..! The actual settins from the additional LPT port is I/O Range C888-C88F The sentence that I'm using is: PortIn(Val(&HC888)) I'm programming on VB.NET and read...
Hello there. I have a little problem, I added a second parallel port to my PC and when I try to read from it the computer always crash..! The actual settins from the additional LPT port is I/O Range C888-C88F The sentence that I'm using is: PortIn(Val(&HC888)) I'm programming on VB.NET and read...
Windows Kernel Program
A wild question! Here is my idea, I came across about deepfreeze (www.faronics.com) and amazed how their system works. I find deepfreeze helpful and beneficial in protecting computers from spyware, virus and improper installation of programs since a simple reboot of the computer systems restores...
A wild question! Here is my idea, I came across about deepfreeze (www.faronics.com) and amazed how their system works. I find deepfreeze helpful and beneficial in protecting computers from spyware, virus and improper installation of programs since a simple reboot of the computer systems restores...
New To SAP .... Considering Career Change... HELP!
I have a BS degree in Computer Science and worked for a software company for 4 years programming in OO C++ and VB. I took a break for about 2 years and I am ready to get back in the IT industry and have been hearing so much about SAP. I am considering getting into database work, but I have been...
I have a BS degree in Computer Science and worked for a software company for 4 years programming in OO C++ and VB. I took a break for about 2 years and I am ready to get back in the IT industry and have been hearing so much about SAP. I am considering getting into database work, but I have been...
Importing a Text Document into Access programitically
Hello, here is my problem, I have a text file that looks like this: Group:Tablename Fields:''fieldname""fieldname2""fieldname3" "1""2""3" Group:Tablename2 Fields:''fieldname""fieldname2""fieldname3" "1""2""3" I need to figureout a way to programically create a dba from this file, the file format...
Hello, here is my problem, I have a text file that looks like this: Group:Tablename Fields:''fieldname""fieldname2""fieldname3" "1""2""3" Group:Tablename2 Fields:''fieldname""fieldname2""fieldname3" "1""2""3" I need to figureout a way to programically create a dba from this file, the file format...
help in C
hi i am doing a program with turbo c (version 3) the problem is that i want to do it with graphics so if anyone have cpp files for mouse, colors, shapes,.... would help me mush thx
hi i am doing a program with turbo c (version 3) the problem is that i want to do it with graphics so if anyone have cpp files for mouse, colors, shapes,.... would help me mush thx


