Software Development Network Logo
  • Game Technologies
  • .NET Development
  • Smart Device
  • Visual C++
  • Visual FoxPro
  • Windows Forms
  • Visual Basic
  • Microsoft ISV
  • SQL Server
  • Visual Studio
  • Windows Live
  • Windows Vista
  • VS Team System
  • Architecture
  • Visual J#

Software Development Network >> YAMEEN's Q&A profile

YAMEEN

Member List

SureshN
SQL AB
jking173
danoliv
SirErugor
Samir S.
arctix
tgroebner
Animats
nicksmaddog
daaboots
temosol
Daniel Stefanescu
Milind Lele
Andy Henderson
John480
SaurabhMehta
David Olix - MSFT
Mark Ihimoyan
Andrew Clark
Only Title

YAMEEN's Q&A profile

  • SQL Server Connectivity issues

    Hi, I get the following error message trying to connect locally to sql server 2005 dev edition on xp sp2 machine. An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server) (.Net SqlClient Data Provider) I have enabled all protocols , the sql browser is running , sql agent and sql database engine not running. All other services like reporting etc are running. The server is set up ...Show All

  • Visual Basic Calling Fortran routines from Visual Basic

    Hi there! I would like to know if there's some way to succesfully mix Fortran-Visual Basic codes. I've already followed some examples included in Fortran manual but had no results at all. I always get an error message that says: "cannot find insertion point in dll ". Can someone help me with this issue Thanks! A VB dll is not a common dll at all. It's entry points are available via .NET, and perhaps COM, if you create a COM object with it. There is a Fortan.NET ( very expensive ) which would solve your issue. otherwise, I'm not sure what else to suggest, unless Fortran can talk to COM. ...Show All

  • Windows Forms Vb.Net Sub-Forms

    Having trouble figuring out how to create/place a parent/child form set that syncs itself. I could do it with a datagrid but that is not what I want. Example: Order and related Order Details, where I want a form for Order Details to stay ion sync with the Order I have selected. If you can point me at some instructions I would be eternally (well, very...) grateful. I have done this in Access easily.... Hi, Well, you could just create a public method in your child form that populates itself with values... and call it in your parent form whenever user changes position... Or, you could create a public datasource in your parent form and&nbs ...Show All

  • Visual C# Dynamic Variables

    i am new to c# and i dont know if you would call these dynamic Variables in c# but i need to put a Variable in a Variable. ie: var_ and if i is 1 it will call apon: var_1 i tried: var_[1] var_(1) var_ + 1 var_ + [1] and all kinds of things, and i also cant find it on search because i think im searching the wrong thing, but im sure its possible. int [] var new int[50]; Now you have 50 int variables, var[0] through to vr[49], they are zero indexed. Is this what you wanted If not, if you want to create variable names dynamically, you can't. ...Show All

  • Windows Forms Mouse hover doesn't fire whilst performing Drag & drop operation

    Hi, I am trying to add functionality to a tree view so that when the mouse hovers over a node the node expands. However, if the user happens to be dragging something at the time the MouseHover event does not fire. Clearly there is no DragDropHover event so how would I achieve this sort of functionality I have tried writing a custom timer that I started in the DrapDropOver event but the timer's tick event doesn't fire either until the user drops what they are dragging. Currently I just expand the node on the DragDropOver event but this is a poor solution and can cause chaos as it happens instanteously. Any suggestions as to how to go about so ...Show All

  • SQL Server User Definded Aggrigates

    Hi, I'm currently working with SQL Server 2005 Management Studio. I'm unable to view the user defined Aggrigates, can some one suggest me about the same In other words, where i can find the details of user defined aggrigate functions Regards, Yes, it is enabled. Anyhow, thanks for reading my post and contributing with your comments. i inquired with Microsoft SQL Server team. According to them, it is a lapse from them during the Beta version, and hopefully it should be available in the RTM version. Regards, ...Show All

  • Visual C# Changing the Browsable attribute dynamically??

    What I want to do is set the browsable attribute (component model) of a property programmatically depending on some conditions. The reason for this is because I want to display an object in a propertygrid control sometimes with and sometimes without the property. I tried to override the browsable attribute, but don't know where to override it. I'll appreciate any help. Thanks in advance. What are the condition's and when do you know them, meybe it can be done in your situation with preprocessor directives . ...Show All

  • Visual Studio Express Editions Q: What is Requirements PC To install Vb.Net 2005?

    Q: What is Requirements PC To install Vb.Net 2005 To quote the Visual Basic 2005 Express Edition Download page ... Operating System Windows 2000 Service Pack 4 Windows XP Service Pack 2 Windows Server 2003 Service Pack 1 Windows x64 editions Windows Vista Processor Computer with a 600 mhz or faster processor (1 GHz or higher recommended) RAM Minimum: 192 MB Recommended: 256 MB (512 MB or more with SQL Express) Hard Drive Minimum: 500 MB Includes Visual Basic Express and the .NET Framework 2.0 Full Installation: 1.3 ...Show All

  • Visual Studio Express Editions problem with my code

    < xml version="1.0" encoding="UTF-8" > < Slides > < slideNode jpgURL =" pic/normal/galeria_0/0.jpg " /> </ Slides >   But I want this < xml version="1.0" encoding="UTF-8" > < Slides > < slideNode jpgURL =" pic/normal/galeria_0/0.jpg " > </ slideNode > </ Slides > HOW I CAN FORMAT MY XML THIS WAY THIS THE CODE THAT GENERATE MY XML XmlDocument doc = new XmlDocument(); //Load in the users xml file try { doc . Load( @"C:\works\WEBS\colegiosj\slideapp\xmlfile\galerypics.xml" ); } catch (Exception err) { ...Show All

  • Windows Forms DoubleClick event effect on all controls

    Hi there I'm beginner and my problem is i want to make "DoubleClick" event effect on all controls like ContextMenuStrip you can see it's handle all the controls so is there any solution for this this is my code Private Sub Form1_DoubleClick( ByVal sender As Object , ByVal e As System.EventArgs) Handles _ Me .DoubleClick, FlowLayoutPanel1.DoubleClick, CpuGroupBox.DoubleClick, _ CpuGraphPanel.DoubleClick, CpuLabel.DoubleClick, _ RamGroupBox.DoubleClick, _ Label1.DoubleClick, TotalMemLabel.DoubleClick, Label2.DoubleClick, MemLabel.DoubleClick, _ TabControl1.DoubleClick, Time.DoubleClick, UpTime.DoubleClick, Label4 ...Show All

  • Visual Studio Express Editions Open form 2 close form 1

    Hi   Ive tryed for some time now to work out how to close form1 and open form2 as im moving from vb6 to C# 2005 im finding it rather strange and a bit of a learning curve that i seem to be getting rather well im just not sure how to do what the title says, can some please provied the help/code to do the above.   Thanks Hi Dan,   Thanks very much for the info its helped a lot!, though i am thinking of just sticking to vb as C# is just a bit too strange to me at the moment :), but ill plod on and see what happens once again thanks for the help   Drakx ...Show All

  • SQL Server How to use sp_addlogin

    Hi all, I want to add a windows user login which looks like: MachineName\UserName, however back slash "\" is not allowed in ap_addlogin. With UserName only, the privileges are not granted correctly as far as I tested. How can I walk around Any ideas I use SQL express. Br, XZ     Thanks for fast reply I guess it's the most recommended way, however I am still interested in the way of using C# and sp_addlogin. BR, Xuan ...Show All

  • Visual Studio 2008 (Pre-release) LINQ VB Preview

    After i read about LINQ project overview document, i downloaded the LINQ Preview VB.msi to explore new enhancements about that implementation. But after installation,  my VS2005 Beta2 ran onexpectedly and tried to send error report when i tried to open a project in Visual Basic 2005 Beta2. And then i removed LINQ VB Preview pack from my comp and then downloaded LINQ preview.msi for C# and after installation i tried to run some sample code on C# Linq projects, it ran normally. Did i doing something wrong or are there something wrong with LINQ VB msi package System Properties. OS : XP Professional SP2 (Turkish) 32-bit Visual Studio 2005 ...Show All

  • Visual Studio Team System Synchronized users in a loadtest

    I'm running a loadtest containing one webtest with 25 users. The webtest includes a Login, some selections on the website and finally a Logout, all with some think time in between. When I run the loadtest all users login at the same time and then continue to work more or less synchronized during the whole test. Is there a way to spread the first start of the users over e.g. 1 minute to get a more realistic load on the web site Sure - you can specify a Step Load Pattern to increase the user load at whatever rate you desire rather than a Constant Load Pattern. The Step load profile can be chosen in the Load T ...Show All

  • Visual Studio Team System Create New project using macro

    Hi All, I just had the idea that if we can record a macro for team project creation steps and then later call the macro from command line .... probably each time the macro runs it will take new project names from a xml file............. Is this feasible.... i have never worked in macros ..... so anybody having idea in this please help........ Point is ........... creation of the project has to automated and triggred from our own web app which captures several other info from user........ Thanks in advance Sanjoyan You should be able to make a macro work for Team Project creation as long as you are willing to install ...Show All

©2008 Software Development Network