Click here to Skip to main content
15,900,591 members
Home / Discussions / C#
   

C#

 
QuestionMaking a text file tabular Pin
TheJudeDude8-Mar-07 11:41
TheJudeDude8-Mar-07 11:41 
AnswerRe: Making a text file tabular Pin
kubben8-Mar-07 11:47
kubben8-Mar-07 11:47 
AnswerRe: Making a text file tabular Pin
Not Active8-Mar-07 12:05
mentorNot Active8-Mar-07 12:05 
GeneralRe: Making a text file tabular Pin
TheJudeDude9-Mar-07 3:46
TheJudeDude9-Mar-07 3:46 
QuestionException - Cannot execute program csc.exe - ExecWaitWithCaptureUnimpersonated() Pin
stretchtack8-Mar-07 11:16
stretchtack8-Mar-07 11:16 
QuestionSystem.Net.Mail, anyway to process the incoming mailbox Pin
babbelfisken8-Mar-07 10:55
babbelfisken8-Mar-07 10:55 
AnswerRe: System.Net.Mail, anyway to process the incoming mailbox Pin
Frank Kerrigan8-Mar-07 11:45
Frank Kerrigan8-Mar-07 11:45 
QuestionIEnumIDList and C# problem Pin
soniko8-Mar-07 10:33
soniko8-Mar-07 10:33 
IEnumIDList folderEnum = (IEnumIDList)Marshal.GetTypedObjectForIUnknown(folderEnumPtr, typeof(IEnumIDList));
while (folderEnum.Next(1, out pidlSubItem, out celtFetched) == ShellAPI.S_OK && celtFetched == 1)
{
}



The cycle "while" execute several time ok but suddenly raises exception "First-chance exception at 0x7c81eb33 in Server.exe: 0x80004002 Not supported"



Info about Studio:

Microsoft Visual Studio 2005
Version 8.0.50727.762 (SP.050727-7600)
Microsoft .NET Framework
Version 2.0.50727

Installed Edition: Professional



Whats wrong to my code?


Questionhave a textbox go through every permutation Pin
crash8938-Mar-07 9:59
crash8938-Mar-07 9:59 
AnswerRe: have a textbox go through every permutation Pin
Ennis Ray Lynch, Jr.8-Mar-07 10:48
Ennis Ray Lynch, Jr.8-Mar-07 10:48 
AnswerRe: have a textbox go through every permutation Pin
CPallini8-Mar-07 10:56
mveCPallini8-Mar-07 10:56 
GeneralRe: have a textbox go through every permutation Pin
crash8939-Mar-07 17:54
crash8939-Mar-07 17:54 
GeneralRe: have a textbox go through every permutation Pin
CPallini13-Mar-07 9:07
mveCPallini13-Mar-07 9:07 
GeneralRe: have a textbox go through every permutation Pin
crash89313-Mar-07 13:21
crash89313-Mar-07 13:21 
GeneralRe: have a textbox go through every permutation Pin
CPallini15-Mar-07 11:41
mveCPallini15-Mar-07 11:41 
GeneralRe: have a textbox go through every permutation Pin
crash89315-Mar-07 16:49
crash89315-Mar-07 16:49 
GeneralSorry, was a misunderstanding between ME & HTML Pin
CPallini15-Mar-07 23:20
mveCPallini15-Mar-07 23:20 
GeneralRe: Sorry, was a misunderstanding between ME & HTML Pin
crash89318-Mar-07 6:55
crash89318-Mar-07 6:55 
QuestionDataViewGrid and dates Pin
crzyank8-Mar-07 9:51
crzyank8-Mar-07 9:51 
AnswerRe: DataViewGrid and dates Pin
Frank Kerrigan8-Mar-07 11:41
Frank Kerrigan8-Mar-07 11:41 
GeneralRe: DataViewGrid and dates Pin
crzyank9-Mar-07 2:10
crzyank9-Mar-07 2:10 
GeneralRe: DataViewGrid and dates Pin
crzyank9-Mar-07 2:15
crzyank9-Mar-07 2:15 
QuestionSettings Regional And Language Settings Programaticaly Pin
Aztekman8-Mar-07 9:16
Aztekman8-Mar-07 9:16 
AnswerRe: Settings Regional And Language Settings Programaticaly Pin
Frank Kerrigan8-Mar-07 11:49
Frank Kerrigan8-Mar-07 11:49 
QuestionRe: Settings Regional And Language Settings Programaticaly Pin
Aztekman9-Mar-07 3:56
Aztekman9-Mar-07 3:56 

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.