Click here to Skip to main content
15,897,519 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: web browser in vb.net. Pin
The Man from U.N.C.L.E.28-Apr-10 21:37
The Man from U.N.C.L.E.28-Apr-10 21:37 
QuestionVB.NET 2005 - Walking the Document Outline to iterate through controls Pin
vvincent28-Apr-10 5:26
vvincent28-Apr-10 5:26 
AnswerRe: VB.NET 2005 - Walking the Document Outline to iterate through controls Pin
Dave Kreskowiak28-Apr-10 8:19
mveDave Kreskowiak28-Apr-10 8:19 
GeneralRe: VB.NET 2005 - Walking the Document Outline to iterate through controls Pin
vvincent28-Apr-10 11:47
vvincent28-Apr-10 11:47 
GeneralRe: VB.NET 2005 - Walking the Document Outline to iterate through controls Pin
Dave Kreskowiak28-Apr-10 15:32
mveDave Kreskowiak28-Apr-10 15:32 
QuestionQueries for Datagrid View in VB 2008 Pin
Razanust28-Apr-10 0:52
Razanust28-Apr-10 0:52 
AnswerRe: Queries for Datagrid View in VB 2008 Pin
Simon_Whale28-Apr-10 0:59
Simon_Whale28-Apr-10 0:59 
GeneralKindly solve it out ! Queries for Datagrid View in VB 2008 Pin
Razanust28-Apr-10 4:04
Razanust28-Apr-10 4:04 
I wanted to ask this way.

I have a query for my data grid view as:

SELECT ID, Name, City, Fee, Technology
FROM [uni list]
WHERE (Name = 'Data')

where data is used as a string and this works fine BUT..


When i refer the filter case to a textbox it doesn't work. It takes this whole thing as a string and not producing the desired results.

SELECT ID, Name, City, Fee, Technology
FROM [uni list]
WHERE (Name = '[text].textbox1')

How can this be resolves
GeneralRe: Kindly solve it out ! Queries for Datagrid View in VB 2008 Pin
Simon_Whale28-Apr-10 4:13
Simon_Whale28-Apr-10 4:13 
QuestionVB Script Help For Microsoft Excel Pin
Ali Rashid27-Apr-10 21:45
Ali Rashid27-Apr-10 21:45 
AnswerRe: VB Script Help For Microsoft Excel Pin
Dalek Dave27-Apr-10 23:50
professionalDalek Dave27-Apr-10 23:50 
GeneralRe: VB Script Help For Microsoft Excel Pin
Ali Rashid28-Apr-10 1:38
Ali Rashid28-Apr-10 1:38 
AnswerRe: VB Script Help For Microsoft Excel Pin
Johan Hakkesteegt28-Apr-10 0:02
Johan Hakkesteegt28-Apr-10 0:02 
GeneralRe: VB Script Help For Microsoft Excel Pin
Ali Rashid28-Apr-10 4:06
Ali Rashid28-Apr-10 4:06 
GeneralRe: VB Script Help For Microsoft Excel Pin
Johan Hakkesteegt3-May-10 22:23
Johan Hakkesteegt3-May-10 22:23 
QuestionWhich is the best way to set default value for properties Pin
andiyuniar27-Apr-10 17:40
andiyuniar27-Apr-10 17:40 
AnswerRe: Which is the best way to set default value for properties Pin
Steven J Jowett27-Apr-10 21:13
Steven J Jowett27-Apr-10 21:13 
AnswerRe: Which is the best way to set default value for properties Pin
tosch27-Apr-10 21:25
tosch27-Apr-10 21:25 
GeneralRe: Which is the best way to set default value for properties Pin
andiyuniar27-Apr-10 22:03
andiyuniar27-Apr-10 22:03 
Answer[Solved] Which is the best way to set default value for properties Pin
andiyuniar27-Apr-10 22:47
andiyuniar27-Apr-10 22:47 
AnswerRe: Which is the best way to set default value for properties Pin
DaveAuld28-Apr-10 3:24
professionalDaveAuld28-Apr-10 3:24 
QuestionMultithread Error (Input string was not in the correct format)? [modified] Pin
Dominick Marciano27-Apr-10 13:49
professionalDominick Marciano27-Apr-10 13:49 
AnswerRe: Multithread Error (Input string was not in the correct format)? Pin
Luc Pattyn27-Apr-10 14:18
sitebuilderLuc Pattyn27-Apr-10 14:18 
QuestionHow to display access records in Visual Basic 2008 form? Pin
Razanust27-Apr-10 2:27
Razanust27-Apr-10 2:27 
AnswerRe: How to display access records in Visual Basic 2008 form? Pin
Dave Kreskowiak27-Apr-10 2:39
mveDave Kreskowiak27-Apr-10 2:39 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.