Click here to Skip to main content
15,909,651 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: How to Bind dynamic Dataset to crystal report Pin
hmcu1-Oct-06 17:21
hmcu1-Oct-06 17:21 
QuestionGraphics.FromImage(myMetafile) throws OutOfMemoryException. WHY? Pin
Andy San28-Sep-06 5:40
Andy San28-Sep-06 5:40 
QuestionOpenGL and .NET Windows Forms application Pin
yellowine28-Sep-06 4:43
yellowine28-Sep-06 4:43 
QuestionNot able to attach my code to .NET Process Pin
He is Cool28-Sep-06 1:32
He is Cool28-Sep-06 1:32 
QuestionWindows Forms possible bug Pin
Csupor Jenő27-Sep-06 13:11
Csupor Jenő27-Sep-06 13:11 
AnswerRe: Windows Forms possible bug Pin
Dave Kreskowiak27-Sep-06 13:38
mveDave Kreskowiak27-Sep-06 13:38 
GeneralRe: Windows Forms possible bug Pin
Csupor Jenő27-Sep-06 13:53
Csupor Jenő27-Sep-06 13:53 
GeneralRe: Windows Forms possible bug Pin
Dave Kreskowiak27-Sep-06 14:02
mveDave Kreskowiak27-Sep-06 14:02 
Ah! OK. I've never seen the problem. Hmmm.... Maybe related to the old EnableVisualStyles problem?? Try something like this:
using System;
using System.Threading;
using System.Windows.Forms;

static class Program1
{
    [STAThread]
    static void Main()
    {
        Thread.Sleep(5000);
        Application.DoEvents();
        Application.Run(new Form());
    }
}

Other than that, I've got no ideas. Sorry...



Dave Kreskowiak
Microsoft MVP - Visual Basic


GeneralRe: Windows Forms possible bug Pin
Csupor Jenő27-Sep-06 14:32
Csupor Jenő27-Sep-06 14:32 
GeneralRe: Windows Forms possible bug Pin
Dave Kreskowiak27-Sep-06 14:10
mveDave Kreskowiak27-Sep-06 14:10 
QuestionRaising Events in .Net Pin
ravindradonkada27-Sep-06 9:11
ravindradonkada27-Sep-06 9:11 
AnswerRe: Raising Events in .Net Pin
Guffa27-Sep-06 10:15
Guffa27-Sep-06 10:15 
AnswerRe: Raising Events in .Net Pin
Christian Graus27-Sep-06 15:21
protectorChristian Graus27-Sep-06 15:21 
AnswerRe: Raising Events in .Net Pin
f*** YOU27-Sep-06 18:39
f*** YOU27-Sep-06 18:39 
QuestionTest vs. Production databases Pin
joe/jobo27-Sep-06 6:33
joe/jobo27-Sep-06 6:33 
AnswerRe: Test vs. Production databases Pin
Dave Kreskowiak27-Sep-06 13:06
mveDave Kreskowiak27-Sep-06 13:06 
AnswerRe: Test vs. Production databases Pin
sujith3127-Sep-06 21:09
sujith3127-Sep-06 21:09 
QuestionGeneral Question about Dundas Charts Pin
Jethro6327-Sep-06 2:15
Jethro6327-Sep-06 2:15 
AnswerRe: General Question about Dundas Charts Pin
Christian Graus27-Sep-06 15:23
protectorChristian Graus27-Sep-06 15:23 
QuestionHow to retrieve control's "Name" and "Value" in another program using Win32 API? Pin
niranjanshaiwale26-Sep-06 20:41
niranjanshaiwale26-Sep-06 20:41 
AnswerRe: How to retrieve control's "Name" and "Value" in another program using Win32 API? Pin
Dave Kreskowiak27-Sep-06 12:03
mveDave Kreskowiak27-Sep-06 12:03 
GeneralRe: How to retrieve control's "Name" and "Value" in another program using Win32 API? Pin
niranjanshaiwale27-Sep-06 19:13
niranjanshaiwale27-Sep-06 19:13 
GeneralRe: How to retrieve control's "Name" and "Value" in another program using Win32 API? Pin
Dave Kreskowiak28-Sep-06 2:12
mveDave Kreskowiak28-Sep-06 2:12 
QuestionPrevent from being minimised Pin
K edar V26-Sep-06 3:33
K edar V26-Sep-06 3:33 
QuestionSerial Registration Software Code Pin
Stormz25-Sep-06 5:40
Stormz25-Sep-06 5:40 

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.