Click here to Skip to main content
16,004,854 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: How to get MX Entries of a Domain Pin
Dave Kreskowiak4-Mar-05 3:19
mveDave Kreskowiak4-Mar-05 3:19 
Generalrefresh dataset Pin
sumi17102-Mar-05 22:20
sumi17102-Mar-05 22:20 
GeneralRe: refresh dataset Pin
Mandar Patankar3-Mar-05 7:29
Mandar Patankar3-Mar-05 7:29 
GeneralUsing GroupBox with Tabcontrol Pin
fontahfru2-Mar-05 20:24
fontahfru2-Mar-05 20:24 
Generalwhat's significant diferrences between vb 6.0 and vb.net Pin
solvavou2-Mar-05 19:06
solvavou2-Mar-05 19:06 
GeneralRe: what's significant diferrences between vb 6.0 and vb.net Pin
Just Greeky Creek3-Mar-05 0:12
Just Greeky Creek3-Mar-05 0:12 
GeneralRe: what's significant diferrences between vb 6.0 and vb.net Pin
rwestgraham3-Mar-05 14:24
rwestgraham3-Mar-05 14:24 
GeneralStill trying this data filter Pin
DavidMLevine2-Mar-05 17:02
DavidMLevine2-Mar-05 17:02 
Still having same problem... Here is a less confusing version I think. I renamed everything back to default (more or less) I am trying to filter my TempData table (MS Access) by a value and have the new data reflected in the MainDataSet1 instance. I know im still far off, but I feel that im getting closer. (Later the fixed string '11x14' will be a variable based on the combobox)

and yes I know that this code doesnt work... that is my problem... its a major hack job

Private Sub ComboBox1_SelectedIndexChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ComboBox1.SelectedIndexChanged

OleDbSelectCommand1.CommandText = "SELECT TemplateID, Images, ImageSize, ID FROM TempData WHERE ImageSize = '11x14'"
OleDbSelectCommand1.Connection = OleDbConnection1

OleDbConnection1.Open()
OleDbSelectCommand1.ExecuteReader()
OleDbConnection1.Close()

OleDbAdapter.SelectCommand = OleDbSelectCommand1 '"SELECT TemplateID, Images, ImageSize, ID FROM TempData WHERE ImageSize = '11x14'"

OleDbAdapter.Fill(MainDataSet1.TempData)
End Sub

Any help is appreciated. I WILL learn this or go totally insane.WTF | :WTF:
GeneralRe: Still trying this data filter Pin
DavidMLevine3-Mar-05 2:21
DavidMLevine3-Mar-05 2:21 
Generalhelp.. :( reverse reading of the log file Pin
MagicGirL832-Mar-05 16:57
MagicGirL832-Mar-05 16:57 
GeneralRe: help.. :( reverse reading of the log file Pin
Dave Kreskowiak3-Mar-05 4:20
mveDave Kreskowiak3-Mar-05 4:20 
GeneralRe: help.. :( reverse reading of the log file Pin
MagicGirL833-Mar-05 11:36
MagicGirL833-Mar-05 11:36 
Generaltransform vb to vb.net Pin
lily822-Mar-05 14:08
lily822-Mar-05 14:08 
GeneralRe: transform vb to vb.net Pin
Christian Graus2-Mar-05 15:23
protectorChristian Graus2-Mar-05 15:23 
GeneralRe: transform vb to vb.net Pin
Dave Kreskowiak3-Mar-05 4:06
mveDave Kreskowiak3-Mar-05 4:06 
General.NET set-project installer creates software-entries twice Pin
Philipp3442-Mar-05 10:08
sussPhilipp3442-Mar-05 10:08 
GeneralThe format of the file 'system' is invalid. Pin
Anonymous2-Mar-05 7:51
Anonymous2-Mar-05 7:51 
GeneralRe: The format of the file 'system' is invalid. Pin
Dave Kreskowiak4-Mar-05 3:21
mveDave Kreskowiak4-Mar-05 3:21 
GeneralStreamReader constructor fails in FileWatcher event handler Pin
2-Mar-05 4:27
suss2-Mar-05 4:27 
GeneralRe: StreamReader constructor fails in FileWatcher event handler [Edit] Pin
Mitch F.2-Mar-05 6:32
Mitch F.2-Mar-05 6:32 
GeneralRe: StreamReader constructor fails in FileWatcher event handler [Edit] Pin
skifanatic2-Mar-05 7:00
skifanatic2-Mar-05 7:00 
GeneralRe: StreamReader constructor fails in FileWatcher event handler [Edit] Pin
Mitch F.2-Mar-05 7:53
Mitch F.2-Mar-05 7:53 
GeneralRe: StreamReader constructor fails in FileWatcher event handler [Edit] Pin
skifanatic2-Mar-05 8:33
skifanatic2-Mar-05 8:33 
GeneralRe: StreamReader constructor fails in FileWatcher event handler [Edit] Pin
Dave Kreskowiak2-Mar-05 9:13
mveDave Kreskowiak2-Mar-05 9:13 
GeneralRe: StreamReader constructor fails in FileWatcher event handler [Edit] Pin
skifanatic2-Mar-05 9:59
skifanatic2-Mar-05 9:59 

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.