- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
I am a Nerd
- Interests
- Programming
- PC Specs
- Intel Pentium dual core 2.2GHz, 6Gig RAM
7 Posted Topics
Hello guys I have the following message (One or more resources have the target of 'head', but no 'head' component has been defined within the view.) showing on my jsf page and I am not sure of its root cause. Here is the code behind my page for the page. … | |
Hie guys I am prety new to JSF and Iam working on some peice of code. I am using primefaces components and JSF backed beans. Here are a list of my questions; 1. Is there a way of running a method each time a page loads. 2. During page load … | |
Hie guys everytime I open uninstalled netbeans 7.3 and installed 7.3.1 but my projects which require javax.microedition.* are nolonger running. How can I add the package on the nebeans such that I don't have to refence them on each and every project. Thanks in advance | |
Hie everyone I have the below code on my console to import data from an excel sheet to a mySql database but unfortunately I am having an error which reads: NO CONNECTION TRYING TO RECONNECT.... ERROR 2005 (HY000): UNKNOWN MYSQL SERVER HOST '(ID,NAME):' (11001) ERROR: Can't connect to the server … | |
How do I check if a certain IP address is online and get its current location in c# | |
Re: using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace ObjectOriented { class Program { static void Main(string[] args) { Greet test = new Greet(); test.Hello(); } } class Greet { public void Hello() { Console.WriteLine("Hello World!"); Console.ReadKey(); } } } **I think this will solve you issue.** | |
Re: using System; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; namespace mynotification { public partial class Form1 : Form { public Form1() { InitializeComponent(); SetBalloonTip(); } private void SetBalloonTip() { notifyIcon1.Icon = SystemIcons.Exclamation; notifyIcon1.BalloonTipTitle = "NUST"; notifyIcon1.BalloonTipText = "Zvangu zvaita!!!!!... lol"; notifyIcon1.BalloonTipIcon = ToolTipIcon.infor; notifyIcon1.Visible = true; notifyIcon1.ShowBalloonTip(90000); … |
The End.