 |

|
Apologies for the shouting but this is important.
When answering a question please:
- Read the question carefully
- Understand that English isn't everyone's first language so be lenient of bad spelling and grammar
- If a question is poorly phrased then either ask for clarification, ignore it, or mark it down. Insults are not welcome
- If the question is inappropriate then click the 'vote to remove message' button
Insults, slap-downs and sarcasm aren't welcome. Let's work to help developers, not make them feel stupid.
cheers,
Chris Maunder
The Code Project Co-founder
Microsoft C++ MVP
|
|
|
|

|
For those new to message boards please try to follow a few simple rules when posting your question.- Choose the correct forum for your message. Posting a VB.NET question in the C++ forum will end in tears.
- Be specific! Don't ask "can someone send me the code to create an application that does 'X'. Pinpoint exactly what it is you need help with.
- Keep the subject line brief, but descriptive. eg "File Serialization problem"
- Keep the question as brief as possible. If you have to include code, include the smallest snippet of code you can.
- Be careful when including code that you haven't made a typo. Typing mistakes can become the focal point instead of the actual question you asked.
- Do not remove or empty a message if others have replied. Keep the thread intact and available for others to search and read. If your problem was answered then edit your message and add "[Solved]" to the subject line of the original post, and cast an approval vote to the one or several answers that really helped you.
- If you are posting source code with your question, place it inside <pre></pre> tags. We advise you also check the "Encode "<" (and other HTML) characters when pasting" checkbox before pasting anything inside the PRE block, and make sure "Use HTML in this post" check box is checked.
- Be courteous and DON'T SHOUT. Everyone here helps because they enjoy helping others, not because it's their job.
- Please do not post links to your question into an unrelated forum such as the lounge. It will be deleted. Likewise, do not post the same question in more than one forum.
- Do not be abusive, offensive, inappropriate or harass anyone on the boards. Doing so will get you kicked off and banned. Play nice.
- If you have a school or university assignment, assume that your teacher or lecturer is also reading these forums.
- No advertising or soliciting.
- We reserve the right to move your posts to a more appropriate forum or to delete anything deemed inappropriate or illegal.
cheers,
Chris Maunder
The Code Project Co-founder
Microsoft C++ MVP
|
|
|
|

|
how can use Dashboard in VB.Net ??????
|
|
|
|

|
Not "NOW", I'm at work. Answering is done on a voluntary base, when WE have the time, and when WE feel like it.
FWIW; "dashboard" isn't a standard control in the .NET framework. If you want to know how to use it, ask the one who created it.
Bastard Programmer from Hell
If you can't read my code, try converting it here[^]
|
|
|
|

|
Eddy Vluggen wrote: Not "NOW", I'm at work.
You rude bastard. Help his my now!
Michael Martin
Australia
"I controlled my laughter and simple said "No,I am very busy,so I can't write any code for you". The moment they heard this all the smiling face turned into a sad looking face and one of them farted. So I had to leave the place as soon as possible."
- Mr.Prakash One Fine Saturday. 24/04/2004
|
|
|
|

|
See if this helps: Dashboard in Visual Basic[^]
It shares some tutorials:
Code Beach Create Digital Dashboards with the New .NET Dashboard Suite: http://blog.codebeach.com/2007/01/create-digital-dashboards-with-new-net.html
Download .Net Dashboard Suite: http://www.perpetuumsoft.com/Downloads.aspx?lang=en&pid=44
|
|
|
|

|
I'm puzzled that I am no longer receiving your weekly newsletters. I have checked my settings, and should be getting articles on a number of chosen topics. I have also checked my spam filters to make sure that nothing from Code Project is being blocked.
Any thoughts?
Thanks
|
|
|
|

|
you are best of posting this here Site Bugs Suggestions[^]
Every day, thousands of innocent plants are killed by vegetarians.
Help end the violence EAT BACON
|
|
|
|

