3,974 Topics

Member Avatar for
Member Avatar for VB 2012

[CODE]Public Sub Makeready() Dim CurrentVersionFile As String = My.Computer.FileSystem.SpecialDirectories.Temp & "\Memory Freeo Plus Current Version.txt" Dim MemoryFreeoPlusVersionWriter As New IO.StreamWriter(CurrentVersionFile, False, System.Text.Encoding.Default) Dim StorageFile As String = My.Application.Info.DirectoryPath & "\Process Storage.MemFreoPls" Dim MemFreoPlsStorageWriter As New IO.StreamWriter(StorageFile, True, System.Text.Encoding.Default) If IO.File.Exists(StorageFile) Then MemFreoPlsStorageWriter.Close() Else MemFreoPlsStorageWriter.Write("") MemFreoPlsStorageWriter.Close() End If If IO.File.Exists(CurrentVersionFile) Then …

Member Avatar for VB 2012
0
200
Member Avatar for Chuckleluck

Hello, I'm working on a game, and for this game, I created a class. There is one object of this class for each player in the game: [CODE]class PlayerClass { public: PlayerClass(Nationality); // Constructor ~PlayerClass(); // Destructor sf::Sprite PlayerFeet; sf::Sprite Arms; sf::Sprite Body; sf::Sprite Head; int HitPoints; GameClass CurrentClass; }; …

Member Avatar for Chuckleluck
0
189
Member Avatar for kavi4u

Hi, I am getting this error, when ever i am linking a new form in mdi Parent , After giving build the error is raising like this, Unexpected error writing metadata to file Path name of my project exe,'Not enough storage space available to complete this operation. But if i …

Member Avatar for hericles
0
123
Member Avatar for th_3

Given this question below, Each element of an array arr[10][10] requires ‘W’ bytes of storage. If the address of arr[6][8] is 4580 and the Base address at arr[1][1] is 4000, find the width of ‘W’ of each cell in the array arr[ ][ ], when the array is stored as …

Member Avatar for th_3
0
454
Member Avatar for lucimorth

So, yes, what I am looking for is already posted, but I don't understand the logs and there is no answer, as well it seems like a customized answer for every user, and I don't think I can post my logs into someone else's to avoid confusion. A couple of …

Member Avatar for PhilliePhan
0
376
Member Avatar for freeasker
Member Avatar for veledrom

Hi, I bough a CD+RW Optical drive. I cannot find information about what SATA it is. Is it SATA 2 or SATA 3? Thanks LG GH22NS50.AUAA 22x SATA DVDRW Drive

Member Avatar for caperjack
0
2K
Member Avatar for Teachingmyself

[b][u]Explanation of RAID and installation guide[/u][/b] [i]Thanks to [b]'Stein[/b] for the coding.[/i] Greetings, It's come to my attention, both from call volume in work and online forums, that most people do not realize the diversity of RAID controllers available, nor how to fully benefit from them. This tutorial aims to …

Member Avatar for cheaphosting
1
719
Member Avatar for GAiXz

GOOD DAY .NET PROGRAMMERS!! ^_^ [URL="http://www.daniweb.com/forums/attachment.php?attachmentid=23184&stc=1&d=1323465600"]http://www.daniweb.com/forums/attachment.php?attachmentid=23184&stc=1&d=1323465600[/URL] I'm having a problem with SMS APPLICATION "see the picture"? when i click the SEND button after typing the number of the recipient and the text messages it's not responding same as the LOAD button and nothing happens after that so i have no …

0
108
Member Avatar for happygeek

DaniWeb has looked at Network Attached Storage in the shape of the [URL="http://www.daniweb.com/reviews/review308073.html"]myDitto server which offers excellent value in terms of both cost and capacity[/URL]. DaniWeb has looked at a personal cloud device in the [URL="http://www.daniweb.com/reviews/review260663.html"]very pink format of PogoPlug which is great for anytime and anywhere sharing[/URL]. DaniWeb has …

Member Avatar for PeterM88
0
650
Member Avatar for .:Epyon:.

