132,726 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for JimBoCol

Hi everyone! I am very new to Perl, and have a problem/question. I downloaded a very simple search script, and configured it for my Website. I was able to customize the output page to match the color, and theme of my site. I was also able to get it to …

Software Development perl
Member Avatar for d5e5
0
231
Member Avatar for buster2209

Is it possible to view wireless networks using c3? I have tried '[URL="http://managedwifi.codeplex.com/"]Managed with WIFI[/URL]' but have had no luck. Anyone else done this before?

Software Development wireless-networking
Member Avatar for buster2209
0
375
Member Avatar for rajsekhar28

SortedInsert() is a function which given a list that is sorted in increasing order, and a single node, inserts the node into the correct sorted position in the list.I know this code works fine.I am just curious to know why we can't use just single pointer to node to traverse …

Software Development c linked-list
Member Avatar for Ancient Dragon
0
126
Member Avatar for bobsta

Hi, I am trying to simplify initialising objects from file and writing objects to file by overloading the "<<" and ">>" operators. I have two classes, a nesting class and the nested class, the latter comprising two floats. The nested class forms and STL vector [CODE]class beamlets{ float left,right; ... …

Software Development c++
Member Avatar for dusktreader
0
212
Member Avatar for PixelExchange

Hello everyone. I am trying to make a simple, one lined text field, which permits users to enter text into it. The text field I am reffering to is the type that has a carriage return blinker to signify that a user can type there. I have looked up "text …

Software Development c++
Member Avatar for PixelExchange
0
116
Member Avatar for Phil2:3

Hi all, Have been working with datagridviews with datasets, bindingsources, comboboxes, etc. I was having a problem that prompted me to ask a question. First, the problem that I was having. I created a datagridview that was bound to a dataset and then added code that created columns and some …

Software Development dataset ide
Member Avatar for Phil2:3
0
73
Member Avatar for schaffino

I have written two programs that encrypts and sends and decrypts and receives a text file in asm. The program works fine, the problem I'm having is setting up the com1 port. The transmitter sends the file fine, but the receiver cannot receive the file until i have set up …

Software Development c++ data-structure
Member Avatar for mike_2000_17
0
167
Member Avatar for daredevil786

[code] int x[] = { 1, 4, 8, 5, 1, 4 }; int *ptr, y; ptr = x + 4; y = ptr - x; [/code] why y is coming 4 in this code i think that it should be 8

Software Development c
Member Avatar for pheininger
0
1K
Member Avatar for m_ishwar

I am experiencing a problem with turbo c while I execute odd loops. The compiler doesnt wait till I give a yes or a no. It just jumps out of the loop. Can anyone help me?Is it a problem with the compiler or my program. The latter is not possible …

Software Development c
Member Avatar for Aia
0
119
Member Avatar for zulhimi89

hye, i have some problem regarding on how to make a specific box to be coloured. I just can find all to be coloured. N not the specific box i want..n else if u hav any link related pliz share...thx

Software Development vb.net
Member Avatar for zulhimi89
0
76
Member Avatar for andy4919

I have a little problem with decision tables. I do under stand that for every 2 conditions there should be 4 possible outcomes or true/false condidtions. I have this telephone problem where the telephone company charges .10 a minute for all calls outside the callers area code (2 outcomes) and …

Software Development
Member Avatar for leg1
0
133
Member Avatar for indigo.8

Hey guys I'm having a little problem with unsigned char and reading a file of integers into the array. 1. What the program is suppose to do: It's suppose to dynamically create an array of unsigned char that is the correct size to read in the array of numbers. The …

Software Development c++ file-stream ios
Member Avatar for indigo.8
0
2K
Member Avatar for lewashby

[CODE]import pygame from pygame.locals import * from sys import exit from random import * pygame.init() screen = pygame.display.set_mode((640, 480), 0, 32) while True: for event in pygame.event.get(): if event.type == QUIT: exit() random_color = (randint(0, 255), randint(0, 255), randint(0, 255)) random_pos = (randint(0, 639), randint(0, 479)) random_radius = randint(1,200) pygame.draw.circle(screen, …

Software Development python
Member Avatar for lewashby
0
1K
Member Avatar for Steve_Jones

Im brand new to programming, ive only been doing it for couple weeks. Im having trouble learning functions(or methods) and classes. I really need some problems i can work towards myself to learn this stuff, but there is nothing like that anywhere. Its all just the same tutorials and them …

Software Development asp.net visual-studio
Member Avatar for taylby
0
124
Member Avatar for guru_iyer

I need to get an output like: 1 1 11 11 111 111 1111111 I tried a lot and came to the following program. But i'm getting output like: 1 1 11 11 111 111 1111111 Please help me correct this program. The preview of the shape was not coming …

Software Development c
Member Avatar for Adak
0
148
Member Avatar for SlickSteiner

Here is the source code, and my problem is that I want to add a series of arrays, but I have no idea how to do it. [code=c] #include <stdio.h> #include <stdlib.h> #include <math.h> int main() { //These Lines indicate the variables int Computer,c,r,rm,hd,h,ram,RAM[4],HDD[5],comp=1,ramcount,hdcount,compcount=1,price[10],cpter; float PriceBudget,MB,Monitor,Proc,VC,ODD,CC,KB,M,Price,totalpram,totalphdd,sumpc,sumpram,sumhdd,tpricehw; printf(" ---This Program Will …

Software Development hard-drive video-card
Member Avatar for nick.crane
0
114
Member Avatar for Jsplinter

I am getting this error even though a) the header file does exist and is located in the directory and it's not somehow been switched to read only. Also, my #include statement uses "" like "test.h" so the compiler knows to look in the project directory first. I've read that …

Software Development c
Member Avatar for Jsplinter
0
362
Member Avatar for Mueni

i need help . what are the codes for importing data from access and creating a text file which you save to a certain name. and this text file gets specific information by search. And can all that be done in one button?? Thanx

Software Development visual-basic
Member Avatar for papaa
0
244
Member Avatar for Dom Chester

Hi all, First I would like to say how much I like the forum. I have recently started to program using Java and I have done a online tutorials from [URL="http://www.javavideotutes.com/home"]http://www.javavideotutes.com/home[/URL] and I now have a few questions: 1) What is a good book for me to get? 2) I …

Software Development java java-swing
Member Avatar for tizon
0
98
Member Avatar for mchandler

I dont know much about software development so please forgive my lack of knowledge on the subject. I am looking to build a subscription based service for hair stylists that will include a website with appointment setting features. I have found some other really good appointment booking software that is …

Software Development c++
Member Avatar for ithelp
0
113
Member Avatar for Web_Sailor

Hi :) I am using basic replace function but getting some runtime error as below:- [CODE]terminate called after throwing an instance of 'std::out_of_range' what(): basic_string::replace Aborted [/CODE] I already know the position where I should replace so don't need to find it. Can somebody tell me how to avoid this …

