199,113 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for redserpent7

Hi I am in desperate need of help, I need to manage an application dependency in Visual Studio. The application links to a DLL only on a specific version of windows, lets say Windows 7. and on other environments, the DLL should not be loaded. How will I be able …

Member Avatar for redserpent7
0
163
Member Avatar for Lightninghawk

I have a couple of files here. I have a form on our home page that was working until just a few minutes ago and I have no idea what has changed. It was moved from the bottom of the page to the of the page but that is all. …

Member Avatar for chsab420
0
139
Member Avatar for priyairani00

what will b the coding of a program.. "program to swap two no. using third variable"

Member Avatar for priyairani00
0
90
Member Avatar for dthatsme33

I added this code on my page to appear if a recordset is empty: [code=asp]<% If rsArticles.EOF = False Then %> Sorry, there are no listings for this classification today <% End If %> [/code] I tested the page and that phrase did not appear. There are no records in …

Member Avatar for chsab420
0
102
Member Avatar for dearjee

Hi all, I just started learning Visual Basic. But a friend told me that this language is outdated now, you should learn vb.net or c#.. Is he right? Is vb.net is extended version of vb? I mean if i learn vb then i may easily switch to vb.net?? please anwer …

Member Avatar for vb5prgrmr
0
107
Member Avatar for dheema
Member Avatar for chsab420
0
103
Member Avatar for F2guy

I have class eventqueue_t which is derived from the abstract class event_storage_t. When I compile the code I get: make mpixlcxx -c -O3 brain.cpp mpixlcxx -c -O3 config.cpp mpixlcxx -c -O3 connection.cpp "eventqueue.h", line 17.29: 1540-0408 (S) The base class "event_storage_t" is declared but not defined. make: *** [connection.o] Error …

Member Avatar for F2guy
0
261
Member Avatar for riemusic20

Hi, I'm new to the whole programming environment. I'm currently taking an object oriented programming class and am a bit lost on my first assignment. I know there is already thread for how to draw a diamond but it doesn't answer my question. I'm trying to draw a diamond with …

Member Avatar for DdoubleD
0
112
Member Avatar for treyd

I have an assignment that I dont know where to begin. If someone could guide me along I would much appreciate it! Thanks alot. Write a method public static int[] avgRows(int[][] a) {} This method takes a 2-dimensional array as input and returns an array containing the averages of each …

Member Avatar for treyd
0
110
Member Avatar for katwalatapan

