Click here to Skip to main content
15,921,660 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Help on Table Support in RichTextBox Control Pin
mav.northwind12-Aug-04 20:09
mav.northwind12-Aug-04 20:09 
GeneralMulti-Byte Languages (Japanese) Pin
sburton12-Aug-04 14:51
sburton12-Aug-04 14:51 
GeneralPictureBox & Multiple Forms Pin
Achithyn12-Aug-04 10:48
Achithyn12-Aug-04 10:48 
GeneralRe: PictureBox & Multiple Forms Pin
Achithyn13-Aug-04 15:16
Achithyn13-Aug-04 15:16 
GeneralFigured it out :p Pin
Achithyn13-Aug-04 16:58
Achithyn13-Aug-04 16:58 
GeneralPopulating a combo box using a DataView Pin
zaug12-Aug-04 9:37
zaug12-Aug-04 9:37 
GeneralRe: Populating a combo box using a DataView Pin
progload12-Aug-04 12:14
progload12-Aug-04 12:14 
GeneralRe: Populating a combo box using a DataView Pin
zaug12-Aug-04 12:44
zaug12-Aug-04 12:44 
Thanks, that helped! Unfortunately though, now that has led me to another problem. The sub above is from an application that uses textboxes to display individual fields from an Access table. There is no grid on the form, each record is displayd via the textboxes along with one combobox (which displays a particular book's publisher). There are two buttons on the form to let the user go forward or backward through the individual records on the form. Pretty striaghtforward stuff.

The problem I'm running into now is that, since that combobox is populated, it is simply populated with a list of publishers that are displayed as one would move through the record set. Like this....here's what the combo box should display:

Company A
Company B
Company C
Company D

Okay. Let's say there are 24 records in the table in the Access database. Right now, that combo box is showing this:

Company A
Company D
Company D
Company C
Company A
Company B
.....

and so on, depending on what book is linked to what publisher, as we go through the records. So, how can I tweek that code above to show a non-repeating list of the publishers? Thanks in advance.

-Steve
GeneralRe: Populating a combo box using a DataView Pin
progload12-Aug-04 13:05
progload12-Aug-04 13:05 
GeneralRe: Populating a combo box using a DataView Pin
zaug12-Aug-04 13:24
zaug12-Aug-04 13:24 
GeneralRe: Populating a combo box using a DataView Pin
progload12-Aug-04 13:30
progload12-Aug-04 13:30 
GeneralDataSet and DataGrid Pin
Member 129483012-Aug-04 8:45
Member 129483012-Aug-04 8:45 
Generalupdating Access Pin
monkeyjoe12-Aug-04 8:03
monkeyjoe12-Aug-04 8:03 
GeneralDataSet and DataGrid Pin
Member 129483012-Aug-04 7:53
Member 129483012-Aug-04 7:53 
GeneralRe: DataSet and DataGrid Pin
monkeyjoe12-Aug-04 8:16
monkeyjoe12-Aug-04 8:16 
GeneralRe: DataSet and DataGrid Pin
Member 129483012-Aug-04 8:52
Member 129483012-Aug-04 8:52 
GeneralRe: DataSet and DataGrid Pin
Anonymous13-Aug-04 9:50
Anonymous13-Aug-04 9:50 
QuestionWhat is the best 3rd Party Grid Control? Pin
mudbuddy1112-Aug-04 6:19
mudbuddy1112-Aug-04 6:19 
AnswerRe: What is the best 3rd Party Grid Control? Pin
cvp7712-Aug-04 21:55
cvp7712-Aug-04 21:55 
GeneralAccessing files while being copied Pin
Simon Kearn12-Aug-04 6:13
sussSimon Kearn12-Aug-04 6:13 
GeneralRe: Accessing files while being copied Pin
Dave Kreskowiak12-Aug-04 7:22
mveDave Kreskowiak12-Aug-04 7:22 
GeneralAI Project Pin
Anonymous12-Aug-04 5:54
Anonymous12-Aug-04 5:54 
GeneralRe: AI Project Pin
Dave Kreskowiak12-Aug-04 6:58
mveDave Kreskowiak12-Aug-04 6:58 
QuestionCan anyone suggest the right approach for the below mentioned issue/combination in Horizontal approuch on vb to .net migration Pin
ramarao21212-Aug-04 4:29
sussramarao21212-Aug-04 4:29 
GeneralCreateRemoteThread fails with Custom VB6 DLL Pin
Dr Memory12-Aug-04 3:25
Dr Memory12-Aug-04 3:25 

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.