Software development Questions


MSHFLEXGRID image editor
Hi I’m trying to build an image editor using MSHFLEXGRID so far I’m able a map a bitmap in mshflexgrid using following technique clr = GetPixel(picOpen.hDC, x, y) mshflexgrid1.CellBackColor = clr now I want to to create Circle ,Square & Paint bucket . But I do not know how to do it. Please help???

Answer Question   |  April 20, 2009  4:20 AM
Image Editor, Microsoft Hierarchical FlexGrid, MSHFlexGrid, Software development
asked by:
25 pts.

Convert DOS application to Windows application
I developed my softwarers in foxpro dos/dbase, now I want to run the same software on window-xp environment.

Answer Question   |  April 16, 2009  4:48 AM
DOS program, FoxPro, FoxPro for DOS, Porting, Software development
asked by:
10 pts.

Application Software Specification
do you have a template that i can use to develop application software specification?

Answer Question   |  April 15, 2009  7:41 AM
Software development, Software project management, Software Quality, Software Quality Assurance, Software requirements, Software Requirements Specification
asked by:
5 pts.

Pseudocode design for variable due
Write a pseudocode statement that subtracts the variable downPayment from the variable total and assingns the result to the variable due.

Answer Question   |  October 30, 2009  2:01 AM
Pseudocode, Pseudocode design, Software development
asked by:
10 pts.

C programming and DOS
can we open a sound file using dos through c programming in turbo c comopiker or even in any other compiler please answer me u can also mail me answer to: kvnpatel@gmail.com,

Answer Question   |  April 4, 2009  11:46 AM
C, DOS, Software development, Turbo C
asked by:
15 pts.

Recommended book for C#
What is the best book for learning c#?

Answer Question   |  April 2, 2009  11:36 AM
C#, Recommended reading, Software development
asked by:
5 pts.

Is it possible to have software developed that will interact with an on screen video source?
For example, take a baseball game I have taped, insert it into the software and have it calculate the speed of each pitch based on distance the ball travels. Preferably the software would automatically calculate each pitch with only one or two mouse clicks. Possible? Is this technology already available? Thank You, Shaun

Answer Question   |  March 27, 2009  8:24 PM
Software development, Video Analysis Software
asked by:
5 pts.

How to make a welcome screen in Visual Basic 2008 app
i would like to have a welcome screen before how go deep into my system. so how to make it auto switch after 5 second? i am using visual basic 2008 thx.

Answer Question   |  March 27, 2009  6:20 AM
Interface design, Software development, TIMER, Visual Basic, Visual Basic 2008, Welcome Screen
asked by:
45 pts.

A real-world C++ problem
A Real world Problem: This is a business rule of a bank that the Balance of customer must always be Positive, Further that it is also a business rule that a customer can not withdraw amount greater than his/her current balance. Question statement You are required to write a C++ program to solve this real [...]

Answer Question   |  June 25, 2011  6:01 AM
C, OOPS, Software development
asked by:
5 pts.

Toggle button
I have two command buttons, CmdNew and CmdOld, where by clicking the first i make the second visible and vice versa for example Private Sub CmdNew_Click() Me!CmdOld.Visible = True End Sub I want to use only one toggle button instead,with two captions”Old” and “New”. I have difficulties with making the buttons visible and invisible.Also.if i [...]

Answer Question   |  January 26, 2009  12:30 PM
cmdNew_Click event, Software development, Toggle buttons
asked by:
15 pts.

VB Error Handling
While execution of my program’s exe, the EndUser sometimes get run time error or application defined error etc., which are not handled by me in my code. So, in each & every ‘Sub’ or ‘Function’, before ‘End Sub’ or ‘End Function’, I have put these lines… If Not Err.Number = 0 Then MsgBox Me.Name & [...]

Answer Question   |  January 23, 2009  7:03 AM
Error control, Error handling, Error Messages, Error Report, Software development, VB, VB 6, VB error handling, Visual Basic, Visual Basic 6, Visual Basic developers
asked by:
155 pts.

