Questions tagged [vb.net]

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.

With the combination of Microsoft .NET for Windows (desktop/server), Mono (desktop/server/mobile), Silverlight / Moonlight (browser/mobile), Compact Framework (mobile)

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][1]) but implemented on the [Microsoft .NET Framework][2]. So far, we have had the following versions of Visual Basic.Net: 2003, 2005, 2008 and 2010.

With the combination of Microsoft .NET for Windows (desktop/server), Mono (desktop/server/mobile), Silverlight / Moonlight (browser/mobile), Compact Framework (mobile) and Micro Framework it is available for a wide range of platforms.

Resources

66 questions
0
votes
1 answer

Getting error while creating mdb file on vb.net

I am trying to write an app on vb.net. I am using visual studio community 2013. In some point I have to create mdb file. I searched all over internet and try every suggestions but always I get error on adox as follows (marked with *) Namespace…
Murat
  • 109
0
votes
1 answer

Running VB.net program in the Background

I have a simple program. There is a Label (=0) and when i press "W" The Label gets + 1 everytime. Now i want to run it in the background, but when i tab out the user Input won't work. So im searching for a way to use User Input even tho i tabbed…
0
votes
0 answers

VB.NET Download File Fails

I'm downloading a file through my software and it completes the first time. But the second time it fails if I save it to the same directory. It overwrites the file, but refuses to download. If I save it to another directory it completes, but then I…
user1035203
-1
votes
1 answer

How to Time In/Time Out With One Button

I'm currently making a payroll system for our thesis and I'm having trouble when it comes to Time In Time Out. Our panel said that we should put only one button and one textbox. How should I do that. Thanks in advance.