HELLO DaniWeb, it's been a couple years, sorry for that. Anyways,so here's the story.I was attempting to backup a client's SATA HD by hooking it up to my PC, which uses an IDE HD for the master, and after hooking it up it took an usually long time to boot, …

Member Avatar for techsheaven
0
259
Member Avatar for coolbeanbob

Hello everyone, Like the headline says, my computer goes crazy when I run this program. The problem did not occur until I added lines 80-83. When the program is run, my computer starts beeping and weird characters show up on the console. Any thoughts on the problem and why it …

Member Avatar for WaltP
0
151
Member Avatar for binoy.mathew

Hello, I am basically a fresher in ASP.NET. I am building a website that has large contents of text data. The site also has a quiz based on some articles. I have two questions: 1) Which is the best way to store large amounts of text data? Is it good …

Member Avatar for binoy.mathew
0
452
Member Avatar for coolbeanbob

Help! Why am I getting the following error on line 100?? I don't get an error when I use storage in other places? error C2065: 'storage' : undeclared identifier [CODE]#include "utility.h" struct masterFile // master file record { int employeeID; string employeeName; string departmentID; int YTDhoursRegular; int YTDhoursOvertime; double regularPayRate; …

0
57
Member Avatar for acorange2027

USING THE ACER ASPIRE 1410 LAPTOP AS AN HD MEDIA CENTER PC: A STEP-BY-STEP ILLUSTRATED TUTORIAL [I]This tutorial is not intended to be a full review of the Acer Aspire 1410 ultraportable laptop PC. It assumes that you already familiar with the machine and are looking to learn how to …

Member Avatar for Jaydesmith
2
1K
Member Avatar for abhijit4569

Hello everyone, I need best books by best authors on following subjects. Money not a constraint. All subjects are from Computer Science. If you know whose books for the subjects is the best please comment below the name of the book and Author name. Thanks in Advance. Mathematical foundations Mathematical …

0
67
Member Avatar for VB 2012

I have a Problem with my Modified Event As you can See ! i know My declarations are Private I tried Some thing still didn't work So what i want to do as you can see is that if the save button was not clicked then it would check if …

Member Avatar for VB 2012
0
122
Member Avatar for VB 2012

So here's Wat im trying to do Ive got 2 List boxes 1 Shows Processes other one is for Storage Anyway that's not important Im trying to Kill all the Processes wat are stored in Listbox 2 I had to add .exe at List for Listbox 2 But still not …

Member Avatar for VB 2012
0
245
Member Avatar for vs49688

I'm trying to write a procedure to write a string directly to the video memory. It expects the address of the string to be in SI, the length of the string in AH and the offset in video memory to be in AL. The code correctly handles the length of …

0
225
Member Avatar for kingcong83

I am a beginning at programming and need to know what I am doing wrong with this code. I keep getting error codes on undeclared variables, storage types, etc. [CODE] #include <iostream> #include <iomanip> #include <string> #include <cctype> const int ARRAY_SIZE = 100; void InputData(string, int[], int &); void DisplayPlayerData(const …

Member Avatar for Schol-R-LEA
0
158
Member Avatar for JPyo

Hey guys, So I have to convert my previous code into a code using pointers and dynamic storage and the problem is, I have no idea how. I have already read on another forum's examples of Pointers and watched a few tutorials (simple ones) and read from my textbook. Unfortunately, …

Member Avatar for mazzica1
0
137
Member Avatar for surajrai

Hi All, I am trying to understand shift operator which is used in my project. What I came to know from google is that Bit shifting allows for compact storage of similar data as a single integral value. But how does that work. and what is the advantage. Can you …

Member Avatar for Narue
0
409
Member Avatar for Catalyst.X

I wrote a program that does rudimentary tile mapping based on reading in information from a "map file" and drawing the map on screen. I need it to be drawn in a scrollable window so it doesnt matter how big the grid is defined in the map file. I have …

Member Avatar for Unhnd_Exception
0
280
Member Avatar for VengefulToast

