User Profile
Collapse
-
thanks guys. Got it working. -
-
System.Windows.Markup.XamlParseException
I keep getting this exception when i run the program. It is driving me insane. Does anyone know whats wrong and how do i fix this!
System.Windows. Markup.XamlPars eException was unhandled
Message: Cannot create instance of 'Page1' defined in assembly 'ArcForex.com, Version=1.0.0.0 , Culture=neutral , PublicKeyToken= null'. Exception has been thrown by the target of an invocation. Error in markup file 'Page1.xaml' Line 1 Position... -
The client app that displays the time is a WPF app. This is the C# code for the app. The client app that receives the stream is just a C# class.
The server app that transmits the stream is a C# command line prog and the Clock class is just a C# class.
The whole thing is coded in visual c# 2008 express.Leave a comment:
-
Streaming time
hi,
Lemme give u a little background on my problem. Ive created a client and server applications that receive and stream live time values. The client software is a clock that receives the time and displays it in a wpf app. Now when i use the DateTime.Now on the client app locally without using streaming the clock works great. However when I stream it from a server app which is also running on my computer or on a remote computer there is tremendous... -
-
Scroll Bar dilema
Hi,
I have a JTabbed pane and on tab 1, I have a panel that covers the size of the whole tab. At the bottom of the panel I have a scroll pane and on the pane a horizontal scroll bar.
The problem is that when I scroll, the screen doesnt change. What do I have to add to the adjustmentValue Changed() ?
Btw, Ive done this in NetBeans 6.0.1.
Thanks -
-
Same Null pointer exception at the printArray(), that prints the toString of each object in the array to a JTextArea called infoArea. The exception is at the line
infoArea.setTex t(c[i].toString());
Heres the code
private void printArray(Cust omer c[])
{
if (c != null)
{
for(int i = 0; i < c.length; i++)
{
infoArea.append (c[i].toString());
...Leave a comment:
-
Simple Bubble Sort using strings
Hi,
I have to sort customer names in a customer class i have created. Now, there is a method called getName() that basically returns the string name stored in an instance variable of the customer class.
This is a bubble sort method I have written. I really cant figure out why this throws a runtime null pointer exception at the IF statement which compares the strings. Please help.
[CODE=java]private Customer[] bubbleSort(Cust omer... -
I think I figured out how to make this work. Had to change some logic. Thanks for the link.Leave a comment:
-
JRadioButton and ButtonGroup
Hi,
I have two radio buttons, b1 and b2. Now these two are added to a button group g1. I also have a JButton called submit. Now when I press "submit" I want to print on the console using system.out.prin tln, which of the radio buttons was clicked in the group?
I assume the code will be written in the actionPerformed () for the submit button.
Thanks -
PC to phone calls
Hi,
I want to develop a java app that can make pc to phone calls. I am aware of the JTAPI and have experience in using jmf.
The thing is im not too sure as to how to begin this project. I have a dsl internet connection, so i figured i will need to create some kind of voip application.
What I would like to know is do I any any special hardware?
Would I need to connect my computer to my landline telephone connection?... -
Webcam streaming
Hi,
I want to create an application in C#, that streams a webcam across the internet and a user can view his stream live on his login page of my website. Also I want to have the ability to record and save from the webcam. Any tips of how to proceed?
Lastly is it possible to stream multiple webcams on the same computer for the same user?
Thanks. -
Travel Website
Hi,
I want to create a travel website where the main feature would be the ability for my cutomers to log in to the site and buy airline tickets online through their credit cards and have their reservations made after credit card verification. Then they should recieve an eticket in the email inboxes. I can take care of the payment etc, but im stuck as to how do i make this online booking system? How do i connect to airline databases and make... -
Travel Website
Hi,
I want to create a travel website where the main feature would be the ability for my cutomers to log in to the site and buy airline tickets online through their credit cards and have their reservations made after credit card verification. Then they should recieve an eticket in the email inboxes. I can take care of the payment etc, but im stuck as to how do i make this online booking system? How do i connect to airline databases and make... -
Travel Website
Hi,
I want to create a travel website where the main feature would be the ability for my cutomers to log in to the site and buy airline tickets online through their credit cards and have their reservations made after credit card verification. Then they should recieve an eticket in the email inboxes. I can take care of the payment etc, but im stuck as to how do i make this online booking system? How do i connect to airline databases and make...
No activity results to display
Show More
Leave a comment: