June 20th, 2007
msquared (Administrator)
|
Intellisense
Thanks, I actually found that upgrading from the 2005 edition to the 2008
edition gave me the intellisense feature I was looking for. Odd that... more »
|
|
Coercion of a String Into a Double Doesnt work (??!!)
9 Replies |
Posted by: AGP
| Last post by Bruce W. Roeser, Today
Suggest y'all use TryParse() rather than Parse(). The former will return a
zero value if the input is bad whereas TryParse() will return a zero... more »
|
|
compile .net on vista, can't run on xp
On Aug 26, 9:40 am, "Bill McCarthy" <B...@localhost.comwrote:
fixed by:
Installed .net onto xp machine,
opened solution, it said there was an error... more »
|
|
.exe compiled on vista doesn't run on xp??
On Aug 25, 2:17 pm, "Michel Posseth " <M...@posseth.comwrote:
fixed by:
Installed .net onto xp machine,
opened solution, it said there was an... more »
|
|
My.settiings Setting dont read at Form load?
"PetterL" <petterathome@hotmail.comwrote in message
news:eVqaeiNCJHA.1632@TK2MSFTNGP06.phx.gbl...
Sorry to reply on my self but.
I tried to turn... more »
|
|
Storing Data Locally
I am developing a program that keeps track of manufacturing defects and
deviances. When a product is being developed, if there is a deviance... more »
|
|
C# to VB Translation problem (Is this a singleton?)
On 2008-08-28, B Chernick <BChernick@discussions.microsoft.comwrote:
The translation is accurate. In C#, a static class is essentially... more »
|
|
Need help with XML format in vb.net
On Aug 28, 10:28 am, abaker.j...@gmail.com wrote:
I got the answer in another... more »
|
|
someone fill me in - VS Express Editions
I'll be glad to pass that suggestion to the Dev Teams...
Not sure how much traction the idea will get but, I agree, it would be awesome.
Juan T.... more »
|
|
SMTP Email VB.net 2008
I actually have been running this mail account through thunderbird for
about a year now without any problems that is why i am at a loss.
our host is... more »
|
|
Trim Function
Euhmmm...... :-| yes you are right,,, forgot something
Dim NewString as string = string.empty
Dim Oldstring as string ="X"
If Not... more »
|
|
IO errors with "folder watcher" program
Thanks for the feedback Steve. In fact that was what I first set up before I
found out about the FileSystemWatcher class. I had set up a routine to... more »
|
|
VB.Net and Win32_NetworkAdapterConfiguration
Hello
I used Code Creator to generate the below vb.net code to pull some
information using the management namespace. I only posted a small section... more »
|
|
WMI to get SSID and signal strength information
Hi, can anyone help please?
I am trying to get infromation from my wireless card, such as signal
strength and a list of SSIDs that it can see. I... more »
|
|
ClickOnce and Circle References
I don't think you should get any further than the circular references, which
would cause the build to fail. You cannot deploy until the build... more »
|
|
Linq Selection Question.
Let's say I have a class, Employee, with three properties: EmployeeID,
Name, Active. I want to find all active employees, and I want to
return a... more »
|
|
Treeview Node Click
On Aug 28, 7:46 am, govolsb...@gmail.com wrote:
LOL I love these kinds of posts. I first post my problem. Then I
find the solution on my own. ... more »
|
|
Why the *.db file can not be deleted?
Thank you for your help.
"Andrew Morton" wrote: more »
|
|
Project copy - stupid question?
8 Replies |
Posted by: AWW
| Last post by Thomas Hayes, Today
I also want to copy a project, but for perhaps different reasons:
As far as I can see Visual Studio only lets you have one project
configuration for... more »
|
|
How can I avoid ftp timout issues?
On Aug 27, 4:14 pm, Jason <jason2...@online.nospamwrote:
That may not do the trick but you may try, have you... more »
|
|
Feedback about experiences deploying .Net 3.5
"RobinS" <robins@imnottelling.coma écrit dans le message de
news:d9udnd8_s8rb6SjVnZ2dnUVZ_rbinZ2d@comcast.com...
I haven't had any experience... more »
|
|
Web Browser Control Problem ?
how can i use WebBrowser control without load the add-ons? i do not mean
hide it from menu items
'cause if i can do that ie will start faster than... more »
|
|
array optimizer
If the find is only ever going to use one item of the struct, you could
build a hashtable when you populate the array and use that to look up... more »
|
|
How to include WinXP SP2 in prerequisites?
Before you ask how, you may want to ask why you'd ever want to do that.
If I was installing an app and it told me it couldn't run until I... more »
|
|
Debugger is getting mixed up
This is answered in the thread where you first asked the question. Put
simply, you cannot rely on the characters displayed in a debugger watch... more »
|
|