0
votes
1answer
15 views
VB 2008 & Debugger ?
using vb.net 2008
When I put a break on a line and then press F5 the debugger does break on the line which I put the Break (F9) but Step In (F8) as well as F5 are grayed out, not working, as well as a …
1
vote
3answers
32 views
Free or commercial code analysis service for Visual Basic
Anyone know a good code analysis service or tool for vb.net? Like the one for c# with visual studio 2008 team edition or style cop for c#
Update:
My bad ,I am only using the visual studio pro in my …
0
votes
0answers
16 views
Visual Studio AutoComplete sends carriage return when clicked
Visual studio nicely provides built-in auto-complete functionality for text boxes and combo boxes. I am using the suggest method of auto complete that provides the user with a list of choices …
2
votes
2answers
84 views
What is the definition of “:=” in vb
I came across some sample code in VB.Net which I have some experience with and kinda having a duh moment figuring out the meaning of :=.
RefreshNavigationImages(bForward:=True, startIndex:=-1)
The …
0
votes
2answers
11 views
Connecting to SOTAMAS90 ODBC ?
How do I connect to Mas90's file using their ODBC that they setup - SOTAMAS90? how do I do this in vb.net ?
1
vote
2answers
33 views
Is there a quick way to pull all of the users from Active Directory?
I'm trying to pull the username of every user available through active directory. Here is the code my colleague first tried to use, but this method is burning all of the memory out and throwing out …
0
votes
2answers
46 views
C function in VB.NET
I'm having some problems calling a C function from a DLL, and was hoping someone could help me out. The function is returning -101 which translates as a "bad parameter". The values I am passing have …
0
votes
2answers
17 views
How do I create a Windows Service using vb.net in Studio 2008 Standard (No template)
Hello,
I want to create a Windows Service using VB.Net, but in VS2008 Standard, you don't seem to get the "Windows Service" template I've used before.
What's the best way of creating such a service, …
0
votes
1answer
22 views
You are not authorized to view this page active directory problem
I am getting the following error while browsing my asp.net page deployed in IIS..I am using active directory data retrieval in my website and credentials to the active directory is stored in the …
-1
votes
2answers
79 views
Visual Basics - Object reference not set to an instance of an object
I'm receiving the following error in VB.Net.
"Object reference not set to an instance of an object"
It highlights "Next" at the end of the For Loop.
Any help would be great.
Imports System.IO
…
0
votes
2answers
21 views
How Do I Use the app.config file with a Test Project
I using unit testing, to ensure that I can read connect string information from the ConnectStrings section of my app.config file. This works fine in the application proper, However when I attempt to …
0
votes
2answers
26 views
Working with Byte literals
I'm using the following function to brighten up color values (it's a lambda in my code, but that shouldn't make a differende):
Function ReduceDistanceTo255(ByVal i As Byte) As Byte
Return i + …
0
votes
0answers
12 views
How to reference on cobol projects without compiler?
Is it possible to make different Configuration of one project one with and other without a installed cobol compiler?
I have a big project general written in VB.Net with some underprojects written in …
1
vote
2answers
22 views
VB.NET Sample app.config Access
Could anybody supply a sample code, showing how to integrate the app.config file with an application written in VB.NET. Specifically I need to extract database connect strings from the app.config …
0
votes
2answers
36 views
User Control ViewState/State Help needed
I need help making this code work better. Currently, what happens is when it reloads, I loose the third value which is a calculated value . I would like for my page to reload without loosing the …