Software Development c++
Member Avatar for Fbody
0
386
Member Avatar for camcam08
Member Avatar for cgcgames
0
139
Member Avatar for coder05

hi there, i am new user of C++. i have to write a code for my final year thesis work though my subject is naval architecture. I did my coding perfectly. But i need to take the result in excel file. the problem is ,using outfile command , the whole …

Software Development c++ microsoft-office
Member Avatar for coder05
0
83
Member Avatar for digitalsindhx

Dear Friends I have Developed a Successful Database Software, it include Datagrid, First, Last, Next, Previous, Add, Delete, Edit, Update, Search just Every Thing is Working Nice, But I need help from one of expert from you. my problem is that every time when i Start program its all functions …

Software Development session vb.net
Member Avatar for lanitooot
0
268
Member Avatar for hanvyj

I am trying to write a char array to a bitmap in c++. I (think) i know what values I need in my file header and bitmap info header, and i have looked at some examples but I cant seem to solve this problem (i'm sure its something stupid) In …

Software Development c++
Member Avatar for hanvyj
0
668
Member Avatar for musthafa.aj

afaik, i know the overall concept about this. but i need to know any in depth difference between them. and how one is better than others? when and where it will be used ?

Software Development java
Member Avatar for java_programmer
0
209
Member Avatar for wm811

I'm very new to C# and using Microsoft Visual Studio. I've been working with a new company for a few weeks and the development of their main website was outsourced. The backend of the website was developed in C# and I have already run into something I am stuck on. …

Software Development assembly c# visual-studio
Member Avatar for jbisono
0
154
Member Avatar for OsheRono

I do hope this is the right section (since VBA is so close to VB 6.0). Well here is my dilemma: I am trying to have Access return a customized report. The format I have been asked for it to be output as it the following: Machine type // where …

Software Development microsoft-access sql visual-basic
Member Avatar for AndreRet
0
129
Member Avatar for snairsumith

hi; I need help .now am using vb6 how to icrement values in database(ms acesss). if user click the check box then authomatically increment the database value 1 to 2 how it is posible.pls give a sutable solution

Software Development visual-basic
Member Avatar for AndreRet
0
390
Member Avatar for javorocks

im fairly new to vb and wat i have to do is a very complex assingment. it will be a great help if this query is answered. i have made a form with 2 textboxes and a save command button and a database in ms access with 2 columns all …

Software Development visual-basic
Member Avatar for AndreRet
0
99
Member Avatar for hirenpatel53

i have one check list box which have check box's like admin,physisian,Nurs<practicenerNurse,frontdesk etc and there is one another check box called "Clinical access" i want to check any of chechbox in my check list box accept Admin then clinical access check box checked automaticaly have write folowing code but it …

Software Development
Member Avatar for nick.crane
0
464
Member Avatar for deepak2008

i have a table called Members which contain records of all customer. in a form i fetch records from Members according to user input by Adodc1 then when i click on save button records are saved in different table called FD by Adodc2 if records are not found in Ist …

Software Development visual-basic
Member Avatar for AndreRet
0
105
Member Avatar for locsin

hi! any idea how to convert numbers into words like for example i input the number 1 and it will display the word "one". i want to make this in a large number like morethan or around 1 million. Anybody can help me! Thankyou in advance

Software Development visual-basic
Member Avatar for AndreRet
0
1K
Member Avatar for gunjannigam

Is it possible to access a TCP server running outside our LAN through internet? I thought we could use the router IP Addess(which I got from whatismyip.com) in the class Socket Constructor[CODE] Socket(InetAddress address, int port) [/CODE]. But client wasn't able to find the server. Has anybody successfully achieved this …

Software Development client-server java
Member Avatar for musthafa.aj
0
654
Member Avatar for SkyVValker

[B]Hello..! i have an problem to connect a progress bar with listview object.P.bar working properly. bt i want to connect p.bar with ma sql database while m searching database.kindly help me where m i doin wrong..the code is below.[/B] Private Sub cmdRFind1_Click() On Error Resume Next Dim vLst As ListItem …

Software Development listview visual-basic
Member Avatar for AndreRet
0
230
Member Avatar for Talguy

Is there a way to determine what control I clicked using a global click event. I would like to be able to click a form text box table I created for my access app to enable to enable and unlock it without have a million on click event handlers

Software Development visual-basic
Member Avatar for AndreRet
0
135
Member Avatar for heezay

So this is my first attempt with making a program and what i'm trying to do is make a program that retrevies profile information off xbox.com i.e avatar picture, name, location, etc... basically it would start with [url]http://live.xbox.com/en-US/profile/profile.aspx?pp=0&GamerTag=*[/url] and the * would be the variable now how would i put …

Software Development c++
Member Avatar for thelamb
0
130
Member Avatar for ctrl-alt-del

Hey all! Seems I've run into a bit of a downer. I'm trying to determine whether or not a remote computer is locked (part of a domain, winXP, I have full admin rights to the machine). Now even though that might seem like a simple and often used function... Several …

Software Development
Member Avatar for ctrl-alt-del
0
186
Member Avatar for watery87

hi guys, I found this code on the web but unable to integrate it into my code, can any1 help?. The problem is, it doesnt read till the eof, instead it stops when the condition is erroneously made. [code] #declare Line_Char_Buffer_Size 4000 #declare INPUT_FILE_NAME "Countries.txt" void readData () { FILE …

Software Development c
Member Avatar for zerocool21
0
103
Member Avatar for Merlin33069

Ok, i've looked in a lot of places, and on google, and it seems that google is perforated with "packet sniffer" and that not what I want, in other words I cant find what I wanted. I'm working on upgrading my server to the latest version of the client (public …

Software Development api c c# c++ client-server google-api
Member Avatar for Merlin33069
0
104
Member Avatar for Naveed_786

Hi all, I am trying to check a record in database before inerting a new record here is my code but problem is when i enter a names first alphabet it imediatly populate massage please help me i want to check it after entering whole name thanks in advance. [CODE]Private …

Software Development open-source vb.net
Member Avatar for Naveed_786
0
108
Member Avatar for Cort3z

I'm developing a web-program that needs to check a whole bounch of potentially faulty http-links. Now, I have found a way of doing this, the only problem is that it relies on try-catch, not in it self horribly bad, but the time it takes to check the links is extremely …

Software Development java web-server
Member Avatar for Cort3z
0
113
Member Avatar for wakeup

I developed a c++ ATL com dll. I'm trying to use it in C#. In C# I have a method with a parametr of "ref object" type (in C++ is a VARIANT* I convert it to SAFEARRAY of doubles). For use this method I create a double[] variable but it …

Software Development
Member Avatar for aptechit
0
659
Member Avatar for Xufyan

How to print Specific enum value from a loop?? I created a Two D array and accessing Enum values through it... I wanted to assign the 3rd enum value whose ordinal is '2' to the following rows and coloumn...[1][0] and [2][4] i tried this, DnP[1][0] = DnP [2][4] = Periods.Period1; …

Software Development java
Member Avatar for yasuodancez
0
1K
Member Avatar for imso

This is the partial codes i wrote for an alarm clock application but why the counting down time don't worked? Thanks in advance :) [CODE]int intTimeDelay = 10; private void mnu5Sec_Click(object sender, EventArgs e) { intTimeDelay = 5; //intTimeDisplay = 5; } private void mnu10Sec_Click(object sender, EventArgs e) { intTimeDelay …

Software Development c# display
Member Avatar for Geekitygeek
0
424
Member Avatar for arshiyafatima

i have write a c++ progam psudocode on additon of two numbers and average of two numbers enterd from keyboard

Software Development c c# c++
Member Avatar for jasikamarshel
0
98
Member Avatar for hazeeel

Hey there! How do i read 2 files, one after another and then storing it into 2 seperate array? This is the code for reading 1 file. So, how do I read 2 files? The array would be a 3x3 2D array. [CODE]File dir = new File("1A6G.pdb"); //set file String …

Software Development java
Member Avatar for hazeeel
0
313
Member Avatar for eligio

Hello! I need to extract a custom shape from a given image. That custom shape can be, for example, a triangle. For example, if source picture is 100px width and 100px heigth, I need to define a triangle with points: (x=0 y=0) , (x = 50, y = 50), (x …

Software Development c c# c++ image
Member Avatar for eligio
0
1K
Member Avatar for kimimaro

Below are a program that supposed to ask a user to enter a user ID and if found, it will then modify the very same person details in the record and if not found then calls the add function to prompt the user details and add into the record.txt as …

Software Development c
Member Avatar for Adak
0
253
Member Avatar for ellenski

Hi, We were asked to make a Binary Search Tree program in C. It should be able to traverse the numbers (preorder, inorder, postorder) then display it. And locate the number and display it. And locate the number to delete, delete it, then display the number that was deleted before …

Software Development c
Member Avatar for ellenski
0
199

The End.