June 20th, 2007
msquared (Administrator)
|
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 »
|
|
IO errors with "folder watcher" program
Keith G Hicks wrote:
I think you will run into trouble as long as you try to process files within the
FileWatcher event handler.
A better strategy... 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 »
|
|
Need help with XML format in vb.net
On Aug 21, 3:33 pm, "sloan" <sl...@ipass.netwrote:
Can someone give me an xslt file that I can use to convert the first
example to the second... 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 »
|
|
someone fill me in - VS Express Editions
ya, you are right. Hey MS, how about adding an 'Automation and Scripting'
Express edition? Just colorcode syntax, provide collapsable regions,... more »
|
|
Trim Function
On Aug 27, 3:43 pm, "Michel Posseth " <M...@posseth.comwrote:
Isn't the check for the length of the string here, unnecessary? If
the call to... 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 »
|
|
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 »
|
|
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 »
|
|
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 »
|
|
My.settiings Setting dont read at Form load?
"Steve Gerrard" <mynamehere@comcast.netwrote in message
news:f6adnT_K0JVJnCvVnZ2dnUVZ_h-dnZ2d@comcast.com...
OK then may be this is the wrong way to... 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 »
|
|
Data Values
The box represents a non-ascii character in the string, probably a line feed
or carriage-return. Use StrData.Length to confirm that the string... more »
|
|
Booleans
Please refer to your other post. You may be seeing a string which consists
of non-ASCII characters. This string will not be equal to "" even if... more »
|
|
run .exe on networked computer
Hmmm ,,, it took them a while but at least they have finally done it
This is a lost feature i am verry happy with getting back ( from VB6 )
and... more »
|
|
Use of GridView with EnableViewState="false"
On Aug 27, 6:21 am, "Gilbert Tordeur" <gilbert.tord...@jci.comwrote:
My favorite solution for dealing with ViewState is to write
applications in... more »
|
|
Random Strings appearing in URL
On Aug 27, 1:02 pm, KarlStoney <KarlSto...@discussions.microsoft.com>
wrote:
Yep, it's your session id, you need to turn off cookieless... more »
|
|
Dataset's - datagridview help
For starters - if you have sql server express running on your
workstation - I would reference the server (by name) in the connection
string and only... more »
|
|
FolderBrowserDialog error
I have a feeling I should not worry about this. I just realized I get the
exact same error whenever I open up MS Outlook 03. I had to reinstall... more »
|
|