Software Development Network Logo
  • Visual Studio
  • Microsoft ISV
  • VS Team System
  • IE Development
  • Visual C++
  • Windows Forms
  • Game Technologies
  • Audio and Video
  • Smart Devicet
  • Windows Vista
  • SQL Server
  • Visual Basic
  • Visual C#
  • .NET Development
  • SharePoint Products

Software Development Network >> Ehsan Enaloo's Q&A profile

Ehsan Enaloo

Member List

xuyca
AlexBB
Jade Skaggs
mranzani
not_a_miracle_worker
Cold Cypress
Martin Rajotte
BCooper
Bassam72
PabloWablo
Bodylojohn
Andrew Stanford
polymorphicx
simon_
kidwidahair
David S. Anderson
Tim Haynes
KChampion
Ryan Paddy
pkr2000
Only Title

Ehsan Enaloo's Q&A profile

  • Visual Studio Class Diagram - How to use Associations & Properties correctly

    Hi, I realize I am a Class Diagram newbie, so i am hoping someone can help me with what is probably a simple problem. I have a very simple VB project with one form and one class. The class contains a few properties and methods that I want to use in the form. In the Class Diagram, I create an association between the two item by drawing an association line from the form (Form1) to the class (clsMain). This creates the following code in the form's declaration's section: Public Property clsMain() As clsMain Get End Get Set ( ByVal value As clsMain) End Set End Property I can then call the properties and methods in the class like so: clsMain.CurrentValue = CInt ( Me .txtInput.Text) ...Show All

  • Windows Forms TableLayoutPanel

    I'm using a TableLayoutPanel to center a number of buttons in a window. It's 3x3 in size (rows: 50%, AutoSize, 50%, columns: 50%, AutoSize, 50%). The buttons are placed in the center cell. This panel is located over the whole window (anchored in alldirections). It works as expected, however it paints its own background. Since I'm using an image as a background for the window this is a huge problem. Setting the background color to Web-Transparent seems to solve it however I experience flickering when resizing the window or when moving windows over it. Is there any way to disable its background rendering I'm only interested in the way it manages the layout of child controls. Using VB.NET in VS2005 PE. ...Show All

  • Windows Forms DataSet and memory

    Hello all, I am using ASp2.0 . I am plan to go Cache. I did that. But Now i want to known, how to find the memory of the present cache items or How to find the memory size of the DataSet. Please help me Vijil Bangalore. ...Show All

  • Visual Studio Express Editions How to run an external program

    hi, i am trying to run a program with one of the buttons in my C++ app and i just want to know what code is required to start up the external application. i know in VB its Dim a As New ProcessStartInfo( "fire56kalif.exe" ) Process.Start(a) (the program is fire56kalif.exe) please help Provided you are trying to do this from a managed C++ application just remember that both VB and C++ target the same framework so that line can be translated to: ProcessStartInfo ^a = gcnew ProcessStartInfo( "fire56kalif.exe" ); Process::Start(a); If you want to simply things even more you could just use the following line provided there is nothing else you ...Show All

  • Windows Forms Custom ToolTip wouldn’t show content

    Hi! I have been using a piece of sample code to show Tooltip on data grid. The last code block of this link has the sample I used: http: / / msdn. microsoft. com/ library/ default. asp url= / library/ en- us/ dnwinforms/ html/ wnf_ custDatagrid. asp . Here is my modified code. It worked in the last couple of days. Now it refuses to show any thing. I could see the correct data been loaded to the tooltip control if I uncomment those two msgboxes. Thanks! Public Class MyMain Private hitRow As Integer Private toolTip1 As System.Windows.Forms.ToolTip In MyMain_Load Me.hitRow = -1 Me.toolTip1 = New ToolTip Me.toolTip1.InitialDelay = 300 AddHandler Me.dgbyCSR.MouseMove, AddressOf dgbyCSR_MouseMove Private Sub dgbyCSR_Mous ...Show All

  • .NET Development XslCompiledTransform and xml namespace

    Having trouble performing a XslCompiledTransform on an xsl file because the xml file has a xmlns="http://www.abc.ie/cv/1.0" declared within it. Is their any way around this like declaring a XmlNamespaceManager like what is available for XmlDocument. here is the xml file < xml version="1.0" > <cv xmlns="http://www.abc.ie/cv/1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="Schema.xsd"> <personalDetails> <name>Joe Soap</name> </personalDetails> </cv> You have to define the "cv" prefix and bind it to the " http://www.abc.ie/cv/1.0 " namespace: <itext xmlns:xs ...Show All

  • Visual Studio Express Editions newbie question (webdeveloper) - images don't appear

    Hi there. This is my first post. First of all, I hope this is the correct forum, I couldn't find one specifically for Visual Webdeveloper questions. If I'm in the wrong place, I apologise. Using : Visual Web Developer 2005 Express Edition Windows XP professional .NET Framework 2.0 I'm trying to learn web development in using Visual Studio. I have put images on my web page which are visible in design view, but when I actually run the web page they don't appear. The banner I created doesn't appear at all, the image button is replaced by the text "submit query" Any idea what I may be doing wrong ------------------------------------------------------- Here's the code for my default pag ...Show All

  • .NET Development How to set registry key permission in .NET Framework 1.1

    Hi, all I noticed that http://msdn2.microsoft.com/en-us/library/microsoft.win32.registrykey.setaccesscontrol.aspx was only supported .NET 2.0 So, how do I set registry key permission using .NET Framework 1.1 Thanks in advance! Ming. Are you asking this in the right group   This group is targeted at .NET **Compact Framework** (hence the .NETCF at the end of the group name)...   Paul T.   <MING LV@discussions.microsoft.com > wrote in message news:95d7a890-3a8b-4b51-aa15-56e3b3ecf028@discussions.microsoft.com ... Hi, all I noticed that http://msdn2.microsoft.com/en-us/library/microsoft.win32.r ...Show All

  • Visual Studio Express Editions Splash Screen issues

    If this has been addressed, please believe me I apologize for the annoyance, if it has not, then well I must be an idiot, which is probably true, but anyway. I made a splash screen, actually I made a form that I want to use as a splash screen. I get either one of two things happening. The screen comes up and stays up. or it comes up and disappears so fast that you don't even see it. The application is not that big, but I'm using it just.........because it's just the norm. So how on god's green earth can I make this work. Essentially I got the form splash g = new splash g.showdialog(); g.close(); when I used the dialog it just stays up there. When I use the .show then it comes up and down so fast that you can't see it. So ho ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. The device does not support creating a texture of the given format with the given ResourceUsage

    Hello everyone. We've just started writing a PC game in XNA, and are progresing very quickly. However we're a bit concerned by the fact that the game started not to run on the artist's machine. Through installing VC#, we discovered basically it's failing to create a Texture2D with the following parameters: // Create the cache texture this.Texture = new Texture2D( graphicsDevice, 256, 256, 1, ResourceUsage.Dynamic, SurfaceFormat.Alpha8, ResourceManagementMode.Manual ); "The device does not support creating a texture of the given format with the given ResourceUsage" Or practically any parameters, truth be told. The graphics card is an NVIDIA FX 5900 Ultra, this works fine on various othe ...Show All

  • Visual Studio 2008 (Pre-release) Any update on the final release date?

    I've been hearing Q3 or Q4 of 07 for months now ... has that changed at all Sorry, but that's not an answer, I have to unmark you -- it would have been an answer, six months ago. Timeliness is key. Obviously the timeline for the release of the next Visual Studio is a lot more clear and commonly known now. ...Show All

  • SQL Server report services matrix report,

    I have a matrix report, and I have some design. question. my report picture: http://img2.tapuz.co.il/forums/1_92074436.jpg 1. I change the report to be RTL, but the page title align to the left side, is it possible to align the title to the right 2.is it possible to add title to the group 3. in my matrix I grouped with 2 fields, I want to add border to the first group, I try and didn't success. thanks! and again sorry on my English. ...Show All

  • Smart Device Development socket inactivity

    Hi Folks, I used Winsock to create SSL socket and it connect to the server via stunnel. my question is if there isn’t any activity on this socket, how does the OS treats this socket   does the OS close this socket after x time of inactivity   Did you look at these articles http://msdn.microsoft.com/library/default.asp url=/library/en-us/mobilesdk5/html/mob5conwinsockconcepts.asp Manav ...Show All

  • Visual Studio Express Editions Visual Studio WebDeveloper and Oracle XE 10g

    I installed VS Web Dev and am tryng to connect to a local instance of Oracle's 10g XE database. The text in the database connections box only mentions conections up to Oracle 9i DB. VS Web Dev does not seem to be connecting, but the error returned is from Oracle TNS: cannot resolve service name. How should the service name be entered in VS Web Dev. Does this mean 10g XE is out I mean connecting to the Oracle 10g XE database. I know the add-ins will not work but MSFT provides a .NET connector which does not seem to work. It could be that the connection string is not being correctly defined. ...Show All

  • SharePoint Products and Technologies Search Usage

    I have some questions about what is the best approach to take. I need to gather detailed information about search usage for my site collection. Here are my criteria: 1. I want data from one site collection, not all sites using the same ssp. 2. I want username, date, search word(s), scope, advanced search options, result count, and best bet hits I know that MOSS provides some built in search usage logging, but it doesn't appear to fulfill my needs out of the box. Is there access to this usage data via object model or web services In sps2003 I inherited from the SearchResults web part and was able to get the data (or most of it) by overriding GenerateQueryString(...) The CoreSearchResults web part in MOSS derives fro ...Show All

©2008 Software Development Network