8,298 Topics

Member Avatar for
Member Avatar for santhanalakshmi

Hi, I was new to c# and asp.net .I want to create a simple login page using ASP.net with c# code behind.I had 2 textboxs(username and id) and 1 button control.I stored all the username and id in MS ACCESS database.Database name "user.mdb" and table name "table1" (only 2 fields …

Member Avatar for anujtripathi
-1
2K
Member Avatar for cozzoli

Hi there, I am learning more about C++ to help my company bring on a team of software gaming developers and have a few questions for your forum. Is the latest operating system critical for C++ developers in making a job change decision? Is NT still attractive? Would experience coding …

Member Avatar for Narue
0
84
Member Avatar for pete08

Hi, I have written small client/server application, using TCP/IP protocol. When I test this on my machine, it works ok. When I use LAN with 2 computers it bloks. What might be the problems? I have configured the LAN properly (I have tried with ping and it works). Also, no …

0
43
Member Avatar for alfred210989

excuse me, i want to make explosion in c++. n i got trouble.. i really dont know the psudocode after i try to make it in paper a whole day. anybody can help me? i will specially give a thank you if can give me the real program of explosion …

Member Avatar for alfred210989
0
1K
Member Avatar for csharplearner

Hi all, Is there a way to check what is the error for not displaying the code correctly while practising it in a website? Just like when the s/c is compiled in the vs editor. I tried using trace.axd but i found it less helpful. when i wanted to make …

Member Avatar for csharplearner
0
86
Member Avatar for jimchong

Hi, I am just start programming by using C# not longer time,there are few thing i don't understand. 1) I have a task that need me to access to the database in the server. Can i know what coding what i should use in the C# webform for me to …

Member Avatar for LizR
0
120
Member Avatar for nvnq

:idea: Anyone have C source code program to change the system time in Linux ? Please share me!!! Thank!

Member Avatar for nvnq
0
76
Member Avatar for Jacky1

OK i have an array of 10 elements and I want to color the 5th element with a different color than the default color , is that possible ? Thanks

Member Avatar for Jacky1
0
102
Member Avatar for DevGeek

hello all, i need some help regarding windows login.i have created an application in C# which replaces the windows-login and which gets username and password from the user to enter the windows. But my problem is that i have done the user authentication through win32 API function "LogonUser()" and it …

Member Avatar for DevGeek
0
2K
Member Avatar for headedtomexico

So I've got this piece of software that is written in C++. I also have a website hosted on hostgator with linux server i believe. I have a MySQL database with usernames and passwords. What I want to happen is for my client application that is written in C++ to …

Member Avatar for headedtomexico
0
498
Member Avatar for Phil++

What I am trying to do is change the cin >> varible; into something different so when I find it easier when I code. The line that I am changing it to is input (varible); i am using this: #define input(i) cin >> (i); it works, however it will only …

Member Avatar for minas1
0
118
Member Avatar for wien

Hi all I am trying to write a C# dataform where a company ID is created from the first four letters of the customers name + a number. Any ideas? As Left() is not used. and I can't find a reference to substrings. Wien

Member Avatar for LizR
0
186
Member Avatar for BobLewiston

In a C# console application, can anyone tell me how to "highlight" certain characters, that is, print them brighter than other characters?

Member Avatar for Murtan
0
77
Member Avatar for gazpoole

Hi! First post :-) Relatively new to ASP.NET I'm building a lottery syndicate in ASP.NET 3.5 C# and I'm trying to filter an XML file to obtain this weeks lotto numbers and assign them to labels. Here is the XML: [url]http://www.schok.co.uk/lottery/lottery.xml[/url] how should I go about doing this? At the …

Member Avatar for gazpoole
0
86
Member Avatar for iaaan

Hey, I am trying to replicate a sort of Windows Media Player type library and was wondering if there was such a thing (or an equivalent) as an Multi-Column Listbox. Currently, I have the data coming in but storing them into 3 different listboxes (Artist, Title, Album). This works at …

Member Avatar for skatamatic
0
625
Member Avatar for am_valentin

Hello, I am having a diploma project about building a LAN Monitor, in wich I need to capture the traffic from network card at low level layer. More like Data-Link layer. Can anyone help me with a suggestion of a function or a method to substract bit packets directly via …

Member Avatar for am_valentin
0
68
Member Avatar for ben2008

Hi I am using custom database to store data. I have two tables :Customer(CustID,Fname,Lname,Fullname) and User(UserId,Emailid,Pwd,CustID(FK)) I want to retrieve the Fullname from Customer table based on logged user's Emailid. How to collect the EmailId and pass to sql query. Any help appreciated. Thanks in advance ben

