Jump to content
Xtreme .Net Talk

Ezguy

Avatar/Signature
  • Posts

    42
  • Joined

  • Last visited

About Ezguy

  • Birthday March 9

Ezguy's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. i had the same problems before :(
  2. does any one have an example of how to use threading in a asp.net page . I hope some one can point me to the right direction
  3. Does any one know how to create a dll file in VC++.NET. I dont find anywhere in vc++.net the option to create a dll file. thanks in advance.
  4. Hi, Can anyone tell me how to create a dll in c# using visual studio is there any options to do that. thanks in advance
  5. Hi all, First I want to wish you all a happy new year. This is my problem. I have entered the following code in c# /* This is a simple c# program */ using System; class Example { public static void Main() { Console.WriteLine("A simple c# program."); } } My problem is when I run the program it opens a blank window with out showing the text " simple c# program" on the console screen. Is there any setting that needs to be activated. Please reply
  6. mysql and .net connection Can any one tell how to connect to mysql using vb.net without using odbc. are there any dlls for that. thanks in advance
  7. Hi all, I have one question. Can we do assembly programming in vb.net thanks
  8. yes i have the tried the mouse down event also but still the same thing
  9. I hope atleast some one can help me with this. I am using tablet pc sdk. This is my problem. I am detecting the right mouse click event using this code Private Sub PictureBoxViewer_MouseUp(ByVal sender As Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles PictureBoxViewer.MouseUp If e.Button = MouseButtons.Right Then showmenu() End If End Sub The problem is want to detect the right click mouse event before any event is fired. Right now after I put the ink on the control at run time the event is triggered
  10. Hi is there no one who can help me
  11. HI, I have a problem with the tablet pc ins strokes. I can write with the ink pen with the right button pressed I want it to write only with the left button pressed. can this be done ?
  12. Hi is there no one to help me with this
  13. Hi, Iam facing a problem with detecting mouse overs in context menu. Is there any way you can detect if a mouse is over a menu item. Iam attatching the picture this is what I want thanks in advance
  14. HI all, I have a problem with the tablet pc ink control. I am dynamically setting the size of the pen size at runtime. The pen size changes only when i am moving it does not change when I don't move. I also used refresh() but it does not work hope some one helps
  15. I got one more problem now. m.WParam.ToInt32 = 32 when I press the space bar it is firing two events can anyone tell me how to avoid it.
×
×
  • Create New...