Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #2K
Member Avatar for xpartmgr

OK, so as C++ is new to me I am confused. Generally I would pass an object using the "ref" keyword and I'd have no issues retaining the information that was changed in my object when I got back to the main. Well C++ is different. I have a class …

Member Avatar for mrnutty
0
119
Member Avatar for xpartmgr

I am new to C++ and have a question about include files. I have some classes that I want to share between the main and other classes also. So I include the reference in my main and also in my class. However, this causes a compiler error. If I comment …

Member Avatar for xpartmgr
0
161
Member Avatar for xpartmgr

OK, so I already program is C#, but I am taking a C++ class. I want to create a windows forms application and have other classmates create some classes that we can all put into the windows forms application to create a final project. Well the entire book only takes …

Member Avatar for xpartmgr
0
83
Member Avatar for maximusimo

Hi, Windows XP. Every program i try and open a program, regardless of whether it is in the Start Menu or through C:\Program Files\Program Folder, all I get is the 'Open With:' dialog box. I know, through a previous scan using SuperAntiSpyware, there are sh*tloads of trojans on the system. …

Member Avatar for caperjack
0
225
Member Avatar for revjim44

I'm trying to code a C# homework assignment that takes a phone number in this format XXX-XXXX (8 digits that can be alphanumeric) and then "Define a method named ReadDials( ) that reads each digit/letter dialed into eight separate char variables (DO NOT USE ARRAYS). All digits are sent back …

Member Avatar for Ketsuekiame
0
369
Member Avatar for rienada

Morning Gents/Ladies, I'm having an issue with the relation between tables. Any suggestion would be appreciated. Basically I have an Inventory which holds equipment and that I sign out to individuals. I would like to be able to keep track of all my inventory from sitting in my shop or …

Member Avatar for drjohn
0
139
Member Avatar for little.daffodil

Hello, I need to read from a text file. There are only 2 lines in the text file. And I need to read both, line by line as a string. After reading it, I want to use it (concatenate). For example, each line is represented as string1 and string2. I …

Member Avatar for little.daffodil
0
259
Member Avatar for xpartmgr

Hello everyone, I have a file that I need to parse and move the data into a database table. Here is a sample of some rows: "Engine/Control" "moteur/commande" "Motor/Steuerungs" "motor/control" "" 1320 "Transmission" "boite de vitesses" "Getriebe" "transmision" "" 1321 As you can see the data does not have a …

Member Avatar for ecoloney
0
103
Member Avatar for omotoyosi

Hello, Please how do i use progress bar in asp.net. It is not among the controls in the toolbox. what do i do please help and be explicit. tanx

Member Avatar for fawadkhalil
0
80
Member Avatar for Hatkins5

Computer Info: 6 Year old Dell B130 Pentium M 1.70 GHZ 1024 MB RAM The battery has been dead for 1-2 years. I have been running plugged in to outlet. Issue: 1. BSOD: Unmountable_Boot_Volume So I did a little research. [url]http://www.daniweb.com/forums/thread41835.html[/url] [url]http://support.microsoft.com/kb/555302[/url] Easiest fix...Boot from Windows XP CD and Repair... …

Member Avatar for caperjack
0
93
Member Avatar for jbd4d

So this question may be a little hard to follow, but here i go anyway. I am trying to create a table in mysql that is comprised of only the email addresses that show up multiple times in my origianl table. More specifically, the original table has a record for …

Member Avatar for xpartmgr
0
82
Member Avatar for joebhoy

Hi everyone nice site. Was wondering could I get some help. I put a fresh install of XP on a friends Dell but I can't seem to get the drivers for it. I tried downloading them from the Dell website but I kept getting this message PLATFORM VERSION INFO Windows …

Member Avatar for joebhoy
0
207
Member Avatar for Zippyo3

Hi, I recent had some trouble booting windows XP. It was fine when i turned it off one night then the next day i started getting BSOD when windows reached the splashscreen. I uninstalling windows XP and reinstalling it but i still get the same BSOD. Strange thing is i …

Member Avatar for vlim
0
175
Member Avatar for Tumbleweedracef

Hellow Daniweb !! I have a Dell Inspiron 5150 laptop that has given me fits when it comes to trying to install a Windows XP Home Edition on a new hard drive. I have the original installation disc that came with the computer. I have a new hard drive which …

Member Avatar for caperjack
0
144
Member Avatar for cakka
Member Avatar for cakka
0
62
Member Avatar for anuj_sharma

Hey guys, I am intrested in making a web application. I wanted to ask whether ASP.NET is sufficient or should i learn any other language in .NET like C#?? Will ASP.NET be sufficient in making a web application???

Member Avatar for serkan sendur
0
81
Member Avatar for groogruxking40

hey all, I have a form that allows the user to input the information you can see it here- [url]http://www.christiancouriernewspaper.com/blogbase/form.html[/url] what I need it to do now is when the user clicks SUBMIT for all the information they just filled out be sent to me via e-mail any ideas/help? thanks

Member Avatar for almostbob
0
192
Member Avatar for MiketheBook

I’m not sure whether this is the right forum. But my wife’s laptop opens with the message “operating system not found.” If left off for a while I can sometimes get it to boot to Windows 2000 Professional. But then, unexpectedly, it will blue screen with “physical memory being dumped” …

Member Avatar for Salem
0
112
Member Avatar for Reliable

Hello any and everyone, I have a form inside of an HTML page. The result I want is that when the user hits the submit button that only the section of the page containing the form refreshes. Wen it refreshes it refreshes with a thank you message. Is that feasible. …

Member Avatar for buddylee17
0
111
Member Avatar for boonedawg

Problem is Windows XP comp won't let me onto Microsoft website, the load bar will go half way then stop. Suggestions or help greatly appreciated, computer neophite here! thanks db

Member Avatar for xpartmgr
0
106
Member Avatar for johnspace27

hi guys i need your help regarding the problem in my computer everytime i open it.. it displays "c:\windows\system32\dhcpsoc32.dll. either not designed to run on windows or it contains an error." what could be the possible reason for this and how can i fixed it??? any assistance regarding this problem …

Member Avatar for xpartmgr
0
103
Member Avatar for desmondo

I recently switched on my computer and my monitor wont work. I am getting a message sayiing No Signal. Ive checked all cables and their ok, I bought as new graphic card and put it in computer but i still have the same problem. Can anyone help me with this …

Member Avatar for xpartmgr
0
87
Member Avatar for amorphis88

Hello, i'm a beginner and i'm creating a guestbook in asp.net with XML. i have the following: my aspx page: [code=asp.net] Name: <%#DataBinder.Eval(Container.DataItem, "name")%><br /> E-mail: <a href="mailto:<%# DataBinder.Eval(Container.DataItem, "email") %>"><%# DataBinder.Eval(Container.DataItem, "email") %></a><br /> Location: <%# DataBinder.Eval(Container.DataItem, "location") %><br /> Date: <%# DataBinder.Eval(Container.DataItem, "date") %><br /> <i><%# DataBinder.Eval(Container.DataItem, "entry_Text") …

Member Avatar for xpartmgr
0
684
Member Avatar for xpartmgr

First let me thank everyone who has answered questions here. I have used this site and others to gain a good understanding of database design. :) Here is my question. When normalizing a database can you have multiple IDs in the same "link" table. Here is an example of what …

Member Avatar for Ezzaral
0
108
Member Avatar for gnobber

Hi, I just would like to ask if there is a benefit regarding this type of relationship between tables. Say I have a table named Student. I usually relate a table (one-to-one) to extend it. What I mean is so as to not put too much columns in Student table …

Member Avatar for xpartmgr
0
131