Member Avatar for Kusno
0
69
Member Avatar for -mk-

Hi, I have a database table which stores the information on the Node relationship. In the table tblNode, I have : [U][B]tlbNodeRelation[/B][/U] [B]NodeID[/B] - (The ID of the node) [B] ParentID[/B] - (The ID of the Parent Node) [B] Position[/B] - (The position this Node is in under the Parent …

Member Avatar for serkan sendur
0
724
Member Avatar for k59smooth

On This web site is frist time i heard of C#. I am skilled in C++ and was wanting to know if C# is an advanced version of C++, kind of like C++ is an advanced version of C...

Member Avatar for jbennet
0
163
Member Avatar for songkok

hi all.. how can i read a list of files in various folders in windows server 2003 and then display the list in c# program. i heard there is some code to link between windows server 2003 and c#, but it is nowhere to be found.( or i couldn't find …

Member Avatar for LizR
0
112
Member Avatar for michaelmorris

Hi, What I'm attempting to do is send data from one class, to another and then store it in that second class as an array. E.g. file class1.cpp [CODE=c++]class1{ Class2 c; c.methodAdd(Variable1, id); cout << c.methodGet(2); }[/CODE] file class2.h [CODE=c++]class2{ typedef string StringArrayPtr; StringArrayPtr *array = new StringArrayPtr[3]; //create the …

Member Avatar for michaelmorris
0
164
Member Avatar for thilinam

please tel me how to use my classes declarations and definetions in c++ with vb.net

Member Avatar for Ramy Mahrous
0
72
Member Avatar for JNT

I have tried everthinh and cannot get rid of this. PC Tools and Symantec will lock up once they hit the prunnet.exe file. I am starting to get all kinds of pop up that I don't want. P,lease help this is driving me nuts.. Any help would be greatly appreciated. …

Member Avatar for TheAlmost
0
324
Member Avatar for shazzy99

Greetings, How to change a file name using C# code with fixed path to the subject file? Do I need to copy/create a new file with new name and delete the old one or is there a way to change the name without doing above. Rds

Member Avatar for Ramy Mahrous
0
286
Member Avatar for namita.mundada

I have created one binary file in c that save btree. File is having huge size around 2GB. If some one changes this attribute to read only, then b tree is updated incorrectly. And the behavior of code changes. I need to write a code, so that no can change …

Member Avatar for namita.mundada
0
130
Member Avatar for dmanw100

I tried Googling this to no avail: how can I request the used space/ total size of the hard drive? In this case it is safe to assume that the machine will be running Windows.

Member Avatar for dmanw100
0
95
Member Avatar for Swemp

Hi, I have a problem with the use of vectors. As you can see, the program asks the user for a row of positive whole numbers. These numbers will by put in a vector called "getallen". Than the numbers in "getallen" will be sorted by the function "sorteerint" and number …

Member Avatar for Ancient Dragon
0
159
Member Avatar for stewie griffin

Hi I have database on spss file and i need to use it on c#, how can i do it?

Member Avatar for Ramy Mahrous
0
197
Member Avatar for Roko1

Hi. I have a problem with my SDI application. When I start Telnet, I can connect or disconnect to my server app with no problems, but when I send something to it.....nothing happens. I have an OnRecieve() function in my custom socket class so I can't understand where my mistake …

0
43
Member Avatar for amerninja2

I use the Dev-C++ compiler on a Toshiba laptop running on Windows Vista 32-bit. Im good in C++, and I have been learning to use the OpenCV (Open source Computer Vision) library with C++. When I run my C++ app, the OpenCV window that uses GUI freezes up. It shows …

Member Avatar for amerninja2
0
177
Member Avatar for drfarzad

i need a program than can be ask user : name , age , id , and salary then shows me the maximum salary and minimum salary and then sort salary from maximum to minimum . please complete these program for me [CODE] public string name;a public int age; public …

Member Avatar for Ramy Mahrous
0
360
Member Avatar for cppnewb

Hi. I'm new to the forums, and I have a quick question. I would like to add 14 days to the current system date in a program. Here is my code: char date[9]; _strdate(date); char time[9]; _strtime(time); cout << "The due date of your books is: " << date << …

Member Avatar for cppnewb
0
9K
Member Avatar for tomtetlaw
Member Avatar for tomtetlaw
0
146
Member Avatar for cppnewb

Hi again. In one of my programs, I would like to put in a search type feature. I would like it, so if the user enters a book name, it returns the call number of the book. I would also like it ti display a message if the library doesn't …

Member Avatar for cam875
0
122
Member Avatar for viola

My interested area: C++/C#, WPF, LINQ, DB relevant(MS SQL) Moving forward towards: F#, Silverlight

Member Avatar for kanaku
0
20
Member Avatar for Ronen444

Hi ! Some (weird) problem i got : I have a header file, InputHandler.h, which has one Class called InputH, and inside i have public: and a Void named Hi(). When i try to include InputHandler.h in PRPT.cpp, i get an error, weird one; The error says that i should …

Member Avatar for Narue
0
278
Member Avatar for massivefermion

Hey men I'm using ubuntu 8.04.1.when I wanna compile a c++ source code with gcc,it says: gcc:error trying to exec 'cc1plus':execvp:no such file or directory

Member Avatar for cam875
0
259
Member Avatar for beast0000

Hello guys, I am new in this forum and i hope im gonna get some fast help. I have this problem where i should input numbers from a .doc file, and the program should output how many times the number of occurences of each number. ie: the numbers in the …

Member Avatar for MosaicFuneral
0
80
Member Avatar for Alex Edwards

Hey everyone! =) I'm starting an Application Development club at my college! However, there are a fair amount of programmers with multiple backgrounds who want to be a part of the club and partake in some of the Software we will create. Most of the people who are joining the …

