Visual Basic .NET (VB.NET) is an object-oriented computer programming language that can be viewed as an evolution of Microsoft's Visual Basic 6 (VB6) but implemented on the Microsoft .NET Framework. So far, we have had the following versions of Visual Basic.Net: 2003, 2005, 2008 and 2010. With ...

learn more… | top users | synonyms

0
votes
0answers
9 views

oledbexception 'unspecified error' when filling dataset [migrated]

So, i get the OleDBException "unspecified error" whenever the function below hits the dataAdapter.Fill(dataset) line. I have tried adding dbcommand.connection.close() and ...
0
votes
0answers
12 views

JScript.NET Exec() StdOut hangs, StdErr 2>&1 and redirect to file tricks not working [migrated]

Been doing hours of research on this and i'm thoroughly stuck, I'm looking to get the response from sending a command to cmd from JScript.net server-side on my website. Here's how far i've gotten... ...
0
votes
0answers
35 views

feed data to remote SSH linux script through putty/plink that were launch by vb.net

I am stucked thinking to send data to the SSH linux script while it is running in plink with vb.net. I am able to get the output & surely able to execute the SSH linux script with ...
-3
votes
1answer
28 views

It is VB.net what I am looking? instead of VBA

I was programing in VBA for a couple of months but sometimes I need some feautures there are not integrated in VBA and I was thinking maybe to start to programming in VB.net and use the excel's cells ...
0
votes
0answers
67 views

MonoDevelop Error Opening Vb.net project

I have moved from Windows to Xubuntu, however, only a dual boot for now. But any way I work on VB.net projects for some companies and I need to be able to work on it in Linux. However I get an error ...
0
votes
1answer
88 views

How to achieve something like this in Excel?

So I have a table full of data which looks like this: Subject A Subject B Subject C Subject D Count Person A F F F 3 Person B F ...
0
votes
1answer
526 views

How to run a VB.NET .exe file on CentOS 5.6

I would like to execute my .exe file written in VB.NET (in VS 2008) on CentOS 5.6. I have installed mono. But I'm not that familiar with CentOS, so I don't know how to proceed.
0
votes
1answer
183 views

Accessing the registry through the .NET Framework shows 1 thing; Regedit shows another [closed]

I'm posting here because this question has nothing to do with how to program something and everything to do with a screwed up computer. When I run the following line of VB .Net code in the Visual ...
0
votes
0answers
38 views

Couldn't display the second set of infomations [closed]

I am trying to display the data I've retrieved from a text file on the datagridview. But I can only display the first set of information on the datagridview. There are 2 set of information. This is ...
0
votes
0answers
245 views

Change windows default path or last used path for saving files? Is that possible?

I'm trying to change the default saving path to my specfied path for example if the file is picture (.jpg .gif etc..) and using google chrome I save an image the path can be anything from default or ...
0
votes
1answer
503 views

How do I connect to a MySQL database from another computer in VB.NET?

How do I connect to a database of another computer in the same local network using VB.NET? We have already enabled remote connection in the SQL Server configuration and the SQL browser, and we already ...
1
vote
0answers
266 views

Run a program in XP compatibility on Win 7 *without* admin rights

I have a VB.NET program I wrote which uses Process.Start() to launch an '.ARTask' file associated with BMC Remedy User. For reasons beyond the scope of this question (someone else had the same problem ...
4
votes
1answer
613 views

Which default Database Systems come installed in Microsoft VS2010 Express?

Appreciate all advice 0n the following questions Which database systems (Ms SQL 2008, MS SQL Compact, or others) comes installed with VS2010 Express edition. SQL Server 2008 R2 Express is free, can ...
-1
votes
1answer
80 views

A desktop application toolbar [closed]

I want to make a desktop toolbar just like the taskbar, I initially tried resizing the desktop work area but it didn't work. I also tried using APPBARDATA SHELLAPI structure it worked, but anything, ...
2
votes
1answer
437 views

Trying to switch power plans on Windows 7 automatically

I am trying to write a small program in VB.NET that detects when my laptop has been disconnected from the power mains and switches the power plan to power saver and vice versa when it is plugged into ...
1
vote
1answer
1k views

Error: Visual Basic .NET compiler not found (Mono 2.6.7) (First MonoNet App)

I just installed MonoDevelop so that I could develop .net apps on by Ubuntu partition. Nothing will compile because of the following error: Error: Visual Basic .NET compiler not found (Mono 2.6.7) ...
1
vote
3answers
2k views

VB.net 2010 compatibility in Windows 7 - 64 bit

I just installed Windows 7 Ultimate (64 bit). I was just going to install Visual Basic 2010. In the 'Read me' file of VB.net 2010 it says it is for x86. My question is will it work in 64 bit? Other ...
1
vote
2answers
3k views

How can I make the computer beep from a script/program called by the Windows task scheduler?

I am using Windows 7 home edition. I want to make my computer wait a certain amount of time, then beep in warning right before it terminates a program. As a test, I wrote the following batch file to ...
1
vote
1answer
2k views

How do you set DEBUG or RELEASE builds in Visual Studio 2008 (VB.net)

I have Visual Studio 2008 and am developing VB.NET applications. How do I specify if I am building a debug or release version? The description I found of how to do this on the Microsoft site don't ...
0
votes
1answer
1k views

Other computer can't connect to MySQL Database

I have a VB .NET program the uses a MySQL database. It works when the computer that has WAMP installed is the one running the program. The same program now displays an Unhandled Exception error when ...
0
votes
1answer
2k views

set up wamp server to run on lan

I have 2 computers. Both with w7 as os. I have installed wampserver on one of them. I have mysql database on wampserver. Then I have made a vb.net program to connect to mysql database. I have put the ...
20
votes
4answers
11k views

How do I add formatted code to a Microsoft Word document?

I need to write a document in MS-Word 2007 that contains a lot of examples of VB.NET and C# code. What is the best way of getting the code to look reasonable in the document? What styles etc do ...