132,729 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for a_arunsankar

I have created a small application to open the Flash File from my VB.Net Windows Application. To open the Flash file - I have used the Shockwave Flash Object. When I run the application directly from the Solution, the flash files are opening perfectly. But, once I created the EXE …

Software Development flash pdf vb.net xml
Member Avatar for a_arunsankar
0
140
Member Avatar for sandeepani

Are there any APIs or components that can be used for GIS development?

Software Development
Member Avatar for Ramesh S
0
132
Member Avatar for Vampirewombat

Name Address1 Address2 Addess3 ---------------- --------------------- -------------------- ------------------- Name1 Address1 Address2 Address3 Name2 Address1 (NULL) Address3 Name3 Address1 Address2 (NULL) I need to take this information and export it into a CSV file with the Owners Address (combination of add1, add2 and add3) As a single string, Then take the …

Software Development pascal
Member Avatar for BitFarmer
0
647
Member Avatar for kiranpreddy05

Pls help me out i am using visual C++6.0 enterprise edition.... [code=c++] /*--------------------------------------------------------------------------*/ /*--------------------------------------------------------------------------*/ // Source file originally created by PegWindowBuilder // // // Class Name: ecgclass // // Notes: /*--------------------------------------------------------------------------*/ /*--------------------------------------------------------------------------*/ /* WB Auto-Generated Start (1) */ #include "peg.hpp" #include "ecg_res.hpp" #include "ecgone.hpp" extern PegResourceTable Default_Theme_ResourceTable; /* WB Auto-Generated …

Software Development c++
Member Avatar for Fbody
0
239
Member Avatar for DdoubleD

Hello friends! I have some database tables that store Image/Bitmap as part of each record as a Byte[]. I also have method that loads all the tables records into a DataTable and I would like some suggestions on how I can get this Byte[] column in my DataTable to be …

Software Development
Member Avatar for DdoubleD
0
266
Member Avatar for moorcroft

