vb.net-2010 Questions

1

I got this error: Error 1 Unable to open module file 'D:\business\shared\Dropbox\badgers\vb\vb.net\My Project\Application.Designer.vb': The system cannot find the path specified. D:\business\share...
Loquacity asked 20/2, 2013 at 4:14

1

Solved

I want to create an application where I can register person info. but I am having a problem updating/edit the data in my gridview. Below is the set of code which I've created. Imports System.Data....
Lashley asked 15/3, 2013 at 2:54

3

Solved

Can someone please help me to make this work? I want to calculate the time between two dates in VB.NET like this: startdate: 2011/12/30 enddate: 2011/12/31 Calculate: ? hour ? minute ? seco...
Bodleian asked 31/12, 2011 at 13:4

1

Solved

From This question, its answer is almost my answer. But I am facing some sql query issue, I have the following statement in VB Dim results As DataRow() = table.Select("A = 'foo' AND B = 'bar' AND ...
Foregone asked 21/1, 2013 at 8:30

2

Solved

I have a problem in query data from database to make report in VB.NET. I use the Business Object to do the report. And here is my example data: ____________________________________________________...
Malta asked 26/12, 2012 at 16:15

2

Solved

Good day, all. I know that this is a pretty basic question in terms of MVC, but I can not for the life of me get @Html.RenderPartial to not give me errors. I am using VB.NET, and Razor. Most exam...
Meanwhile asked 15/6, 2012 at 14:11

2

Solved

How can I decrease the space between the controls even further? I've set all the margins and padding to 0 but there is still space between my controlers. this is the space I am getting with all ...
Asir asked 1/11, 2012 at 18:51

2

Solved

I'm trying to help a friend - they have a pretty big web application (ASP.NET 4.0, Visual Basic) that has a number of subfolders that all act as quasi sub-applications (but they're just subfolders ...
Hydrotherapeutics asked 30/6, 2012 at 23:42

2

Solved

in Visual Studio 2010 I have a really big ASP.NET website project which has a bunch of user controls. How do I determine all the .aspx pages where a specific .ascx user control is referenced throu...
Anarchist asked 13/4, 2012 at 16:0

1

Solved

I am getting error of System.MissingMethodException after I have an optional parameter in one component and the other component which call it was not build as it call it with old number of paramete...
Multimillionaire asked 27/3, 2012 at 6:52

3

Solved

I have a database in place with a client that seems to lose data overnight. They enter records and exit the system, and then claim to not be able to find them again the next day. The ID numbers in...
Haswell asked 10/1, 2012 at 15:26

3

Solved

As the properties Value of the date/time picker does not allow to enter the DateTime.Now default value, I have tried to set it in the code: Private Sub DataFrom_ValueChanged(sender As System.Objec...
Asclepiadaceous asked 6/12, 2011 at 22:52

3

what is the meaning of the dollar sign after a method name in vb.net like this: Replace$("EG000000", "0", "")
Oophorectomy asked 1/12, 2011 at 12:38

4

Solved

I have 2 entities that are related, but the legacy sql schema essentially has 2 key columns for the same table (not a 2-column key: see below). I need to create a relationship back to the 'faux key...
Cd asked 24/8, 2011 at 17:2

1

I have created a asp.net application project in Visual Studio 2010 (.net 4.0). I had published it using Project-> Build Deployment Package. It generated .zip file along with files having extension ...
Disrobe asked 24/2, 2011 at 21:18

1

I am working on an application that needs to launch Microsoft Word, and then resume when the user closes Word. The code below should work, but it does not. I get an 'object not set to an instance o...
Hageman asked 9/3, 2011 at 17:38

6

Solved

I'm writing a program in Visual Basic 2010. It's a HMI (Human-Machine Interface) and therefore has a whole whack of buttons that just send commands to other devices. As a result, there are a huge p...
Mulry asked 29/10, 2010 at 16:4

1

How can I change the Gridview font in an Windows Form?
This asked 27/8, 2010 at 20:7

3

Solved

Some people have argued that the C# 4.0 feature introduced with the dynamic keyword is the same as the "everything is an Object" feature of VB. However, any call on a dynamic variable will be trans...
Lonilonier asked 13/4, 2010 at 9:29

© 2022 - 2024 — McMap. All rights reserved.