Hello, I would like to work on POSIX thread programming using TC v3.0. The required libraries for its development are STL (that's what I got from some online research). Could anyone please let me know: 1.) Where to download STL libraries. 2.) How to configure them with TC v3.0 3.) …

Member Avatar for Ancient Dragon
0
139
Member Avatar for Dave Sinkula

Many years ago I was wandering through some SNMP code trying to port it to a Rabbit 2000. I'd guess that not many are familiar with this device -- it's an 8-bitter, and I had no operating system or dynamic memory. So there were several issues in addition to the …

Member Avatar for Dave Sinkula
0
167
Member Avatar for hmkk

hello, i am new to php and i am problem whie installing classifieds my database is hitech_classifieds and username is hitech_admin Please tell me how should i write that info in the following code so the errror doesn;t come <?php $haserrors=FALSE; function print_sql_error(){ global $haserrors; $haserrors=TRUE; print('<font color="#FF0000">' . mysql_error() …

Member Avatar for darkagn
0
302
Member Avatar for AutoPython

Okay, I have yet another question that I could not find.I noticed that you can't set variables in for loops without having to do something (like in batch). I've tried googling it and doing a site search, I have gotten no results. So what would the code or command be …

Member Avatar for AutoPython
0
104
Member Avatar for sixstorm1

Hi everyone, I am trying to print content from a Win32 richedit control, but it doesn't work. The text wraps to the half width of the page, and after printing, the text in the richedit is also messed up (word wrap to the half width of the box). I use …

0
152
Member Avatar for kernel>panic

Hi I am just wondering if it would be possible to add compression to this encryption program I have? It will compress the file before it encrypts it for faster encryption time. Thanks for your help.

Member Avatar for DdoubleD
0
226
Member Avatar for msr

Hello, Could you please give me some info about sharing data between forms? I have a variable List<component> component_list; which "component" class is declared in a "Component.cs". How to make that two forms see that class? (if I have to make something..) And how to create "List<component> component_list" that it …

Member Avatar for Diamonddrake
0
98
Member Avatar for goody11

Hey, I was working on a program in windows API where there are multiple edit boxes and there are push buttons. If a pushbutton is clicked, I want the program to find the edit box that the cursor is in and add the character to that edit box. Now I …

Member Avatar for Frederick2
0
129
Member Avatar for rrspen316

What I would like to do is to add a dropdown menu instead of having the buttons for the three loans. I tried a few different things but just cannot figure out how to do this and get it to work. Please can someone help? Here is my code with …

Member Avatar for BestJewSinceJC
0
275
Member Avatar for kkcaddy

hey i just wanted to know if the available tutorials will be enough for me to improve from a beginner to maybe someday a teacher in java programming.

Member Avatar for BestJewSinceJC
0
114
Member Avatar for JBridges

This seems like the most basic issue in PHP, but I can't figure out the best way to do this. In short, I am working on upgrading an existing site and instead of Dreamweaver's clunky template function, am switching to PHP includes for various constant parts of the site (header, …

Member Avatar for codejoust
0
109
Member Avatar for Pleasant Day

Sometimes I see great javascripts on the net, but the size is wrong for the space on my web page, either the javascript is too small or too big, it would be great if I could re scale it so that it would fit in the space I have available. …

Member Avatar for codejoust
0
206
Member Avatar for asafoatse

pls a little help to a :-/guy, In my main method am working on a collection of numbers in an array. I want to sort the numbers efter then would like to see which index number holds the value 14. As you can see in what i did so far …

Member Avatar for jatin24
0
141
Member Avatar for nanoh2001

Hello dears in Daniweb, I'm a beginner in vb.net I have a question regarding searching in Access Databases. to illustrate: if I have this table in Access [ATTACH]11292[/ATTACH] which contains the name, mobile, Telephone, address and the area (highlighted in Red) Now if I want to Search for persons who …

Member Avatar for nanoh2001
0
1K
Member Avatar for Rastafari

[B][U]An overview of what my program does[/U][/B] I'm given a main.cpp file with some function prototypes that I have to define in a separate .cpp to manipulate an image file ( basically a 15 x 15 matrix of 1's and 0's) [B][U]The result of your current code[/U][/B] I dont know …

Member Avatar for VernonDozier
0
116
Member Avatar for pilipino93

Hi there. I was wondering how on earth do I transfer information from Form1 to Form2. For example, like, I type in form1 textbox "hello there" and in form2, if it is open, it will dis play ''hello there'' in its textbox or in a message box, something like that. …

Member Avatar for sknake
0
153
Member Avatar for ctrl-alt-del

Hi all! Well, this time I have a... funny problem. One that in my logic should not exist. I'm trying a very simple thing, centering a PictureBox in the middle of my form, both horizontally and vertically. The PictureBox is called "CP_PB_Main" [CODE] CP_PB_Main = new PictureBox(); CP_PB_Main.Height = 150; …

Member Avatar for sknake
0
136
Member Avatar for ItecKid

Hello, I am writing a C++ program to find the largest such number such that the square root of that number is less than or equal to a fixed number, set by me, like this: [code=c++] #include <stdio.h> #include <math.h> int main (void) { long fixed, param, result; result = …

Member Avatar for ItecKid
0
125
Member Avatar for jonow

I want to integrate the Google Picasa web album into my website. I am currently trying to do it through an iframe which is failing because I want to cut off certain parts of the frame like the top which also cuts off the scrolling bar. So if anybody knows …

Member Avatar for jonow
0
141
Member Avatar for kyumi419

guys.. i hope you could help me out here.. we are currently in iterative and conditional statements.. problem is making a [I]pyramid[/I] using asterisks. for example, if the user input 6, that would be the height of the pyramid, while the body starts at 1 and increases by 2 each …

Member Avatar for kyumi419
0
143
Member Avatar for chathuD

I NEED TO creat a small win form aplication in c# that will allow me to send a sms over internet to a specific phone number given by me. can i do this and how can i do this

Member Avatar for Diamonddrake
0
126
Member Avatar for ak.royan

Hi. how to copy one form to anoter project? i right click on project name and choose add existing item. i select one form from another project(all 3 files: .cs, .Designer.cs, .rsex) but it dosn't work.

Member Avatar for ddanbe
0
90
Member Avatar for Mongz

Hi guys, im not well experienxed please help, i want to code a digital running time with the colon dots flickering to show that the time is running anyone can offer help will be very usefull.

Member Avatar for sknake
0
175
Member Avatar for Mongz

Hi Guys, i created an C# application, i need to read an excel spreadsheet called "Graduates.xlsx", i have to search for a specific row on a column called "ID number", once i get that column i must retrieve a record of that row on column "First name". Its been weeks …

Member Avatar for sknake
0
708
Member Avatar for roberto usu

I have a structure containing [ICODE]struct XboxFriends { char gamertag[SIZE]; char name[SIZE]; char country[SIZE]; char city[SIZE]; char favoriteGames[SIZE]; int age; };[/ICODE] this code is supposed to keep track of my xbox friends. I also have written a function [ICODE]void searchFriends(vector<XboxFriends> &friends) { string gameName; cout << "--- Favorite Game Search …

Member Avatar for vmanes
0
100
Member Avatar for Chaster

Hello guys, I don't really need a solution, just answer - some Swing insight. So I have a panel, and a list on it. The list is populated with strings. The problem is the following: If I add the list elements too fast, I end up with different kinds of …

Member Avatar for quuba
0
127
Member Avatar for asphp

I'm making a tick tack toe game for a programming class and i*m stuck with some problems. Problem 1: rand sometimes returns a value over the max value. Max is 9 and it can return up to 1000000 on some occasions. Problem 2: The Win function only works in player …

Member Avatar for asphp
0
125
Member Avatar for shawnisalk

I'm trying to open a usb webcam via Python. Can anyone give me a hint how to do that? Thanks, Shawn

Member Avatar for Salem
0
170
Member Avatar for wheel

Hello! I'm wondering how to go about packing data from an std::vector<unsigned long> into valid unicode (UTF-8) characters. So far, I've tried writing the unsigned long data directly to a text file, but that usually results in invalid characters. (I don't actually need to store the data in unsigned long …

Member Avatar for wheel
0
187
Member Avatar for Miganders

so, iwe been messíng arround with C++ for about 4 days now and here is my first real print all squarenumbers (it will break at a point) : [code]#include <iostream> #include <windows.h> //---------------------------- using namespace std; //---------------------------- int main () { string numbers="1"; bool on = true; do { cout …

Member Avatar for Miganders
0
171
Member Avatar for zydaru

Hy, I want to create several mdb files. Done that,I've created several tables, populated them, but I want to protect them by a custom password. How can I do that? :icon_confused: Thanks!

Member Avatar for zydaru
0
333
Member Avatar for chixm8_49

Good day everyone! I would like to ask some problem about the program I am currently working (hangman to be specific). Since I am just a beginner, there are many things I would like to clarify. I would like to ask your help so that I can enable more to …

Member Avatar for codeguru_2009
0
177
Member Avatar for Miganders

[code] #include <iostream> #include <windows.h> //---------------------------- using namespace std; //---------------------------- int main () { long int numbers=1; bool on = true; while (on==true) do { cout << numbers*4; numbers = numbers+1; Sleep(500); } }//--breaks here [/code] how come the loop not work?

Member Avatar for Miganders
0
109
Member Avatar for mahela007

Hi.. I would like to know how to create a variable while the program is being executed. Here's what should happen. The program asks for an input from the user and then creates a variable who's name is the value of the input and then assign's a value to it. …

Member Avatar for The_Kernel
0
257
Member Avatar for NguyenThai

Hello everyone. I get problem with the login control and login view during working with my ASP.Net project. I'm using VS 2008, C# language, AJAX Control Toolkit. I built the master page, and I want the login control is always available everywhere in my website, but I cannot find how …

Member Avatar for NguyenThai
0
211
Member Avatar for Ajantis

Hello people! I am working a little with JAVA programming. And I have a couple of assignments left. When they're both done, I graduate! :) However, I'm not fully familiar with threads. So I don't know how to solve these problems. I thought that perhaps someone could lead me in …

Member Avatar for TheWhite
0
157
Member Avatar for osirion666

Okay very odd Error i created and admin page in jsp with add update and delete functions the add and update work perfect on both IE and FF however delete works 100% in ff and not IE when i refresh in FF the record is removed while IE seems to …

Member Avatar for osirion666
0
77
Member Avatar for osirion666

Okay so i have a delete button in my application and want to replace the button with an image i have tried using img type however when i click this the getparameter function - i need this to run jsp code sql delete query- it doesnt work - the button …

Member Avatar for osirion666
0
72
Member Avatar for sky2217

I have a programme which has been packaged using the installer supplied with VB6. It installs and runs perfectly with XP but doesn't with 2000 Professional. Any ideas?

Member Avatar for stevanturk
0
96
Member Avatar for networkmancer

Now im getting Declaration Syntax Error on line 155. Please help need urgent . [code] #include <stdio.h> #include <conio.h> #include<process.h> #include<dos.h> void graph(); void foo(){ int a,b; clrscr(); gotoxy(27,12);textcolor(12);cprintf(" "); gotoxy(40,14);textcolor(12);cprintf(" "); gotoxy(29,16);textcolor(12);cprintf(" "); for(a=1;a<=72;a++){ gotoxy(5+a,2);printf("Í"); gotoxy(5+a,23);printf("Í"); } for(b=1;b<=20;b++){ gotoxy(5,2+b);printf("º"); gotoxy(78,2+b);printf("º"); } for(int s=1; s<=3;s++){ gotoxy(41,2+s);printf("º"); } for(int o=1;o<=72;o++){ gotoxy(5+o,5);printf("Í"); …

Member Avatar for Ancient Dragon
0
242
Member Avatar for newcook88

how do i add two columns in a gridview and put the total in the third column example exam1 exam2 total 66 20 86 how to i create the colum to genrate the total aftrer doing the query in sql

Member Avatar for newcook88
0
111

The End.