199,112 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for VIDHYAPREM

Good Morning Sir/Madam, I am a beginner in VB.NET .I am interested in doing project. Please sugges me a tiltle and give guidance to me. yours faithfully vidhyaprem

Member Avatar for VIDHYAPREM
0
78
Member Avatar for unclepauly

if i have a map of size 7, so something like this: 1 / \ / \ 2 3 / \ / \ / \ / \ 4 5 6 7 and i have the key and the value of the map to be both ints, then would memory be: …

Member Avatar for unclepauly
0
91
Member Avatar for Gunner54

Hi, i have made a code. Its meant to announce a "Sentence" but i dont know how to make a string into a sentece. The string up to now only announces the first word of the sentece. [CODE] //Announce }else if(memcmp((void*)lpcLine, "/announce ", 10) == 0){ bRet = false; char …

Member Avatar for WaltP
0
167
Member Avatar for Aia

I have been trying to figure out how to deal with any situation when the result is bigger than what a integer declared can hold. For example: [code] [COLOR=Blue]/* * Old_guy.c * */[/COLOR] [COLOR=Magenta] #include <stdio.h> [/COLOR] int main() { unsigned long int hartbits; [COLOR=Blue] /* years * days * …

Member Avatar for Aia
0
190
Member Avatar for SANJISH

i have managed to create a scrollable datagrid with fixed header. The header doesnt scroll out of focus when i pull the scrollbar down. However the height of the header increases or decreases depending on the number of records displayed. This is unacceptable to some of my customers and i …

Member Avatar for SANJISH
0
117
Member Avatar for bala24

Hi , can anyone give me some good links to learn all about data structures and using them in C. I have an exam soon on the topic and although i did went through it in my college days, its all washed out now. Thanks in advance.

Member Avatar for Dave Sinkula
0
85
Member Avatar for lastkey

Hi, I wan tto use 2 variables at same time in single loop. Like [I]for i in vs01a vs01b for k in 1 2 do rsh [COLOR=Red]$i[/COLOR] echo 'tail -20 /opt/oracle/admin/+ASM/bdump/alert_+ASM[COLOR=Red]$k[/COLOR].log' >> VS_logs.txt[/I] how to do it. because for vso1a it's ASM1.log whereas for vs01b it's ASM2.log. help me!!

Member Avatar for lastkey
0
123
Member Avatar for jen12

Hi, I am using Flash MX Professional 2004. I have created a flash intro page and want to link it to the home page of my website (which i created in Dreamweaver). In Flash, i created a button and applied action script. I used: on (release) {getURL(home.htm); } The flash …

Member Avatar for iamthwee
0
279
Member Avatar for c++34

i'm writing a News class and their subclasses but i have a problem with that function.it tells me that function(virtual string ToFileFormat() ) must convert the news to a string that holds the file format of that news.(File format of each news are given after the class definition)And this function …

Member Avatar for John A
0
145
Member Avatar for irotsenmar

I would like to know if anyone has any suggestions for building a case tracking system or getting one thats already made. For example, we want our clients to be able to log in to a site and submit cases with screenshots or attachments so that we can troubleshoot their …

Member Avatar for irotsenmar
0
117
Member Avatar for sneekula
Member Avatar for sneekula
0
12K
Member Avatar for R-Type

Hello, I've just installed a new script and i'm getting this error [code]Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource[B]/home/www/ [/B]line 13 [/code] This is line 13: [code]while($row = mysql_fetch_array( $result )) [/code] Is this wrong?

Member Avatar for R-Type
0
134
Member Avatar for jan1024188

hi I am new to C++ and I want to vrite some kind of "virus" for windows. The problem is, I dont want that command line opens when program runs. Its actualy unfinished loop, which beeps all the time. Now i want to know how to make "hidden" program. I …

Member Avatar for jan1024188
0
203
Member Avatar for indulgence

Create a class called Point which can be used to set and get a point (x, y) on a X-Y coordinator. Write a program to let your client set any three points to define a triangle on the X-Y plane and determine:- 1. what type of triangle formed by client’s …

Member Avatar for Bench
0
233
Member Avatar for plugh

Hi all - I am a newbie to this forum, but maybe someone there can help. I have a table using an Identity property. The purpose of it is to just have a unique id value... the problem is that the system automatically fills this table with lots of data, …

Member Avatar for campkev
0
174
Member Avatar for happy8899

i m new in VB.net so i hope tht anyone can give me the webpage to get information on how to learn VB.net as i dunno anything about programming....:cheesy:

Member Avatar for waynespangler
0
92
Member Avatar for Elfshadow

I'm a learning C++ programmer but one of my friends is a VB 6 programmer.He wants to go to vb.net but it makes him mad because it's so different from VB 6.Could someone please tell me any good tutorials for VB 6 to VB.net programmers.;)

Member Avatar for waynespangler
0
104
Member Avatar for Sturm

I am writing a small shell script for windows just for fun and was wondering how to open executable programs? Can c++ do this?

