1
vote
2answers
19 views
Need to use COMM port 2 to get information from a device. .Net doesnt support it though
I am writing a vb.net app that has a piece which needs to send a small command to comm port 2 and get the return result. The problem is .net doesnt have any support for serial communication seems …
1
vote
2answers
24 views
SQLDataReader: Dealing with null values
Some tables I am dealing with have null values and are throwing errors. So far ive tried a few solutions to deal with the nulls with no success.
Here are the code samples from my efforts so far;
If …
0
votes
2answers
28 views
How to avoid IndexOutOfRangeException (asp.net) (mssql)
Good morning stack overflow!
I am having a little trouble with an 'IndexOutOfRangeException'. I think it is because when the code tries to get the DateModified col from the database it sometimes …
0
votes
2answers
28 views
How To Create File System Fragmentation?
Risk Factors for File Fragmentation include mostly full Disks and repeated file appends. What are other risk factors for file fragmentation? How would one make a program using common languages like …
3
votes
1answer
36 views
Excel Development through .Net losing Macros
Good Afternoon,
I have a an Excel template file - which contains Macros - that I load up in .Net. The excel document is built up on a case by case basis (the same format, but with different data …
2
votes
1answer
35 views
How can I use the ThreadPool without making Sub foo(o as object) each time?
Every time that I want to make a thread in the ThreadPool I make a stupid little function like Worker_O below.
Sub Worker(ByVal i As Integer)
'do important stuff
End Sub
Sub Worker_O(ByVal o as …
0
votes
2answers
24 views
Visual Basic declaration question
I'm attempting to declare DAO variables in VB, but when I go to assignment statements, it says they must be declared. But I've just declared them in the line above! What's going on?
Code:
Public …
6
votes
2answers
54 views
Grouping using LINQ
I'm having a heck of a time with transforming a simple SQL Query into a LINQ query(using vb btw)
Here is my SQL:
SELECT USRDEFND5
FROM int_gp_employee
GROUP BY USRDEFND5
The xml looks …
2
votes
3answers
43 views
Best Method For Storing Values
Basically, I want to have a database that's lightweight and I won't need to install a million other things on my clients computers for them to access this.
I just need a simple method of reading and …
2
votes
2answers
37 views
Email Function in VB
I need a simple email function that just sends an email (not looking to spam anyone I promise!).
Anyone, anyone? Using VB 2008
0
votes
2answers
25 views
How do I download a file in vb .net with a download timeout?
I want to download thousands of files from the web and save them locally. What is the most efficient way? It is important the failures timeout within 10 seconds.
Is there a better way to stream one …
0
votes
2answers
68 views
Anonymous methods with return type in .Net
Hi All,
This is a question for my curiosity really, as i know there are other ways to work around the problem.
I have a property on my "Item" class - "MyProperty" - that I want to evaluate. I …
0
votes
2answers
24 views
Changing panel visibility property on radiobuttonlist selection in asp.net page
Good morning stackoverflow!
I have a little problem I'm trying to work out thats bugging the life out of me!
On my .aspx page i want to be able to show and hide certain panels depending on user …
2
votes
3answers
144 views
Need help translating C# to VB.
Hello, I am looking at this blog, and I am trying to translate the snippet to VB.
I'm having difficulties with this line:
NotifyCollectionChangedEventHandler handlers = this.CollectionChanged;
…
2
votes
2answers
35 views
Visual Studios 6 Enterprise to VS 2005/2008/2010 Upgrade
Good Evening,
To all who know Microsoft's upgrade policy. I own VS6 Enterprise. Is VS6 Enterprise eligible for upgrade? I also own pro vs 2005/2008 but would like the enterprise edition upgraded. I …