Hi forum, I just need help on my code. I am trying to find all the Armstrong numbers from 100-999(i.e. when the cubes of three digits added together equal the number - 1^3 + 5^3 + 3^3 = 153.) My code works until it gets to line 93, then it …

Member Avatar for skaa
0
687
Member Avatar for trantran

Here is my problem: 1) I have a tree which I want to act upon some branches indepedantly and simultaneously by different threads 2) The program is structured so that the processing of each branch is isolated after the main "manager" thread delegates the work to different thread: memory of …

Member Avatar for jmichae3
0
313
Member Avatar for Senatorjg2003

the Hd will show in the set up option without the information(size,name etc) but would not appear in dis os(windows & Linux). what would i do to recover the data on the Hd.

Member Avatar for rch1231
0
44
Member Avatar for Grandesco

Both Malware Bytes and GMER didn't found any malicious things. Here's my DDS logfile. . DDS (Ver_2011-08-26.01) - NTFSAMD64 Internet Explorer: 8.0.7600.16385 BrowserJavaVersion: 1.6.0_22 Run by Wesley at 21:53:11 on 2011-11-18 Microsoft Windows 7 Professional 6.1.7600.0.1252.1.1033.18.8175.5623 [GMT 1:00] . SP: Windows Defender *Enabled/Outdated* {D68DDC3A-831F-4fae-9E44-DA132C1ACF46} . ============== Running Processes =============== . …

Member Avatar for crunchie
0
256
Member Avatar for Catalyst.X

Ok, So i wrote this basic program that takes a map file as an input, and parses it and then draws the map. Its sort of like VERY BASIC tile mapping. The problem is, I cant think of a way to loop it so that no matter how many map …

Member Avatar for thines01
0
213
Member Avatar for BIG J

Hi, I am doing some blueJ work but am not the best at it. I have to create a basic library system, this is made up of three classes. Book, Member and Library. These are the following requirements for my library class: 1.It has two fields of ArrayList: one is …

Member Avatar for BIG J
0
202
Member Avatar for nick6987