Member Avatar for John A
0
118
Member Avatar for MoeZen

Greetings all. Its been some years since I did anything in QB. I need to manipulate a txt file so it can be imported into MSAccess. Problem: The file is already comma delimitted, however each line of text contains multiple records. I need to insert a <return> after every 35 …

Member Avatar for WaltP
0
99
Member Avatar for Matt Tacular

I'm going to have to include a lengthy bit of code, but its every necessary part for you to see what I need. [php]import random availableCountries = range(20) # <--- Used at games start, player's countries taken from here firstTurnsCountries = [] # <--- Player one's country possesion secondTurnsCountries = …

Member Avatar for Matt Tacular
0
163
Member Avatar for different.cloud

I am at the basic stage of planning out a Relational Database and I am looking for a freeware program that I can use to draw my initial relationship diagrams (with entities and the relationships between them). It would be useful if the same program could later be used to …

Member Avatar for jbennet
0
143
Member Avatar for Suril :)
Member Avatar for jwenting
0
86
Member Avatar for jackjill

Hi all, i'm new in linux environment and have a v. tough task. Please help me how to initiate it. give me some expample scripts.. the prob def is : * i am trying to write a full-screen utility, that displays the permissions of a directory and all the directories …

Member Avatar for jim mcnamara
0
103
Member Avatar for sTorM

Hello all , I am just new to programming! I want to store the total number(deck[i].value) of several players evth having loop(players depend on user how many want).I tried many ways for that like vector and array.I dont know why I couldnt!Another thing,if user wants more cards,I want to give …

Member Avatar for Lerner
0
132
Member Avatar for DigitalAngel

I have never used MySQL and am a little unfamiliar with the pros and cons of using it. Is it true that it has no front end? I know that it is free but would like to know what the options are if we use JSP, ODBC or VB as …

Member Avatar for ses5909
0
195
Member Avatar for alkaholik

I'm not sure if I should post this in PHP or MYSQL, oh well. I have a nfl predictions site, and I want to dynamically update my stadings from another table in the database. I have one table (called: matchData) with all of the matches with the following fields: lid …

Member Avatar for ses5909
0
101
Member Avatar for pratty

Could anyone plz suggest whether it would be better to use php or asp.net for making a cms?I am farily new to both of these :)

Member Avatar for php_daemon
0
133
Member Avatar for chris99

My program won't read the listbox correctly. The output from the print statements are as follows: [QUOTE]Dronfield Sheffield 2.20 ('1',)[/QUOTE] I want the list item "B-line" to = 1, but due to the wierdness of the value, it reads it as ('1',) It is meant to read from the passinfo.txt …

Member Avatar for chris99
0
1K
Member Avatar for cancer10

Hello, I have a question: Suppose I have a table named as tblfriends and there are 3 columns with several row. Column names are: name, email, phone I want to pick 5 names randomly from the table each time my asp page refreshes. How can this be coded in classic …

Member Avatar for nikkiH
0
85
Member Avatar for Mix

Ok I have a program that accepts input from a file. it reads in inputs and is supposed to close automagically when it sees the number '42'. Only problem, I can read the input just dont know how to look for 42. Here's the code? HELP plz. [code]import java.io.* ; …

Member Avatar for zorr
0
99
Member Avatar for himanjim

Hi Friends, I want to display a bitmap image in my C++ program running on Turbo C++ 3.0 (16 bit compiler)... I'm doing a project on graphic calculator.....My code is nearly complete but I am not able to display a bitmap image......I have got a code [url]http://www.brackeen.com/home/vga/source/djgpp20/bitmap.c.html[/url] But that doesn't …

Member Avatar for himanjim
0
309
Member Avatar for Berniceazzopard

First of all happy new year and sorry to disturb u again but i'm really lost. Im trying to enter to validate a date. Can u pls check this code and tell me why in the procedure date the program is not letting me enter the month.:rolleyes: Unit appointments; interface …

Member Avatar for radu84
0
132
Member Avatar for Elfshadow

Should I use the codeblocks IDE with MinGW or Dev C++ IDE with MinGW??? I'm only a beginner C++ programmer and I don't like VC++ express because of installing the platform SDK:eek:

Member Avatar for micdareall
0
108
Member Avatar for Mr.UNOwen

So I started doing c programing and now I want to understand how file systems like fat 32 and NTFS works. So I want to know how to create a file transfering program. So here's a few questions.... 1 How do I do it the portable way? -find file size …

Member Avatar for WaltP
0
129
Member Avatar for TomPettyJT

I have been struggling with this program assignment for weeks now. Can someone offer some advice on how to only accept numerical input, and to reject anything else? Here is my code. [code=cpp] #include <stdio.h> #include <ctype.h> void main() { //Declaration of Variables float kPrice; //Price to Calculate int choice; …

Member Avatar for ~s.o.s~
0
118
Member Avatar for stan yost