Meeting Minutes application in Domino-based client
Iam making an application based on Minutes of Meeting, which are recorded after every meeting.I want to ask that my form contains two sections sayin status of last meeting and action plans after current meeting.which i need to display in a meeting related to same meeting purpose. I thought of doing it through by making [...]

Answer Question   |  January 14, 2009  3:33 AM
Lotus, Lotus development, Lotus Domino, Software development
asked by:
10 pts.

Vehicle tracking software with J2ME
can i code vehicle Tracking software using J2ME

Answer Question   |  January 13, 2009  5:09 AM
Application development, J2ME, Java development, Software development
asked by:
35 pts.

Sending a print job to two separate printers using VB 6
I have prepared a Restaurant Software in VB 6.0 and Access 2001. I have to print a prepaid bill in two copies (one for customer and another for kitchen). One epson lq 300+ printer is attached in LPT1: port and another in USB001:port. I printed the Bill through LPT1: port and I could not print [...]

Answer Question   |  January 12, 2009  3:34 PM
Crystal Reports, Crystal Reports printing, Printers, Software development, Visual Basic 6, Visual Basic printing
asked by:
5 pts.

Instant Messaging
Hello, I am looking to develop a software that could be integrated into AOL, MSN, Skype, Gmail and Yahoo messangers. I was wondering: 1. on what platform those IM’s developed? 2. on what platform should I develop my own software, that would be easy to integrate to those IM’s? Note: my software should be executable [...]

Answer Question   |  February 6, 2009  2:03 AM
IM, Instant Messaging, Instant Messaging API, Software development
asked by:
5 pts.

Round Robin
can any1 chek wot the mistake is #include<iostream.h> #include<conio.h> void main() { int st[10],bt[10],wt[10],tat[10],n,tq; int i,count=0,swt=0,stat=0,temp,sq=0; float awt=0.0,atat=0.0; clrscr(); cout<<”Enter number of processes:”; cin>>”%d”,&n; cout<<”Enter burst time for sequences:”; for(i=0;i<n;i++) { cin>>”%d”,&bt[i]; st[i]=bt[i]; } cout<<”Enter time quantum:”; cin>>”%d”,&tq; while(1) { for(i=0,count=0;i<n;i++) { temp=tq; if(st[i]==0) { count++; continue; } if(st[i]>tq) st[i]=st[i]-tq; else if(st[i]>=0) { temp=st[i]; st[i]=0; [...]

Answer Question   |  December 22, 2008  2:14 PM
Debugging, Programming, Round Robin, Software development, Software Quality
asked by:
150 pts.

What is the maximum size of an Integer Array?
what is the maximum size of an integer array?

Answer Question   |  March 9, 2009  6:11 AM
Arrays, Integer Array, Software development
asked by:
B16
10 pts.

Loading signature into a PictureBox control
I’m trying to load a signature into a pictureBox but its giving the “Parameter not valid” error message when it tries to convert into bitmap from the MemoryStream store. Refer code below. code: public Bitmap getSignature() { MemoryStream ms1 = new MemoryStream(Signature); Bitmap signature = new Bitmap(ms1); return signature; } I used the same code [...]

Answer Question   |  December 15, 2008  2:35 AM
Binary data, Bitmap, MemoryStream class, PictureBox class, Software development
asked by:
165 pts.

Security testing tools and techniques
Hi, We would like to do security testing to our current project which is developed in JAVA, can you please share some information about how to start security testing, related websites, tools, techniques and any documents related to it. Thanks in Advance Regards Harish Malvi

Answer Question   |  December 17, 2008  6:45 AM
Java, Software development, Software Quality, Software Quality Assurance, Software security testing, Software testing, Software testing methodologies, Software testing tools
asked by:
5 pts.

Agile Project Plan
Hello, I am looking for some information about Agile (DSDM Atern) project planing using Ms Project, It would be great help if you could provide a sample plan or any other resources for a novice.

Answer Question   |  December 10, 2008  6:25 AM
Agile development, Agile methodology, Agile Project Plan, Agile software development, DSDM Atern, Software development, Software project management
asked by:
5 pts.