i am having trouble with lets say i do not have any test scores and enter -1 there is an error of dividing by zero. [CODE]import java.util.Scanner; public class myarray { public static void main(String args[ ]) { Scanner kbd = new Scanner(System.in); //total number of quiz scores possible in …

Member Avatar for nick6987
0
2K
Member Avatar for ilyons

Hey guys, We recently got a couple of new staff computers over here, and I generally just pull the older HDs out, archive them in the tech closet, and throw new ones in there before reinstalling and redistributing them to less fortunate staff members. I keep the old ones in …

Member Avatar for Reverend Jim
0
151
Member Avatar for ksadny46

Hi all I am in serious trouble. i am not able to access my i: (which is a logical drive). whenever/ wherever i click on the icon it says i:\ not accessable. Access Denied. For this drive the sharing and security tab in the properties window is missing. so i …

Member Avatar for Khant Nyar
0
643
Member Avatar for SamarthWiz

hi i'm having some trouble with web2py models: [CODE]# -*- coding: utf-8 -*- db = DAL("sqlite://storage.sqlite") from gluon.tools import Crud crud = Crud(db) db.define_table("shout", Field("author", "string"), Field("shout","text")) db.shout.shout.requires = IS_NOT_EMPTY [/CODE] (there is more but it is for the admin interface) It is all correct but I get this error: …

Member Avatar for SamarthWiz
0
249
Member Avatar for Aviras

Hello everyone, I'm a java programmer writing a half graphical half text rpg. For the moment I read my data from text files, e.g. Enemies.txt id name hp and so forth. However, I want to make it a little more clear to handle, as in a database format. I can …

Member Avatar for Aviras
0
149
Member Avatar for maria536

Ok, I worked on my code so that I can repost it here. This is what it has to do. I also need a static cast which I am not sure where to put it. Thanks for any help!!!! Users should enter each number at an input prompt, then enter …

Member Avatar for maria536
0
142
Member Avatar for dirtbag

old dog trying to learn new tricks... i used to program in basic on my 16KHz TRS80 (radio shack) with 16K ram and a tape deck for storage. yes those are "K"s i then moved on to fortran in high school and assembler code and PLC in college. i then …

Member Avatar for debasisdas
0
53
Member Avatar for sercio

Hi guys. We are a small company with a network of 5 local and 5 remote pc's (connected via VPN). Our current server (or better to say, kinda-server, since I built it up on a regular pc) is not enough for us anymore so we plan to upgrade to a …

Member Avatar for sercio
0
309
Member Avatar for srikanth2321

Hi all, I'm working on a problem where I have to store,retrieve, update the data from some temporary variables (for e.g. array) The scenario is as follows. Assume I have a datagridview with n number of rows and 3 columns for e.g. [CODE] Id name class 1 ff 2 2 …

Member Avatar for arunkumars
0
221
Member Avatar for reemhatim
Member Avatar for ShaggyDogg

Does anyone suggest a way of getting a HP Proliant ML110 first generation server to recognise 2TB SATA hard drives? The spec sheets read it only supports storage up to around 320GB, but would ideally like to get it running without any other expense. The machine is a standard build …

Member Avatar for ShaggyDogg
0
200
Member Avatar for rastechnologies

Hi all.. I'm facing a problem with my Laptop Hardisd, My laptop got crashed so i removed the harddisk from laptop and i fixed into a USB case, to acess my data's,

Member Avatar for caperjack
0
434
Member Avatar for spudly1987

I have a western digital external hard drive, brand new, 1TB I have one desktop with a windows 7 64bit OS, and a laptop with a windows 7 32bit OS when i plug the external hard drive into either device, an icon pops up in the task bar that says …

Member Avatar for jingda
0
244
Member Avatar for pendo826

can anyone see why the status.health wont take away the 20 ???? [CODE]#include <iostream> #include <string> // To allow use of Strings. using namespace std; //char inventoryRequest = 'i'; //Function Definitions. void displayInventory(); void displayStats(); void statsObject(); void gameOver(); void stats(); void inventory(); void exitGame(); int playGame(); class status{ public://Access …

Member Avatar for pendo826
0
198
Member Avatar for rahulrulez

Hey there. I'm planning to develop a software for my father's business. The software is very simple, it has two tables. 1. Stock 2. Sale Whenever stock arrives, the quantity and content will be added to Stock table.. Structure is something like 1. Stock Table | Brand | Quantity | …

Member Avatar for peter_budo
0
213
Member Avatar for leighangela

Please help, something is wrong. I've been running Malwarebytes and AVG daily but something still seems wrong. My taskbar is beige as I type this and sometimes my speakers stop working. I don't have the malwarebytes log because I ran it before coming to this forum. Also when I ran …

Member Avatar for crunchie
0
354
Member Avatar for rohith426

We have a web based application in which users can give orders to their supplier. This process consists of login to the application, selecting supplier, get the products for the supplier, and select the products, key in order delivery date and comments. This process has 4, 5 steps (4, 5 …

0
86
Member Avatar for ihave1245

Purpose: Use selected one or multiple currencies then from this, browsers open up simultaneously and auto refresh, so as to see changing currency rates I have created an app, Which using a listbox and a button creates a copy of the set form and passes a url through to the …

0
53
Member Avatar for Mongz

Hi Fellows. I have a confusing problem of Samsung laptop which uses Toshiba MK2555GSX internal hard drive. I have encountered a problem when i tried to start the machine and it respond with a message "cannot find hard-disk, press ctrl,Alt & delete to restart". i thought it could probably be …

Member Avatar for Mongz
0
298
Member Avatar for LMHmedchem

I have an unusual situation where I had a hard drive with some bad sectors and moved the data to a new drive. I did the move with cp -Rfp and >& logfile. I moved the data (~285GB) with about 20 copy commands. The >& should have given me information …

Member Avatar for L7Sqr
0
168
Member Avatar for jen140

Hello everyone. I've been googling for a while but couldn't find any complete reference for the next question. So the question is, what do i need(cables, cards, etc) to connect a Fibre Channel Hard Drive on a normal desktop computer, by that i mostly think about the pci-e slots. Please …

Member Avatar for rubberman
0
239

The End.