|
Ok, I have a windows server 2008 r2 running sql server 2008 r2. 64 bit.
We are having a weird issue where all connections are dropped randomly and regularly. Sometimes it comes back within a few seconds, sometimes it takes 20 minutes.
This means that RDP disconnects, SQL reporting web page is unavailable, etc...But Great Plains connection(From a client computer) through an ODBC still works.
The weird part is, there are no errors in any logs that correlate to it time wise, and when the disconnect happens, you can ping the server all day long with no dropped packets. On top of that, while unable to connect via rdp or anything else, you can go to the console on the stinking thing and get out to the internet, network, anywhere you wish to go.
To make matters worse, I have one HyperV virtual machine running on that server. You CAN RDP to that VM while NOT being able to rdp to the main server that is the host. ie.. SQLSERVER is the main physical server, WEB1 is the VM. While not being able to connect to anything on SQLSERVER, I can RDP to WEB1.
Any clues as to where to even begin to look at this? Has anybody ran into anything similar to this before?
Treat stressful situations like a dog, if you can't eat it, play with it or screw it, then just piss on it and walk away.
Be careful which toes you step on today, they might be connected to the foot that kicks your butt tomorrow.
|
|
|
|

|
Hi,
What type of router is the server behind? I have seen similar behavior on cheap Linux based routers where it was a ip_conntrack issue.
Best Wishes,
-David Delaune
|
|
|
|

|
dell poweredge switches going to a watchguard XTM525 firewall that is less than 6 months old. The firewall handles all routing and dhcp.
The server is not on dhcp it is on a static.
There have been a couple strange firewall/dhcp issues lately as well, is it possible the routing is screwing up do you think?
Treat stressful situations like a dog, if you can't eat it, play with it or screw it, then just piss on it and walk away.
Be careful which toes you step on today, they might be connected to the foot that kicks your butt tomorrow.
|
|
|
|

|
Two things to try.
1. Assign a static IP locally, with a DHCP reservation w/ MAC binding if possible.
2. Check the TTL on your IP Address. I've known short DHCP lease times to cause a fit if the scope is well used.
Can you perform a PING -t at the server while it's having RDP issues? If the PING stays good, I'd look for a userprofile timeout, as it can be extremely slow on over-taxed SQL boxes. This can keep you from being able to RDP into it, while the data streams can usually access it with no issue.
Something worth reading, albeit it's invincible!
|
|
|
|

|
it was assigned a static IP from day one of being setup. All of my servers are.
turns out, I think it was a DHCP issue. Somebody adjusted one of the ranges so that it overlapped the ip of that server...
On top of that, the reservation I had set(just in case) was removed as well. So another machine got that IP and caused no end of confusion...
I fixed the dhcp ranges and the issue seems to have went away. No, I did not kill the guy that did it, yet.
Treat stressful situations like a dog, if you can't eat it, play with it or screw it, then just piss on it and walk away.
Be careful which toes you step on today, they might be connected to the foot that kicks your butt tomorrow.
|
|
|
|

|
Dears,
I have an application (desktop) in the computer which was created by a outsider vendor. I want to know what type of database they are using behind this application.. i have checked the files of the application in the c drive and all i found is access and excel files!
|
|
|
|

|
AsmaFa wrote: found is access and excel files!
They both can be used to stack the data in. Most probably it might be Access that is being used as a database.
|
|
|
|

|
but this is a real time application, every second there will be new data. is it logical to use access with as a real time database?
|
|
|
|

|
That depends on type of application and amount of data you are dealing with. When you asked some outsider to make it for you, it must have been one of the points.
|
|
|
|

|
Ok.. well thank you very much
|
|
|
|

|
Why not just ask the source of the application? I don't see why they wouldn't tell you.
|
|
|
|

|
Open your Phpmyadmin and you can find the language change option there.......
|
|
|
|

|
Well, curious minds would like to know - did the Hackintosh method work, or did you need to decisively trim your fingernails whilst perfoming a system restore?
The madman is not the man who has lost his reason; the madman is the man who has lost everything except his reason.
--G.K. Chesterton
|
|
|
|

|
Redgum wrote: did the Hackintosh method work Well, unfortunately, I was a little indecisive about going through with the project and then I started doing something else and it got pushed aside.
So I don't know yet if that will work or not.
|
|
|
|
 |