Click here to Skip to main content
15,914,642 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: i want to convert form doc file to html file Pin
Dave Kreskowiak10-Aug-04 1:25
mveDave Kreskowiak10-Aug-04 1:25 
GeneralVB Excel Changing color of Cell lettering color when out of range Pin
mitreviper9-Aug-04 20:24
mitreviper9-Aug-04 20:24 
Questionhow to return values between two forms Pin
Lisana9-Aug-04 10:58
Lisana9-Aug-04 10:58 
AnswerRe: how to return values between two forms Pin
skytribe9-Aug-04 11:16
skytribe9-Aug-04 11:16 
GeneralRe: how to return values between two forms Pin
Lisana10-Aug-04 2:45
Lisana10-Aug-04 2:45 
GeneralDynamically screen resolution... need help Pin
AbuFahed9-Aug-04 9:03
AbuFahed9-Aug-04 9:03 
GeneralManipulating a hashtable Pin
woaksie9-Aug-04 8:38
woaksie9-Aug-04 8:38 
GeneralRe: Manipulating a hashtable Pin
Steven Campbell9-Aug-04 10:13
Steven Campbell9-Aug-04 10:13 
The problem occurs because you are completely replacing the item in the hashtable. This is not allowed during an enumeration.

If your hashtable contains objects, it is allowed to update properties of those objects. So one solution is to create an object (or type) that contains the string value.

Another solution is to build a new collection, and then discard the old one.


my blog
GeneralRe: Manipulating a hashtable Pin
normanordas10-Aug-04 21:13
normanordas10-Aug-04 21:13 
GeneralSave a MS Word shape as an image Pin
smritiy9-Aug-04 8:38
smritiy9-Aug-04 8:38 
GeneralRe: Save a MS Word shape as an image Pin
Member 53081010-Aug-04 4:58
Member 53081010-Aug-04 4:58 
Questiondoes everybody know how to deal with this question? Pin
Lisana9-Aug-04 8:28
Lisana9-Aug-04 8:28 
AnswerRe: does everybody know how to deal with this question? Pin
skytribe9-Aug-04 11:00
skytribe9-Aug-04 11:00 
GeneralRe: does everybody know how to deal with this question? Pin
Lisana9-Aug-04 14:45
Lisana9-Aug-04 14:45 
GeneralRe: does everybody know how to deal with this question? Pin
Anonymous9-Aug-04 17:00
Anonymous9-Aug-04 17:00 
GeneralRe: does everybody know how to deal with this question? Pin
Lisana10-Aug-04 3:43
Lisana10-Aug-04 3:43 
Generaldate conversion and option strict on Pin
leezardd9-Aug-04 8:26
leezardd9-Aug-04 8:26 
GeneralRe: date conversion and option strict on Pin
Steven Campbell9-Aug-04 10:26
Steven Campbell9-Aug-04 10:26 
GeneralRe: date conversion and option strict on Pin
RDoes10-Aug-04 20:32
RDoes10-Aug-04 20:32 
QuestionHow can I integrate 2 project. Pin
jlizardo9-Aug-04 5:43
jlizardo9-Aug-04 5:43 
AnswerRe: How can I integrate 2 project. Pin
Dave Kreskowiak9-Aug-04 10:10
mveDave Kreskowiak9-Aug-04 10:10 
GeneralShow RichText in DataGrid Pin
RDoes9-Aug-04 5:08
RDoes9-Aug-04 5:08 
GeneralRe: Show RichText in DataGrid Pin
progload9-Aug-04 20:47
progload9-Aug-04 20:47 
GeneralRe: Show RichText in DataGrid Pin
RDoes10-Aug-04 9:21
RDoes10-Aug-04 9:21 
GeneralRe: Show RichText in DataGrid Pin
progload10-Aug-04 11:08
progload10-Aug-04 11:08 

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.