Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
4
Posts with Upvotes
4
Upvoting Members
3
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
4 Endorsements
Ranked #396
Ranked #2K
~15.0K People Reached
Favorite Tags
Member Avatar for aliasadullah
Member Avatar for muhammadshahroz
Member Avatar for justzamir

I am totaly new to C++, and i am trying to get sum of two digits, but i am getting some error, will somebody please correct my code. Regards

Member Avatar for jencas
1
336
Member Avatar for jtodd

Hey everyone. In stumped. How would you take a string and verfiy it is a word? Example: String a = sldkjf String b = dog The results should be, "dog" is a word and "sldkjf" is not. Any direction would be greatly appreciated.

Member Avatar for RichardGalaviz
0
331
Member Avatar for jtodd

Hey everyone, I am trying to create an excel spreadsheet that is populated with data from a table in sql server. I would like to make it so it will update several times a day with out the user having to do so. I have no clue how to go …

Member Avatar for Reverend Jim
0
265
Member Avatar for jtodd

Hello All, I am considering working on an additional degree in computer science from Regis University. The program is an ABET accredited program. It looks good on paper but I was wondering if anyone had any experience or opinions on the program. Thanks!

0
206
Member Avatar for jtodd

Morning all, I am trying to write a batch file that will search a specified folder for file containing certain keywords in the file name. Once one of those files is found I would like it to search the files content for a keyword. If the keyword is found I …

Member Avatar for Reverend Jim
0
1K
Member Avatar for jtodd

Hey guys. I am trying to move a SQL database from one SQL server to another. One is SQL server 2003 and the destination is running SQL server 2008. Can anyone provide some guidance with this. I have never done this before so any pointers with be greatly appreciated! Thanks!

Member Avatar for tsmorris
0
248
Member Avatar for ObSys

