199,114 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for flebber

I am looking at a project that will import and modify an XML file and then export it to a table. Currently a flat file table system should be fine. I want to export the modified data to the table and then perform a handful of maths(largely simple statistical functions) …

Member Avatar for Beat_Slayer
0
94
Member Avatar for cptspock

Hello, me again. No VB experience and very little SQL experience. I am trying to upgrade a web site, that connects to a SQL DB to track requests. The SQL DB was originally built in SQL 2000 and I did not create the DB or the web pages. The new …

Member Avatar for cptspock
0
102
Member Avatar for harikrishna439
Member Avatar for Ancient Dragon
0
178
Member Avatar for ftl25

Hi folks, I am writing an application in C, but I have the OOP functionality that C++ provides. (i.e., I can only use C library functions). I have a function as follows in TSL1.cpp: [CODE] void TSL1_ExecuteTest (char *sCmdInt[]) /******************************************************************************* Name: TSL1_ExecuteTest Description: This function executes tests from current TSL1 …

Member Avatar for ftl25
0
186
Member Avatar for tehmarto

Hello, I wanna write an anticheat for a game. So it seems that the cheat itself is editing the memory (for example movement speed). So what I'm gonna do is make my anticheat tool to scan the memory offset and compare the value in the memory to the normal value …

Member Avatar for tehmarto
0
239
Member Avatar for steveh000

Hi Guys I wonder if you can help me get my head around this. I am trying to search a String for a sub string but there are not gaps in the original string for example [code] String s1 = "www.google.com/search/" String s2 = "google" [/code] when i attempt to …

Member Avatar for steveh000
0
115
Member Avatar for Haxifix

My friend and I were making a pac man console game in C++, and we can't seem to get the AI we wrote for our ghosts to work properly [code] #include <iostream> #include <Windows.h> using namespace std; struct Player { int x, y; Player() { x = -1; y = …

Member Avatar for Haxifix
0
936
Member Avatar for aliskov

Hello everyone, I'm a high school student highly interested in computer science in general. I've already taken two Computer Science AP classes, both in Java. I took the Computer Science AP exam last year and got a 5 on it, so I'm OK when it comes to Java. Not too …

Member Avatar for ddanbe
0
299
Member Avatar for new SE

Hi, once page is display, i want to display all record in gridview from database..in the page also has one button to search..then upon the button search is click, i want to display the result in other gridview and hiding the last gridview..how can i do?

Member Avatar for plusplus
0
87
Member Avatar for dadam88

if (map[xPos][yPos] == map[xTPos][yTPos]) this works and does what I want it to do. But when I increase the traps. Multiple traps "5" display on the grid but only the last one (assuming) that is created will trigger my if statement. I was trying to add map(i)[xTPos][yTPos] but I'm having …

Member Avatar for Fbody
0
274
Member Avatar for unexpert

Hello. I'm having a bit of trouble with my programming. I'm giving a signal to my board and it will detect and display the maximum and minimum point of the signal wave. However, I'm not really sure if I wrote my codes correctly. Also, I'm getting this error : "operator …

Member Avatar for Adak
0
151
Member Avatar for sugumarclick

hi friends, I am a novice java programmer. I am in a learning process in java servlets. But i struck into a Class method which should return a result set as an array. I will show my code as some one can point out where am i going wrong. Currently …

Member Avatar for sugumarclick
0
689
Member Avatar for nadskap2

Hey there DaniWeb. I've got some problems with a website i made ([url]http://bstagdaekning.dk[/url]) Look at this page: [url]http://bstagdaekning.dk/?p=14[/url] i need it to retrieve Æ, Ø and Å on every part of the page :( anybody can help?

Member Avatar for rajarajan2017
0
108
Member Avatar for vibhaJ

I have one website name e.g. [url]www.mydomain.com[/url] Now i want to configure smtp setting in my local pc. Below is the phpini code i have set. Here i have not used any username and password. [CODE] [mail function] ; For Win32 only. SMTP = mail.mydomain.com smtp_port = 25 [/CODE] And …

Member Avatar for rajarajan2017
0
141
Member Avatar for pdk123

Hello All, I have the following doubt: Currently both the ipv4/ipv6 headers are such that they donot result in any padding. So it allows us to typecast the input stream to the ipv4/ipv6 header c structures. But don't you feel that this code is error prone ? [CODE]int Comp::getfield(uint8* pInPktStream) …

Member Avatar for mike_2000_17
0
162
Member Avatar for spach79

Hi guys, I am trying to write a code which will create labels at runtime vertically after selecting a value from a combobox. I am only getting one label created at the starting position. Can you please tell me what the problem is and how can I fix it? Thanks …

Member Avatar for hassan12345
0
123
Member Avatar for backendcode

Hello friends, How you doing. I need your help. I create a login form. But when i enter a password. its not case-sensitive. If i enter password abc or ABC it show me secure page. but i want password should be case-sensitive. Thanx.

Member Avatar for rajarajan2017
0
198
Member Avatar for whiteyoh

Hi all, I'm building a questionnaire and would like to know how i can get a selected option to stay selected after clicking submit. thanks paul

Member Avatar for vibhaJ
0
111
Member Avatar for SD91

Hi, I deseparetly need help on designing a pseudocode for this program. I am new to programming, and totally lost. I started on it, but it doesn't seem right so could someone please check for me and help me out. I really need help! Here is the problem that I …

Member Avatar for insanely_sane
0
260
Member Avatar for evolution120

hi guys, im having some problems here.. i coded some visual basic codes on visual studio 2010, now my friend cannot view the in his visual studio 2008.. is there any method that can save it into compatible method, so my friend can view the codes also? thanks in advance..

Member Avatar for Simran Kaur
0
174
Member Avatar for prem2

Hi , I am having a hashtable which consists of some keys and values.I can able to get the information from the hashtable using iterator or Enumeration. [code] import java.util.*; import java.util.Hashtable.*; import java.util.Iterator.*; import java.util.Enumeration.*; import java.io.*; class ex_hashtable { public static void main(String args[])throws IOException{ Hashtable<Integer,String> hobj=new Hashtable<Integer,String>(); …

Member Avatar for prem2
0
136
Member Avatar for dflatt

I seem to be having a few problems with pointers at the moment. At the moment I have a char pointer as a parameter in one class. The function is being used in another class and is being used to get an input file. [CODE] ClassA* CAptr = new ClassA; …

Member Avatar for dflatt
0
121
Member Avatar for mabshell

Hello, I'm having difficulties with a problem. I made a binary tree with 2 child coming from one parent but now they ask me to create another child meaning, the parent has 3 child. I can manage to create the third child only in the first parent, after that the …

Member Avatar for ddanbe
0
92
Member Avatar for MoZo1

I have the following scenario: There are several trips, each with several people, and each people has several data, like... idk., height, weight, hair color, and of course passport number, name... So the point is to retrieve these from several sources, store them, then make statistics. I'm only interested in …

Member Avatar for MoZo1
0
112
Member Avatar for deepucando

Hi i am trying to design a social networking site for my project. i have to design the database for the social networking with user profile and friends contact list as like facebook and orkut. can anyone help me to implement the database design with fast and accuracy retrieval of …

Member Avatar for metalix
0
104
Member Avatar for sana_moi

hellow!! i mworking in c++ managed on vsual studio c++ 2010 express edition but when i get the text from a text zone and use it in an other traitement it's gve me tis error: de 'System::String ^' en 'System::String ^[256]' nd there is my code: private: System::Void BGENER_Click(System::Object^ sender, …

Member Avatar for sana_moi
0
172
Member Avatar for LevyDee

Hi, I am trying to set it up so that when the user wants to, he can add an Icon image to a ListView. Right now nothing is happening when I try to test it, it compiles fine, but no icons show up. [code] private void radioButton1_CheckedChanged(object sender, EventArgs e) …

Member Avatar for Geekitygeek
0
111
Member Avatar for BonaDrag

I have an error I don't understand how to get rid of. I want to compare a string consisting of: ID + " " + date + " " + time + ":00" to a string in the database (data type = text). Here's an example of what I fetch …

Member Avatar for BonaDrag
0
134
Member Avatar for raephel
Member Avatar for caps_lock

Hi guys, The tabbed menus work, but not in MS IE and I don't know why. The tabs appear, but the content of the tabs just sits all in one panel. Clicking the second tab does not activate the second content panel. My code is a bit messy but I …

Member Avatar for caps_lock
0
251
Member Avatar for anlmember437

I am having problems installing VB 6.0 (Enterprise Edition) in my laptop(Vista) it says "compatibility issues". Can I install VB 6.0 in vista?

Member Avatar for AndreRet
0
259
Member Avatar for LloydFarrell

Hi All, I have a few dos commands that I would like to run / hardcode into my vb6 application my .bat file starts like this @echo off set drive=e:\Backup\ set backupcmd=xcopy /s /c /d /e /h /i /r /y I am setting the drive location using set drive=e:\Backup\ the …

Member Avatar for vb5prgrmr
0
544
Member Avatar for tferrier18

Hey Guys, Any help on this would be greatly appreciated. So I've got a list of strings in ListBox1 and I want to remove the last seven characters from each string in the list and write the output to an excel file... Any tips would be greatly appreciated. Thanks in …

Member Avatar for codeorder
0
169
Member Avatar for boiishuvo

I am a new learner of Java. Thq question is "Write a Java program ShowStars.java so that java ShowStars numA1 numB1 .... display a sequence of stars "*", starting from position numA1 and ending at position numB1. If there are further such integer pairs, say, numA2 and numB2, do the …

Member Avatar for javaAddict
0
185
Member Avatar for Megha SR

guys........ can anybody help me in FUNCTRIONS?? i'm not able to understand it. can u show me examples also???????? pls:icon_confused: :cool: pls reply............. thankyou.........:?:

Member Avatar for JamesCherrill
0
98
Member Avatar for Stefano Mtangoo

Hi, Please help me spot where I go wrong. I cannot understand why the error. The Code with error and full error are below. Thanks Error:[COLOR="Red"] loaddll.cpp:6: error: invalid conversion from 'void*' to 'void (*)(wxString)'[/COLOR] lines 5, 6 and 7 [CODE=C++]typedef void (*helloSteve)(wxString);//takes string and Shows it! helloSteve myFunc = …

Member Avatar for Stefano Mtangoo
0
1K
Member Avatar for VB2008beginner

Public Class Form1 Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Dim show As String show = Space(90) & "9x9product" & vbNewLine & vbNewLine For i = 1 To 9 For j = 1 To 9 show &= i & "x" & j & "=" & …

Member Avatar for GeekByChoiCe
0
70
Member Avatar for p@rse

I have a listview with process that are running. my goal is to pass the "path" of the process to a text box when someone clicks on a selection. but my code isnt working correctly, this is what I have: [CODE] Private Sub lvwProcBox_SelectedIndexChanged(ByVal sender As System.Object, ByVal e As …

Member Avatar for GeekByChoiCe
0
154
Member Avatar for madhub2v

i want to know that.. i hava a small java program i.e to caliculate electricity bill(home or commercial). i have compiled and executed it. so now i want to turn this program to a appilcation like caliculator. How?.

Member Avatar for Stefano Mtangoo
0
152
Member Avatar for xofth

I am using the code below to insert the username and password to keep thi id and password record i want the change that if the id and password exist it replace the id and password in the database [CODE]$username=$_POST['login']; $password=$_POST['passwd']; $con=mysql_connect('localhost','root',''); //establishing connection with server mysql_select_db("sql", $con); //selecting DataBase …

Member Avatar for rajarajan2017
0
62
Member Avatar for MooGeek

Hi guys!! I'm currently developing an opensource CMS. but I've noticed that lots of Pro Programmers use Linked List. and of course if I want to make a opensource CMS I want to code it Professional way. that's why I've decided to use Linked List instead. the problem is I …

Member Avatar for rajarajan2017
0
146
Member Avatar for unexpert

Hello. I'm having a bit of trouble with my programming. I'm giving a signal to my board and it will detect and display the maximum and minimum point of the signal wave. However, I'm not really sure if I wrote my codes correctly. Also, I'm getting this error : "operator …

Member Avatar for unexpert
0
163
Member Avatar for Nitin Daphale

Hi all, I am executing query for SQL Server 2008 like that , [CODE]myQuery= Insert into Employee(id,name)values(' 99 ' ,' Nitin Daphale ');Insert into Employee(id,name)values('77' ,'XYZ');Insert into Employee(id,name)values(' 88 ' ,'ABC');[/CODE] Here am Inserting 3 Records in an Employee table but the problem is, if any statement fails I can't …

Member Avatar for Nitin Daphale
0
145
Member Avatar for michdd

I have a question about how to clean up certain thing, or if it's even necessary at all. Say I have a vector of objects. These objects have members that are pointers. When I remove one of these objects from the vector will everything be cleaned up automatically? Or do …

Member Avatar for mrnutty
0
85
Member Avatar for dadam88

If I use classes, will this reduce my lines of code? Is this a good way? Should I use a header for certain functions? Thanks ( Just wondering, thanks [CODE]/* Ask how many sides a shape has, go to that shape, ask for values to do questions about the shape …

Member Avatar for dadam88
0
98
Member Avatar for dwssassin

[CODE]$day = date("Y-m-d", strtotime('+1 month', time())) . " " . "$hour" . ":". "$minute" . ":" . "00" . "$ampm"; $day->setTimezone(new DateTimeZone('$ftz'));[/CODE] I have a user enter a time and I want to generate a $day one month ahead of the day the script was called at the time entered …

Member Avatar for metalix
0
1K
Member Avatar for hmarie88

I keep getting these errors when I try to run the program Exception in thread "main" java.lang.NumberFormatException: For input string: "GTR" at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48) at java.lang.Integer.parseInt(Integer.java:449) at java.lang.Integer.parseInt(Integer.java:499) at Inventory6.addProductToInventory2(Inventory6.java:549) at Inventory6.main(Inventory6.java:734) I've spent hours trying to figure out what I'm doing wrong and it's due in a few hours. I …

Member Avatar for hmarie88
0
113
Member Avatar for hegde84

I have a gaming application developed in C#. I want to have animation, lot of customization in my installation package. Please recommend me a good software.

Member Avatar for chaithra85
0
84
Member Avatar for red_ruewei

Hi all, I try to view latest date and amount from history table for each branch (branch table :viscawangan). But accouter problem to view [B]amount [/B]value. [CODE] SELECT b.kod_cawangan,b.nama_cawangan, MAX( a.tkh_data ) AS tarikh_data,[B]a.amount[/B] FROM history a, viscawangan b WHERE a.kod_caw = b.kod_cawangan GROUP BY kod_caw [/CODE] Here i give …

Member Avatar for red_ruewei
0
9K
Member Avatar for toferdagofer

im trying to figure out how to get the max and min of the values that are entered if i run this program. I want the user to enter in a series of numbers until they were finished and to terminate it to type -99. I'm having quite a few …

Member Avatar for toferdagofer
0
202

The End.