Member Avatar for iluxa
0
334
Member Avatar for uppibhay

Sirs,I w'd like to build on a website wherein i've a text box n accept code from user.I then w'd like to run code and display output in page. Something like [url]www.codepad.org[/url]. Plz help me with this....

Member Avatar for Salem
0
83
Member Avatar for wallish

Hi. I'm currently messing around with C# and decided to write a small game. One of the first things I am doing is setting up the game's GUI, which I am designing myself with help from XNA (but not Windows Forms). I've already made proof-of-concept buttons that can be placed, …

Member Avatar for Ramy Mahrous
0
212
Member Avatar for reallm

All hi, Is it possible to send messages (SENDMESSAGE/PostMessage...) to HTML controls such as Input Type Text or lists? I am able to get/set the url,title but I can't get to the document. Can it be done? Would you show me how? Your help would be appreciated. reallm,

Member Avatar for Crisboot
0
311
Member Avatar for adily
Member Avatar for Salem
0
99
Member Avatar for POKEMONMASTER26

Okay, so I have a C# Windows Forms Application w/ code like this, the only difference being the Flash path....well, you'll see what I mean: using System; using System.Collections; using System.Collections.Generic; using System.Data; using System.Drawing; using System.Diagnostics; using System.Windows.Forms; using System.Linq; using System.Xml.Linq; namespace WindowsApplication2 { // TRANSMISSINGCOMMENT: Class Form1 …

Member Avatar for Ramy Mahrous
0
167
Member Avatar for Aneesh_Argent

Hi experts, I am writing a window application in C# which requires to format user selected hard drive programatically. Any help or suggestions please?

Member Avatar for jbennet
0
179
Member Avatar for sivak

i have one text box date of birth and submit button ..if i click that submit button the calender should open ...if we selevt any one of the date on that calender the date should display in dataof birth text box.. can anyone tell me the javascript code for this …

Member Avatar for sivak
0
80
Member Avatar for mocasu

Hi All, I am trying to display a custom icon in my c# application. I have followed microsoft steps to add my icon but it is not being displayed. I am still getting the default icon. Any ideas? With a project selected in Solution Explorer, on the Project menu, click …

Member Avatar for ddanbe
0
102
Member Avatar for Gaspacho

Hi there, we are currently deverloping a simple game for school project. As title shows, I'm talking about space invaders game (we use OpenGL & C#). We have actuaally made the game run in the mode that everything is displayed as red or yellow circles (textures are not yet implemented). …

Member Avatar for hieuuk
0
349
Member Avatar for vandenzergen

Hello everyone, I'm having a problem of creating a program that provides a functionality of creating its own file, saving its own file, and reopening its own file just like the functionality of the other windows application like MSWord, MSExcel, etc., Please everyone, I really need to know about it... …

Member Avatar for vandenzergen
0
133
Member Avatar for mabshell

Hello, I'm just starting in the world of C# and I'm stuck in a problem. I want to create a form with some textbox in it. It ask you the path of the exe file and some other information. When I run the program it tells me a Win32Exception: file …

Member Avatar for ddanbe
0
92

The End.