On holiday, I foolishly forgot that my Iphone 4 was in my pocket and went swimming with it in the hotel pool. I was in the water for about 30 minutes before I realised. When I realised, I left it to dry (it was between 30 and 35 degrees in …

Member Avatar for ObSys
0
183
Member Avatar for jtodd

Hey guys! Any ideas on why this is not working? No errors, just not displaying the names... private void BindComboBox() { comboBox1.DataSource = _Project1_1DataSet.Tables["Employee"]; comboBox1.DisplayMember = "FirstName"; }

Member Avatar for Randlathor05
0
96
Member Avatar for mangal123

hi all .... I have a problem in window application ..... the problem is that i have completed my project on lab management system(LMS) and now i want to create set up of LMS simply i created the set up but its not working for sql server ......So please if …

Member Avatar for manojada
0
179
Member Avatar for jtodd

Hey guys! I am building a data base in SQL server and am hoping to get some advice on frontends. The database is going to log and report on employee productivity. We would like to be able to use the frontend's forms to enter date time and project info in …

Member Avatar for seslie
0
156
Member Avatar for vinnitro

This is my program: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; namespace CountryCurrency { public partial class Form1 : Form { public Form1() { InitializeComponent(); } private void rdbRupees_Click(object sender, EventArgs e) { if (rdbIndia.Checked == true) MessageBox.Show("You are right"); else …

Member Avatar for vinnitro
0
209
Member Avatar for jtodd

Hey guys! I am recieving this error on the code posted below: "Operator '&&' cannot be applied to operands of type 'int' and 'int'. I do not understand why this is not working. is there a workaround or a better way I should be doing this. Thanks in advance! C2, …

Member Avatar for jtodd
0
996
Member Avatar for jtodd

Hey guys! I have created an Access 2010 database. On one of the tables, there are fields [Start Time], [End Time] and [Total Time]. The user will input the start and end times but and the total time will be the difference between the two. I cannot figure out how …

Member Avatar for jtodd
0
167
Member Avatar for jtodd

Hey guys! I am trying to write a program that will display an excel spreadsheet in Visual Basic. My goal is for the program to display this Work Order Form I have designed in excel and to modify user, date and auto assign a work order number. After that is …

Member Avatar for M.Waqas Aslam
0
143
Member Avatar for marijana

please, does anybody know is there a .NET control in which an excel document can be displayed on a windows form ?? Or is there any other way to display it on a form?? tnx :)

Member Avatar for jtodd
1
3K
Member Avatar for jtodd

Hey guys! I have limited experience with Visual Studio and have a question about Querying an Access database. I have created a Visual Studio application that displays and modifies an access database. I have use datagridview and detailed view to insert data and view data in the Access database. I …

Member Avatar for jtodd
0
3K
Member Avatar for jtodd

Hey guys. I have written a program to create, edit and delete record in MS Access using a visual studio program. I am keeping the program and database divided into a front end and a back end to allow concurrent users. I am going to place the back end on …

Member Avatar for kingsonprisonic
0
155
Member Avatar for jtodd

Hello everyone! I created a database in Access 2010. I am thinking of creating a front end in Visual Basic and was wondering if anyone had any experience with this. Is it doable? Or should I save my time and use access's front edn?

Member Avatar for NetJunkie
0
109
Member Avatar for jtodd

Hey guys! I am kind of new to Java and am having issues understanding why this code will not run. Any advise would be greatly appreciated! Thanks in advance! [CODE] // Phone.java // Program creates a GUI that resembles a phone with functionality. import java.awt.*; import java.awt.GridLayout; import java.awt.event.*; import …

Member Avatar for JavaStudent321
0
426
Member Avatar for jtodd

Hey guys. I am trying to sort a list that has been populated using a random number generator. I am trying to use collections to sort the list but I am not have any luck. I have been stuck on this for a while and would greatly appreciate any help …

Member Avatar for jtodd
0
153
Member Avatar for jtodd

Hey guys. I am having problems with this code. I am somewhat new to java so this may be a simple mistake on my part. Any help or direction would be greatly appreciated. I am trying to convert this code to use double instead of int. It is a insertion …

Member Avatar for jtodd
0
358
Member Avatar for jtodd

Hey everyone. I have been playing around with this code and have been getting this error message: Exception in thread "main" java.lang.StringIndexOutOfBoundsException: String index out of range: 7 at java.lang.String.charAt(String.java:686) at PhoneNumber.main(PhoneNumber.java:37) Java Result: 1 BUILD SUCCESSFUL (total time: 8 seconds) I understand what the java.lang.StringIndexOutOfBoundsException means but I don;t …

Member Avatar for JamesCherrill
0
2K
Member Avatar for jtodd

Hello all! I am in the market for a new laptop and I am currently starting my graduated degree in CIS. I was considering a Mac book pro. Is there a way to run visual basic and other microsoft programs on it. How well does boot camp work? Will I …

Member Avatar for BradleyScott
0
171
Member Avatar for jtodd

Hello all! I am new to VB and I am working on some code that is a painter. I have posted the xaml and vb portions bellow. I am getting error codes I do not understand. in line 84, 85, and 86 of the vb code it is not recognizing …

Member Avatar for jtodd
0
108
Member Avatar for jtodd

Hey guys! I have a program I am writing that I have gotten stuck on. It compiles fine but when I run it I get several error messages. Illegal format Conversion Exception is one of the error messages. I am stuck and I don't see where the error is. Any …

Member Avatar for jtodd
0
137
Member Avatar for jtodd

Hey guys! This is a relativity simple program. It compiles fine but when I try to execute there is a problem. Any insight or advise would be greatly appreciated. Thank you import java.util.Scanner; public class Power { public static void main( String[] args ) { Scanner input = new Scanner( …

Member Avatar for vchandra
0
103
Member Avatar for jtodd

Hey guys! I am new to java and have a newbie question. In a linked list, if I wanted to set the int first = to the first node in the linked list how would I do that. Thank you all in advance for your help!!

Member Avatar for tiny7415
0
80
Member Avatar for jtodd

Hey everyone. I am new to java and I am stuck in this program. I am getting error messages and cannot figure out why. On public class Rectangle I am getting error messages on lines 84, and 85. On RectangleTest line 12. Thank you all in advance for and guidance …

Member Avatar for masijade
0
136