Click here to Skip to main content
15,899,754 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionObject synchronization method was called from an unsynchronized block of code. Pin
RJGCarey19-Mar-08 8:07
RJGCarey19-Mar-08 8:07 
GeneralRe: Object synchronization method was called from an unsynchronized block of code. Pin
RJGCarey19-Mar-08 9:01
RJGCarey19-Mar-08 9:01 
GeneralUsing "wdPropertyTimeLastSaved" fon Userforms for Word. Pin
Harold_Wishes19-Mar-08 7:07
Harold_Wishes19-Mar-08 7:07 
GeneralGet Hard disc Serial number Pin
Rupesh Kumar Swami19-Mar-08 6:31
Rupesh Kumar Swami19-Mar-08 6:31 
AnswerRe: Get Hard disc Serial number Pin
Rajesh Anuhya19-Mar-08 19:13
professionalRajesh Anuhya19-Mar-08 19:13 
GeneralRe: Get Hard disc Serial number Pin
Rupesh Kumar Swami20-Mar-08 3:42
Rupesh Kumar Swami20-Mar-08 3:42 
Questionselect statement that will retrieve all entries that have a certian letter combination in it? Pin
Mr Oizo19-Mar-08 4:40
Mr Oizo19-Mar-08 4:40 
AnswerRe: select statement that will retrieve all entries that have a certian letter combination in it? Pin
Dave Kreskowiak19-Mar-08 5:51
mveDave Kreskowiak19-Mar-08 5:51 
This is a very basic SQL question. I suggest picking up a beginners book on SQL Server and working through it.

All you have to do is add a WHERE clause using the LIKE operator:
SELECT field1, field2, fieldn, ... FROM table WHERE somefield LIKE 'ab%'

This will return all entries starting with the letters "ab" in some field you chose.



A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007




GeneralRe: select statement that will retrieve all entries that have a certian letter combination in it? Pin
Mr Oizo19-Mar-08 20:59
Mr Oizo19-Mar-08 20:59 
GeneralUnsigned Integers and Marshal.ReadInt32() Pin
VFaul19-Mar-08 4:16
VFaul19-Mar-08 4:16 
GeneralRe: Unsigned Integers and Marshal.ReadInt32() Pin
Dave Kreskowiak19-Mar-08 4:39
mveDave Kreskowiak19-Mar-08 4:39 
GeneralRe: Unsigned Integers and Marshal.ReadInt32() Pin
VFaul19-Mar-08 7:25
VFaul19-Mar-08 7:25 
GeneralRe: Unsigned Integers and Marshal.ReadInt32() Pin
Dave Kreskowiak19-Mar-08 8:15
mveDave Kreskowiak19-Mar-08 8:15 
GeneralChanging VB Project Properties Pin
Jeeva Mary Varghese19-Mar-08 1:06
Jeeva Mary Varghese19-Mar-08 1:06 
QuestionHow to prevent multiple user login using one account in VB Pin
kingascona18-Mar-08 23:48
professionalkingascona18-Mar-08 23:48 
GeneralRe: How to prevent multiple user login using one account in VB Pin
Nilesh Hapse19-Mar-08 0:57
Nilesh Hapse19-Mar-08 0:57 
GeneralChange the title bar heading on a form in code... Pin
Mr Oizo18-Mar-08 22:45
Mr Oizo18-Mar-08 22:45 
AnswerRe: Change the title bar heading on a form in code... Pin
Rajesh Anuhya18-Mar-08 22:54
professionalRajesh Anuhya18-Mar-08 22:54 
GeneralRe: Change the title bar heading on a form in code... Pin
Mr Oizo19-Mar-08 0:34
Mr Oizo19-Mar-08 0:34 
GeneralProblem in opening a textfile in excel using vb.net Pin
Madang18-Mar-08 21:30
Madang18-Mar-08 21:30 
GeneralRe: Problem in opening a textfile in excel using vb.net Pin
Mycroft Holmes18-Mar-08 21:47
professionalMycroft Holmes18-Mar-08 21:47 
GeneralRe: Problem in opening a textfile in excel using vb.net [modified] Pin
Madang18-Mar-08 21:53
Madang18-Mar-08 21:53 
GeneralRe: Problem in opening a textfile in excel using vb.net Pin
Mycroft Holmes19-Mar-08 1:07
professionalMycroft Holmes19-Mar-08 1:07 
GeneralRe: Problem in opening a textfile in excel using vb.net Pin
Dave Kreskowiak19-Mar-08 4:28
mveDave Kreskowiak19-Mar-08 4:28 
Questionhow do I determine which button was clicked on a prevoius form to access the form I am currently working on? Pin
Mr Oizo18-Mar-08 21:18
Mr Oizo18-Mar-08 21:18 

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.