Click here to Skip to main content
15,915,019 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: i want to convert form doc file to html file Pin
Syed Abdul Khader10-Aug-04 1:23
Syed Abdul Khader10-Aug-04 1:23 
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 
I am trying to iterate through a hashtable using an enumerator. I want to change some values as I go.

Here is a simplified version of my code….


ptr = hashTab.GetEnumerator<br />
<br />
While ptr.MoveNext<br />
    hashTab.Item(ptr.Key) = "something different"<br />
End While


I get the following exception when I change a value – Collection was modified; enumeration operation may not execute.

What is the correct way to perform this type of operation?

John.
GeneralRe: Manipulating a hashtable Pin
Steven Campbell9-Aug-04 10:13
Steven Campbell9-Aug-04 10:13 
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 

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.