Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
7answers
2k views

What do you think of multiline lambdas in VB 10

I was just watching a video on MSDN Channel 9 which can be found here, about some of the new features in Visual Basic 10. Now I like most of the new features, some of which have been long ...
5
votes
3answers
2k views

How do I write private set auto-properties in VB 10?

in C#: public string Property { get; private set; } in VB? Please vote or/and share your ideas!
3
votes
1answer
248 views

Syntax choice for type parameter variance in C# and VB

In both C# and VB, type parameter modifiers are used to express the variance of type parameters. For example, the C# version looks like: interface Foo<in X, out Y> { } and the VB version ...
2
votes
1answer
140 views

Getting Caret Position Inside Any Application in VB 2010

I'm making a Singlish-English Word Prosessor.When user typing in a active window's TextBox those letters were automatically converted to the Sinhala language.I did that hard part with sendKeys() ...
1
vote
1answer
41 views

How to use two forms to search in one and display the records to the other using Visual Basic 2010, SQL Server 2008

I have 2 forms in my visual basic 2010 project. Both are connected with an SQL 2008 Server where i keep a db with customers records(name,surname,address, etc). What i want to do is to give certain ...
1
vote
2answers
22 views

How do i get the object from one sub to the other sub

What i am trying to do is to get the intGuestID1 from page_load to be used in bth_add area Because i am trying to get the ID when it has been clicked from another form to frmAddFollowUp so i tried to ...
0
votes
0answers
27 views

Trying to get the ID from one form

PS: I couldnt post the images because i am a new user, will someone help me edit them? Thanks Firstly i will be at the homepage to click one of the records. !(http://i43.tinypic.com/28jl36q.jpg) ...
0
votes
0answers
44 views

link two sepearte tables in one database to one form and display the assoicated data based on the the primary/foreign key being the same value

I have two tables in the same .mdb file and are both part of the same DataSet. The primary key of the tblMainDataBase is PROP_NO, and the primary key of tblRepairLog is a generic dummy data field ...
0
votes
0answers
54 views

“Implanting” a windows form into another executable? (Visual Basic 10)

Mostly this is a theory question not really a practical one. I'll admit the only real use I see for this would be some sort of virus. (: EDIT 3: Thought of a use for this. Easy simplification of ...
0
votes
2answers
103 views

MS-Access query does not correctly interpret DBNull.Value using OLEDB.NET

I am connecting to a MS-Access 2007 database using VB 2010 and OLEDB. Conducting the following test seems to suggest that MS-Access does not interpret DBNull.Value correctly when sent as a parameter ...
0
votes
1answer
108 views

Overriding DataGridViewCell.GetClipboardContent — should I support (re-implement) format specifics?

Some of my DataGridViewCells return the wrong value in their GetClipboardContent method. They are cells in a DataGridViewComboBoxColumn cells, so they use the displayed property, not the value ...
0
votes
1answer
251 views

Why isn't my published VB10 project installing the .net 4.0 prerequisite?

I have a personal project written in VB10, and am publishing it from VS2010. However, when users attempt to run the created setup.exe, they receive an error stating .net 4.0 is required. At first I ...
-1
votes
1answer
16 views

What happened to 'Format' function in VS 2010?

I am not able to use Format function in a converted VB2008 project in VS 2010. MSDN Documentation about Format function in not available for VS 2010. Has that function been deprecated? If so, what ...
-2
votes
3answers
302 views

Blogs to follow? [closed]

What's your list of blogs for anything asp.net and vb.net related. I know for instance Scott Gu's stuff is the first on the rank for asp.net. I'm trying to compile a list of 'good' stuff that will ...