The following code comes up with a number that has 13 digits past the decimal point. How can I cut this down to 2 decimal places? [Let drivetimeexpense = (rstdrivinginfo.timefromhome * rstdrivinginfo.numberoftrips * 2 / 60) * 20]

Member Avatar for stan yost
0
160
Member Avatar for sgriffiths

hello i have the following char Ambiglist[1000]; this variable contains a company name and postcode, but there may be numerous of both ie STEPHEN COMPANY LTD;TN25 8a7 JOHN JACKSON LTD;98asHHS HUMBURG LTD;8JSHAKS i want to read in and store the company names in a variable, but i cant for the …

Member Avatar for gcs584
0
193
Member Avatar for Colin Mac

This is an example from a book to explain using the WhoWins type for three possibilities. But when I go to compile, I get the error, "cannot find symbol - class WhoWins". Any suggestions? Thanks [code]import java.util.Scanner; import static java.lang.System.out; class Scoreboard { public static void main(String args[]) { Scanner …

Member Avatar for Colin Mac
0
105
Member Avatar for syruspayne

My college programming teacher gave me this pseudocode assignment on his first lecture. For crying out loud i have never heard anything like that. Actually am suppose to [I]Write a pseudocode to generate the [/I] [I]1)[/I] [I]fabonacii series &[/I] [I]2)[/I] [I]prime numbers btw 1 & 50. [/I] [I] -[B]Note that …

Member Avatar for 80s
0
323
Member Avatar for vov4ik

Hello, i wrote tiny program to output a single symbol, and it doesn't do the job. The whole code is below: [inlinecode] .MODEL SMALL .DATA .CODE BEGIN: MOV AH,02h ; function of printing single character MOV DL,'>' ; symbol of prompt INT 21h ; DOS call END BEGIN [/inlinecode] After …

Member Avatar for vov4ik
0
137
Member Avatar for sivaslieko++

hi everybody, how can I split my text into the array? for example mytext = "1 2 3 4 5 6"; mytext2 = splitFunction(mytext); then, mytext2[0] = 1; mytext2[1] = 2; mytext2[2] = 3; --- ------ ------------

Member Avatar for sivaslieko++
0
483
Member Avatar for pojke

Hi, I got very very strange problem. Since 19 of december, when all FireFox in company was upgrated automaticaly, code below stopped working. Strange thing is, when i wanted to solve it, it started to work when i've putted alert() function. Here you have working and not working examples. I'll …

Member Avatar for pojke
0
118
Member Avatar for linux

The computer I am currently on: Windows XP SP2 Internet Explorer 7 That's all you really need to know. I use Javascript a lot, but recently, I have traveled over into the more application programming, and less web programming. I opened my father's laptop, and typed in a pretty *long* …

Member Avatar for asmqb
0
110
Member Avatar for luzkazar

Hi guys...i'm kinda new in this js language...i was wondering can anybody help me with this code....well problem maybe sound a bit silly..well I was wondering how to get the all the value from the txtbox so that,I can validate all the data that have been key in by the …

Member Avatar for GreenDay2001
0
243
Member Avatar for Berniceazzopard

how can i validate if a month has 30 or 31 days and febraury havin 29 days if leap yr and 28 if not

Member Avatar for radu84
0
97
Member Avatar for stoopidnerd

[quote=Nuez_Jr;58419]Does Windows filter the input so much that typing ALT+(ASCII) codes won't produce the right results? *Nuez goes to check. Yeah, guess it does. :rolleyes:[/quote] Where would i be able to purchase visual basic or a similar .EXE creator? is there any free versions?

Member Avatar for WaltP
0
98
Member Avatar for gamesnmore

Hi There, I am in the process of creating a game based around the board game Diplomacy. anyway, I keep getting the following errors, and I have no idea of how to solve it. AlliedConflict error LNK2022: metadata operation failed (80131187) : Inconsistent method declarations in duplicated types (types: frmGameScreen; …

Member Avatar for Xorn27
0
2K
Member Avatar for mattyd

My current GUI program, in part, will display a button which the user may choose to press (or not, in some cases): [code] btn1 = Button(root ,bg="Black", text="HIT", image=image01,command=show_image2) btn1.configure(state=NORMAL,background='red' ) btn1.pack() [/code] This is basic and works fine. The issue I am having is that after the button is …

Member Avatar for mawe
0
3K
Member Avatar for kimbokasteniv

I've never actually ran a CLI based program outside of bluej. And after exporting one of my programs to a jar, I noticed I was not able to get any results when double clicking the jar. So, I'm guessing CLI based programs are run by a different method, or require …

Member Avatar for Colin Mac
0
115
Member Avatar for trihaitran

My *.py script has some non-ASCII characters in comment lines and when I run it I am getting the following warning: sys:1: DeprecationWarning: Non-ASCII character '\xe5' in file /Users/haitran/Documents/Sophomore UCB/Python/cedict.py on line 118, but no encoding declared; see [url]http://www.python.org/peps/pep-0263.html[/url] for details The thing is I went to the indicated page …

Member Avatar for trihaitran
0
162

The End.