Click here to Skip to main content
15,908,172 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: For Each Textbox Pin
Mycroft Holmes1-May-09 2:33
professionalMycroft Holmes1-May-09 2:33 
GeneralRe: For Each Textbox Pin
Samir Ibrahim1-May-09 3:23
Samir Ibrahim1-May-09 3:23 
NewsRe: For Each Textbox Pin
Samir Ibrahim1-May-09 4:02
Samir Ibrahim1-May-09 4:02 
GeneralRe: For Each Textbox Pin
Mycroft Holmes1-May-09 15:11
professionalMycroft Holmes1-May-09 15:11 
QuestionData Report Pin
Jimnahsh1-May-09 0:19
Jimnahsh1-May-09 0:19 
AnswerRe: Data Report Pin
Dalek Dave1-May-09 1:23
professionalDalek Dave1-May-09 1:23 
AnswerRe: Data Report Pin
Ashfield1-May-09 1:24
Ashfield1-May-09 1:24 
GeneralRe: Data Report Pin
Jimnahsh17-May-09 5:13
Jimnahsh17-May-09 5:13 
Thank you for being concerned about the complex question-
but surely i am not a student but my project is real, i had been
programming with vb6 but wanted to get the depth of the net
this is an example where i tried to get the results in v6 but found that if i use aloop the code could be to long:
Set conn = New ADODB.Connection
conn.Open "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:/Program files/Ease_Mark2010/ExamsFile.Mdb;Persist Security Info=False"
Set rs = New ADODB.Recordset
Dim strSQL As String
strSQL= "SELECT Count(*) AS [Mean Grade]From Results WHERE (((Results.[Mean Grade])='B-'And (Form_ID)='2")
from this code i was getting the correct rusults for the selected class.
The question is, i have 12 arugements for one class (A,A-,B+, etc)
and also 12 subjects to loop through.
therefore i wanted a clue to get used with vbnet 2005.
thank you.
GeneralRe: Data Report Pin
Ashfield17-May-09 11:12
Ashfield17-May-09 11:12 
GeneralRe: Data Report Pin
Jimnahsh17-May-09 19:05
Jimnahsh17-May-09 19:05 
GeneralRe: Data Report Pin
Ashfield17-May-09 20:58
Ashfield17-May-09 20:58 
QuestionDrop on a monthcalendar Pin
JR21230-Apr-09 22:36
JR21230-Apr-09 22:36 
AnswerRe: Drop on a monthcalendar Pin
Dalek Dave1-May-09 1:30
professionalDalek Dave1-May-09 1:30 
Questionhow to get parameter from Asp.net web page to windows form Pin
hemrk30-Apr-09 11:30
hemrk30-Apr-09 11:30 
AnswerRe: how to get parameter from Asp.net web page to windows form Pin
Christian Graus30-Apr-09 16:33
protectorChristian Graus30-Apr-09 16:33 
GeneralRe: how to get parameter from Asp.net web page to windows form Pin
hemrk1-May-09 3:24
hemrk1-May-09 3:24 
GeneralRe: how to get parameter from Asp.net web page to windows form Pin
Dave Kreskowiak1-May-09 3:48
mveDave Kreskowiak1-May-09 3:48 
GeneralRe: how to get parameter from Asp.net web page to windows form Pin
hemrk1-May-09 4:17
hemrk1-May-09 4:17 
GeneralRe: how to get parameter from Asp.net web page to windows form Pin
Dave Kreskowiak1-May-09 5:16
mveDave Kreskowiak1-May-09 5:16 
GeneralRe: how to get parameter from Asp.net web page to windows form Pin
hemrk1-May-09 5:30
hemrk1-May-09 5:30 
GeneralRe: how to get parameter from Asp.net web page to windows form Pin
Dave Kreskowiak1-May-09 16:03
mveDave Kreskowiak1-May-09 16:03 
QuestionControls, data adapters, and bindings... Pin
NateSQA30-Apr-09 10:18
NateSQA30-Apr-09 10:18 
AnswerRe: Controls, data adapters, and bindings... Pin
Dave Kreskowiak30-Apr-09 13:59
mveDave Kreskowiak30-Apr-09 13:59 
QuestionUnrecognized database format Pin
ivo7530-Apr-09 9:07
ivo7530-Apr-09 9:07 
AnswerRe: Unrecognized database format Pin
Dave Kreskowiak30-Apr-09 13:54
mveDave Kreskowiak30-Apr-09 13:54 

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.