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

Software Development Network >> lali.b's Q&A profile

lali.b

Member List

JCollins
Saif Hasan
Warren Trotter
Trish
jam281
Kevin Hoffman
Marc Lacoursiere
ShadowRayz
Jassim Rahma
clay.routh
smigger666
Dhondtie
vibhavari
windowsxp168
eldiener
TRID
Naldai_
paramjeet
Dr. Chris
Ilan D
Only Title

lali.b's Q&A profile

  • Visual Studio Web Setup Project Build Error

    I have both VS 2003 and 2005. I create the same web application project and the same web setup project both in VS 2003 and 2005. No problems in 2005, but in 2003 when building the setup project after it says "building satellite assemblies" I get "Error: The parameter is incorrect." What is going on here Pars, For assistance with web deployment or web application projects please post to http://forums.asp.net/ . Neil ...Show All

  • Windows Forms Changing size property

    How do I enable the changing of size of a control like combobox Thanks. regards Alu Oh sorry Above code need an addition: add using System.Drawing; namespace for Point class or replace Point with System.Drawing.Point whitch one is approriate to you. ...Show All

  • Windows Forms Repaint Flicker in windows form with complex layout

    How can I reduce the flicker when adding/removing controls from a form programatically Now on to the explanation of the problem: I made a Form to contain data, it was supposed that i should use Tabs to display many views of the data but the default tab control is not pretty, and so I implemented a rudimentary but "acceptable" solution, Making custom buttons that have some mouseover events to display diferent tab images i emulated the tab behaivor, every time the user clicks on a button the button is disabled and the content of the form changes. To ease things the content of the form is composed of 2 panels, one that has the "tab buttons" the other that has the content. The content is contained in custom user ...Show All

  • Microsoft ISV Community Center Forums Please Read...

    Listen folks can you all do me a couple of favours. Can you mark threads that have been answered as complete. This is really important as it stops people answering posts that don't need to be answered. It also helps keeps the top posters scoring system accurate. These forums are also searchable through Visual Studio and should eventually be searchable through the next version of Office, having questions marked as completed makes the results easier to find. So please folks mark questions as complete. Give people credit if they help you yeah, it's not much to ask in return for their help and it goes a long way. Another thing you can do thats related to above, don't post questions to posts that are marked as complete. People tend ...Show All

  • SQL Server WMI configuration error

    Hi, I tried installing the SQL Server 2005 evaluatio nedition as well as the free Express edition downloadable from the SQL Server 2005 site, and in both cases I got the following error msg: TITLE: Microsoft SQL Server 2005 Setup ------------------------------ The SQL Server System Configuration Checker cannot be executed due to WMI configuration on the machine MYPC Error:2147749891 (0x80041003). For help, click: http://go.microsoft.com/fwlink LinkID=20476&ProdName=Microsoft+SQL+Server&ProdVer=9.00.1399.06&EvtSrc=setup.rll&EvtID=70342 ------------------------------ BUTTONS: OK ------------------------------ I cannot figure it out. Some posts suggested using a particular batch file. I did, but it ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. XNA First Spanish Resource (XNA tambien en espanol)

    The this first free resource of programming in Spanish on XNA Primer recurso de programacion en espanol sobre XNA (sin animo de lucro) http://xna.animered.net Send projects or tutorials, participate in the creation of a game. Learn to program on XNA !!! IN SPANISH Para desarrodores en Idioma Espanol, envien sus tutoriales, recursos, demos!! Solo temas en idioma Espanol Se requieiren traductores urgentemente! Translators requieiren themselves urgently! Anhoter spanish web site (blog format) just created. It'is focused to dummies, in fact, it's called XNA for dummies in spanish. http://xna-para-torpes.blogspot.com Regards!! ...Show All

  • Visual FoxPro SCREEN RESOLUTION

    HELLO EVERYBODY, CAN WE SET RESOLUTION PROGRAMATICALLY IF YES, PLEASE TELL ME HOW If you want to increase the size of your forms to fit a bigger screen (i.e. more resolution), you can have that functionality as part of your OOP framework. Look at anchors, hook to the the resize() event and method, letting the user drag the corner of the form to resize it, and use bindevents to trigger each control's resize. But you do not have to. If you do not have a framework aleready to do this, it's a lot of work to create it for the first time. Is it worth it ...Show All

  • SQL Server Can't launch executable from SQL Server Agent Job

    I'm trying to launch an .exe from SQL Server Agent Job and basically nothing happens. I created a job, with 1 step, type is Operating System (CmdExec), run as sql agent service account, and in the command box I typed "start notepad" (no quotes). The job owner is set to administrator. I manually start the job, it processes successfully yet notepad does not launch. I've tried with other .exe's and result is the same. Any advice Thanks! It's part of an I/O process. I create a data file from a db and have to launch the .exe to import the data. I've decided to do it through an SSIS package...But thanks for your suggestions! ...Show All

  • SQL Server Unable to create subscriber on a 2000 server from a 2005 server publisher

    Hi, I'm trying to set up a transactional replication from SQl Server 2005 to SQl server 2000. The Distributor and the publisher are on our server and the subscription is supposed to be on a SQL 2000 server on a different location. Before upgrading to 2005 I didn't have problems - the replication from 2000 to 2000 was working perfectly. After I succesfully created the distributor and the publication the first problem that I encountered was that when I tried to create the subscription it was giving me an error that I cannot use an IP to acces the server. I realized to fix that issue by creating an Alias in the SQL Server Configuration Manager for the server where I wanted to create the subscription (a push subscription). Now when I ...Show All

  • Visual FoxPro SMS through visual foxpro

    Dear Sir, Please send me source code for SMS through visual foxpro, or favour me with some clues. Thanks & regards, - Ravi Awasthi Dear Sharath This was some helpful but no result found. Msg has been sent by Outlook Express but no delivery shown. I think stored in server. If any clues you have, please send me. Thanks & regards, - Ravi Awasthi ...Show All

  • Visual Studio Team System Feature Requests

    Hi Just having a look around and have noticed a few things that other comparers do as standard and are missing, and other things that can make day to day use easier: - Allow difference script to be generated for single item (via context menu). ie, one table at a time etc - Provide an easy way to set Update Action in bulk. On large databases it will take a long time to individually change the Update Action for each item when you only want to generate script for a few items. - Along the same lines it would be nice to set all Update Actions to skip with one click, and then set required objects actions to Update/Create etc - Filter in comparison results window should also allow you to filter on items that are set to "create ...Show All

  • SQL Server Where Find SQL Server Agent

    Dear All, I have installed SQL Server 2005 Express Edition, Iam not able to find SQL Agent, So anybody help me............................ Regards, Vinayak Hello, Can you provide few examples of jobs, scheduled jobs/maintaince Jobs.... As iam new to SQL 2005........ Regards, Vinayak ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Optimizing Multi-Rendering of the Same Model

    If i need to draw multiple game units ( ex: spaceships) in a scene ( they all have the same model ) whats the best way to do it Lets say the spaceship model has 4 sub meshs ( engines, wings, weapons, something else ) Currently I render each model by calling a function like this for each ship: Effect eff; Model model; eff.Parameters["blah"].SetValue["someValue"]; foreach(ModelMesh mesh in model.Meshes) { eff.Begin(); foreach(Effectpass pass in eff.CurrentTechnique.Passes) { pass.Begin(); foreach(ModelMeshPart part in mesh) { // set the texture for this part // draw the part } pass.End(); } eff.End(); } Currently if there are 500 same ...Show All

  • SharePoint Products and Technologies ObjectDataSource in a web part?

    Hello All, My code below works perfectly when I put it in an ASP.NET application (default.aspx code behind for example), but as soon as I put it in a web part (compile it into an assembly and place it into GAC) I get this error: "The type specified in the TypeName property of ObjectDataSource" ObjectDataSource objDataSrc = new ObjectDataSource ( "Fully qualified name of my type" , "select method name" ); objDataSrc.SelectParameters.Add( "Perosnid" , "123" ); GridView grdViewPersons = new GridView (); grdViewPersons.AutoGenerateColumns = false ; grdViewPersons .DataSource = objDataSrc; grdViewPersons.DataBind(); this .form1.Controls.Add(grdViewPersons ...Show All

  • Visual Basic [OTP]User & pwd authentication - Web App using vb2005

    Could anyone please help I need to login authenticating the windows user and password UserName = txtUserName.text UserPassword = txtUserPassword.text MyDomain = txtDomain.text Hi, Show the default web page and drop the LOGIN control from the toolbox LOGIN area onto the default.aspx page. Your aspx.vb code will then need to be something like.>>   Partial Class _Default Inherits System.Web.UI.Page   Protected Sub Login1_Authenticate( ByVal sender As Object , ByVal e As System.Web.UI.WebControls.AuthenticateEventArgs) Handles Login1.Authenticate If Login1.UserName = "Admin" And Login1.Password = "myPassword" Then 'Do something. End ...Show All

©2008 Software Development Network