Hi I have a TreeView object created on my website using the following code: In my Page_Load method I call BuildDocumentNavigationTree() as in: [CODE=C#]private void BuildDocumentNavigationTree() { TreeNode rootNode = new TreeNode(currentDocumentStructure.Label); rootNode.Value = currentDocumentStructure.UniqueId.ToString(); rootNode.Value = rootNode.Value + " : " + currentDocumentStructure.Title.ToString(); AddChildElementNodes(rootNode, currentDocumentStructure); TreeView1.Nodes.Add(rootNode); } private static …

Software Development
Member Avatar for DdoubleD
0
627
Member Avatar for TobbeK

Hi I put my hope to anyone experienced in the PdfSharp class library or perhaps can find an answer anyway. Please provide some code example, I have tried many variations and have already seen most of the existing errors. I have some problems adding new pages. I want to add …

Software Development asp.net pdf
Member Avatar for TobbeK
0
2K
Member Avatar for debasishgang7

hi i want 2 know ho to make Instant Messenger client with c++. pls. provide web resources if available.., .. pls..

Software Development c c# c++
Member Avatar for kabeer.khan
0
2K
Member Avatar for gibson.nathan

im working with a two class program. i have one for calculations and the other for the main method like so: [CODE] /** * Write a description of class CO2FromWaste here. * * @author (your name) * @version (a version number or a date) */ public class CO2FromWaste { private …

Software Development java
Member Avatar for AndreiDMS
0
333
Member Avatar for mitsuevo

Hey guys, I want to create a new array in python. But cant seem to find a way of doing it without having to give initializing values... Basically i want to do wat this java line does float myArr[65353]; and to make matters worse when storing/retrieving data i wont be …

Software Development python
Member Avatar for mitsuevo
0
10K
Member Avatar for mitsuevo

hey guys, i have a problem.. i have this chunk of text like this..... [code] No. Time Source Destination Protocol Info 2 0.005318 192.168.110.33 192.168.110.44 ICMP Echo (ping) request Frame 2 (98 bytes on wire, 98 bytes captured) Ethernet II, Src: Cisco-Li_4d:e1:30 (00:1c:10:4d:e1:30), Dst: IntelCor_4d:77:83 (00:13:02:4d:77:83) Internet Protocol, Src: 192.168.110.33 …

Software Development python
Member Avatar for mitsuevo
0
223
Member Avatar for Sandar Khin

Hi all, Pls explain me about Timer and Thread.May I know the usage of Timer and Thread with examples if possible.I can't control these Class very well.Thank in advance.Pls help me.

Software Development java
Member Avatar for Sandar Khin
0
96
Member Avatar for Natsu29

Hello all! Looking for some help with this, I've been using a book to make an sql database to store names, and was hoping to use a button to randomly select any of the names in the database to be allocated to one of two machines. Also there is a …

Software Development c c# c++ gui
Member Avatar for Natsu29
0
136
Member Avatar for Moselekm

Alright, I have been struggling with this for a while. I just sort of want to grasp and test out everything I have learned, but that's hard to do when they don't seem to work. Basically all I want to do is cause an event [MessageBox] when I hit a …

Software Development
Member Avatar for Geekitygeek
0
328
Member Avatar for P00dle

Hi guys 'n' gals Just need some advice - I am using a sorted map to store info that I read line by line from a text file. example of info: id product price 1 option_1 23 2 option_1 23 3 option_1 23 2 option_2 24 3 option_2 24 3 …

Software Development java
Member Avatar for P00dle
0
88
Member Avatar for P00dle

Hi all, and thanks for your help, in advance. I 'm stiing here with 2 choices, and I need help deciding which one to take. I want to take certain factors into account(i.e. efficiency, speed) I have values that I want to place into a SortedMap. I can do this …

Software Development java
0
143
Member Avatar for Hilliard

Hey guys, Just trying to do a simple shell script to generate a query line... can someone tell me why this does not work? [CODE]for e in `cat file.txt`; do echo INSERT INTO \`omstest_omstest\`.\`GEN2_FIELD\` VALUES \(NULL, '$e', '$e', '4', '2009-10-05 00:00:00', '0' '0'\)\;; done;[/CODE] if you take out the $ …

Software Development shell-scripting
Member Avatar for sknake
0
193
Member Avatar for bk_bhupendra

hi , i am doing a project in C#, windows application. i am using sockets for communication between systems. now i am facing an error... its given below.. pls help me to solve this [code]System.Net.Sockets.SocketException was unhandled Message="Only one usage of each socket address (protocol/network address/port) is normally permitted" Source="System" …

Software Development assembly socket-programming
Member Avatar for sknake
0
426
Member Avatar for nanosani
Member Avatar for rajesh kurapati
0
218
Member Avatar for dhana3

Hai, I need to fetch records in to gridview based on fromdate and todate using c#,plzzz help asap

Software Development
Member Avatar for sknake
0
117
Member Avatar for Qvintus

Hello i have been trying to make a program that should restart my server if it crashes. Just some few problems... it won't work. [CODE] Imports System.Net.Sockets Imports System.Text Module Module1 Sub Main() Console.Title = "Shifty Server Keeper" Dim clientSocket As New System.Net.Sockets.TcpClient() While clientSocket.Connected = False Try clientSocket.Connect("127.0.0.1", 27015) …

Software Development vb.net
Member Avatar for Qvintus
0
104
Member Avatar for aarpitgenius

how randomise function works in c++ and how can output of the program be found when program contains randmize() function.

Software Development c++
Member Avatar for samsons17
0
92
Member Avatar for liemonline

Hi, I'm a beginner to C++. I'm writing a linked list template but I get this error: 1>Tester.obj : error LNK2019: unresolved external symbol "public: __thiscall List<int>::~List<int>(void)" (??1?$List@H@@QAE@XZ) referenced in function _main 1>Tester.obj : error LNK2019: unresolved external symbol "public: __thiscall List<int>::List<int>(void)" (??0?$List@H@@QAE@XZ) referenced in function _main I'm using Visual …

Software Development c c# c++ linked-list visual-studio
Member Avatar for jonsca
0
1K
Member Avatar for A.Najafi

Hi All, Using Visual studio 2008, I have an application that its data can save to a binary file, using *.SDB extension, Moreover users can open this file from my application. I have 2 questions about this. 1- How can I assign an icon to this saved file with SDB …

Software Development asp.net vb.net visual-studio
Member Avatar for A.Najafi
0
91
Member Avatar for adelphe

[CODE]void menu() { int userinput; static value *head = NULL; static value *tail = NULL; cout << "1 - Insert value" << endl; cout << "2 - Print list" << endl; cout << "3 - Delete value" << endl; cout << "4 - Quit" << endl; cout << "5 - …

Software Development c++ linked-list
Member Avatar for abhi_elementx
0
111
Member Avatar for crystality

Hello! I'm getting this infamous problem: [B]Segmentation fault (core dumped)[/B]. Not sure what's going on. ='( Please help! I've red-ed and bolded the parts that I think are problems. In the following class, I'm trying to create a class called 'BucketHashTable'. I want to create an array of known size …

Software Development c++ linked-list
Member Avatar for abhi_elementx
0
231
Member Avatar for adcodingmaster

i m making chess in java swing and does not getting how to implement[B][I][U][COLOR="Red"] check & checkmate condition.[/COLOR][/U][/I][/B] any sugessions plz thnx in advance

Software Development java java-swing
Member Avatar for BestJewSinceJC
0
2K
Member Avatar for herms14

guys I'm just new with visual basic. I would like to ask a question regarding coordinates.. Suppose I have object lets say a button how do i get the coordinates of the button in the form? also I want to button to move given a particular path, example if i …

Software Development vb.net visual-basic
Member Avatar for herms14
0
114
Member Avatar for uncbball

Hey, so I have to make a program that has to multiply two 3x3 matrices (among other things). I used classes to do the project, but I just can't seem to get this multiplication to work. Here is my code so far: [code]void matrix::mult(const matrix& u) { double c[9]; double …

Software Development c++ matrix-multiplication
Member Avatar for abhi_elementx
0
156
Member Avatar for vinochick

I am very new to C++ and have the slightest idea where to start. Here are the directions for the project I'm doing. Below is a copy of the program that I have so far. An internet service provider has three different subscription packages for its customers: Package A: For …

Software Development c++
Member Avatar for jonsca
0
765
Member Avatar for ankur_

I am starting to learn C basic OS Concepts and I have to code them using C. Can anyone suggest me some good links where I can get basics of the complete OS Concepts like (process,IPC,thread,sheduling,File management,Memory management, Security) I have got good idea about the concepts but I am …

Software Development c
Member Avatar for ankur_
0
137
Member Avatar for maverick405

Hello, please help me I am trying to write program that allows a user to enter 10 numbers, stores in an array and then displays each with it's square (no * no) and cube (no * no * no), I am able to get square but cube in not working, …

Software Development c++
Member Avatar for abhi_elementx
0
2K
Member Avatar for ArjunRaja

Hi I am new to C. I want use properties file in C like how we use in "java" and "Perl". I want to read the values from a file and have to use those values in another file. This logic is to avoid hardcoding username and password.

Software Development c perl
Member Avatar for ArjunRaja
0
120
Member Avatar for gretty

Hi I have downloaded an editor called OceanTiger CSDesigner & it has no compiler with it. I have read the sticky posts, & I know that I could use netbeans or microsoft visual instead but I want OceanTiger because its small like Dev c++ & doesn't uses heaps of memory …

Software Development c#
Member Avatar for thines01
0
153
Member Avatar for Whilliam

Hello, I've been having problems with my program. I really don't get files that much. This is my code: [code=c] #include<stdio.h> #include<string.h> #include<stdlib.h> #include<conio.h> #define max 3 typedef struct { char FName[24]; char LName[16]; char MI; }name; typedef struct { unsigned long ID; name n; char course[8]; int level; }profile; …

Software Development c
Member Avatar for super-sonic
0
140
Member Avatar for railmaster7

I'm making a header file to make, sort, and print a vector using heapsort. I keep getting a compiler error about my const char[100] array. Probably something really simple I'm missing...I hope. In function `void build_list(std::vector<T, std::allocator<_CharT> >&, const char*)': 16 expected primary-expression before "const" 16 expected `;' before "const" …

Software Development algorithm c++
Member Avatar for Dave Sinkula
0
206
Member Avatar for LennieKuah

Hi there, Please help me. I am having problem trying to include Checkbox in 1st Column in DataGrid for all the Rows. Being a newbie and I am struggling doing it. I need your help.

Software Development c c# c++
Member Avatar for LennieKuah
0
196
Member Avatar for vinochick

How do I find the Rand_Max on my system using C++ code? Just a theory question.

Software Development c++
Member Avatar for Dave Sinkula
0
905
Member Avatar for scott6480

I am having a problem with my program. We are supposed to ask for two numbers as input then half the larger and double the smaller. If the larger is odd then the smaller is added to an accumulator. My problem lies (i'm guessing) somewhere in the functions. Here is …

Software Development c++
Member Avatar for Dave Sinkula
0
206
Member Avatar for Art_Vandelay

Hello, So I'm just starting to learn c++ and am trying to make a tic tac toe game. My problem is where it says (board[pMove - 1] != 'X' || 'O'); it's supposed to see if there is already an x or o in the spot and then place the …

Software Development c++
Member Avatar for Art_Vandelay
0
95
Member Avatar for lifeh2o

I am trying to make a desktop application that can fetch live scores from web and save them to a database for offline view. Also if you know any open source application that is capable of displaying scores by fecthing from web then please tell. I dont know how to …

Software Development open-source xml
Member Avatar for kvprajapati
0
126
Member Avatar for MeBjess

This is part of some class work I have to do, but this is not what I am turning in as my assignment! It does have some bugs, but as long as the user only enters an integer it runs fine. I have included just the part of the code …

Software Development c
Member Avatar for MeBjess
0
116
Member Avatar for rysin

[CODE] #include <cstdlib> #include <iostream> #include <string> using namespace std; int main() { string names[] = {"Jim", "Rob", "Sam", "Tim"}; int i; i = 0; string stain; stain = "f"; while (stain == "f") { if (names[i] == "") { stain = "p"; } i += 1; } for (int …

Software Development c++
Member Avatar for jbennet
0
129
Member Avatar for briantrumpet

How do you stop forms from being movable and resizeable after you have maximized them in code.(this only happens if the maximize box is disabled) If you maximize a form with the maximize button it does not let you move or resize the form.

Software Development c c# c++
Member Avatar for DdoubleD
0
1K
Member Avatar for CanYouHandstand

Hey All I've recently picked up a VCL delphi project and am quite new to the language. The software so far consists of a main form, with several GroupBoxes and panels covering the entire form. I'm trying to implement some user short cuts, for example when "Ctrl+1" is pressed I …

Software Development delphi pascal
Member Avatar for CanYouHandstand
0
2K
Member Avatar for dmm

Let's say I'm writing to a file a series of integers like this: 4 3 2 1 0 After writing the last number (or the last line), can I delete that last one?

Software Development c++
Member Avatar for William Hemsworth
0
79
Member Avatar for lotrsimp12345

1>c:\users\...\documents\visual studio 2008\projects\generic bst container\generic bst container\my_bst.h(80) : warning C4717: 'my_bst<int,int>::insert_sub' : recursive on all control paths, function will cause runtime stack overflow TEST.CPP #include <iostream> #include "my_bst.h" using namespace std; int main() { my_bst<int,int> ab; ab.insert(5,10); return 0; } MY_BST_NODE.H #ifndef MY_BST_NODE_H #define MY_BST_NODE_H #include <iostream> using namespace std; …

Software Development c++ visual-studio
Member Avatar for Kontained
0
198
Member Avatar for snehula

Hi :-) Yeah I'm new to this whole thing, that's why I'm probably going to ask a lot of stupid questions, I apologize in advance.. The story is: I'm writing a program to enter a string and a search character and output the number of times this character occured in …

Software Development java
Member Avatar for quuba
0
134
Member Avatar for fadia

Hi guys.. I've started but don't know what to do next.. can someone please help. This is the question.. Q:- Write a program to define a class to implement the time of day. A clock gives the time of day, let us call this class ClockType. Furthermore, to represent the …

Software Development c++
Member Avatar for fadia
0
305
Member Avatar for Goalatio

Hey guys, I am on the Windows OS using NASM16, and I'd like to know how to set the system time.. Code so far: [CODE][org 0100h] ;COM format %include "Lib_1\Lib1.asm" ;settime Hour minute second date month year ;settime "6" "35" "00" "06" "01" "09" ;-------------------- ;Lib1.asm ;string - Displays a …

Software Development assembly
0
82

The End.