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

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

Manickam

Member List

darien_specter
Navdeep
icelava
Zephyr_Yi
Fareez
Busy Dragon
Marcello Consolo
ivanL
Vyanki
Asim Ahmed
BarryTrue
PaulRay
pedromorfeu
vitia
Manoj Bandgar
RobinP
TS1985
PaNuK
Joshua Wise
Yojan
Only Title

Manickam's Q&A profile

  • SQL Server ADO.NET Source Custom Properties - Documentation Wrong?

    Ok, so I've looked near and far and have found nothing but info that says data flow properties can not be changed at runtime....then I see in this in the SSIS documentation under ADO.NET Source Custom Properties: SQLCommand String The SQL statement that the ADO.NET source uses to extract data. The value of this property can be specified by using a property expression. Pray tell me how this property can be specified using a property expression, or any other dts variable for that matter Thanks, Adrian Crawford You should be able to use aproperty expression (set it at the data flow level though ...Show All

  • Windows Forms Image Property

    It would seem that you can create a new bitmap with an ImageFormat of Icon as long as the icon exists in a file (i.e. myfile.ico). Why then can I not assign an Icon to a new bitmap  I know I can assign it by converting to bitmap, but that results in the ImageFormat being MemoryBitmap which totally destroys the Shadow area of the Ico ...Show All

  • .NET Development VS2005 bugs

    Hi Expects, I'm using the Microsoft Visual Web Developer Express 2005. Attempting to add "New Item"=>"Web form" populates the below error Error: this template attempted to load an ustrusted component 'Microsoft.VisualStudio.Web, Version=8.0.0.0, Culture=neutral, PublicKeyToken=xxxxxxxxx'. For more information on this problem and hoy to enable this template, please see documentation on Customizing Project Templates. Any idea I'm getting this error too when trying to add a Master page, webform or whatever. When I right click a page, and select "view in browser" ...Show All

  • .NET Development Windows Authentication

    Hello everyone, I would like to know if there is a way to prompt a user for their windows username and password, then pass those credentials to a sql server to logon. Can this be done Does anyone have any examples. Im kind of looking for the same functionality the the sql server management studio has when you open it up and it asks you to connect to a server. Thanks in advance. You can specify in your connection-string that integrated security should be used when connecting to Sql Server: Data Source=sqlservername;Initial Catalog=databasename;Integrated Security=SSPI; And, in your application you should spe ...Show All

  • Visual Basic Direct3D Game in VB. NET

    I have DirectX 10 SDK and Visual Basic. NET 2005 Express. I want to write my first 3D Game by managed DirectX 10. Friends, help me please. How i must begin Where I can find DirectX for VB. NET code Samples ...Show All

  • Visual Studio Crystal report using dataset read prompting for database login on a deployment machine

    Hi,   I created a windows application that reads data from ms-access database using OLE DB connection. I used push method (filling dataset and adding dataset to the report object). Everything is working fine on my development machine.       I included merge modules during build process and created msi. When I installed the app in a different pc, the database login screen pops up with already filled in server name (that is, database path). I tried with userid and password that was already in connection string. And it comes up with a message "Login failed. Try again". I added message box r ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. DirectSound FullDuplex

    Hi, I'm building a program in VB.NET and DirectX 9 Dec 2005 SDK to apply effect in real time on input signal and listen it on output signal. Looking at directX SDK I found a sample that done this using FullDuplex, but in c++ Language (I can't understand C++!!!): http://msdn.microsoft.com/archive/default.asp url=/archive/en-us/directx9_c_Dec_2004/directx/htm/fullduplexfiltersample.asp I use the FullDuplex method in VB but i can hear just a noise as soon as i call the function and then only when i close the program. There are no errors during debug test. This is the sub code:   Dim CaptureWaveFormat As New W ...Show All

  • Visual Studio Express Editions How can I programatically create an "Access" Database, Specifying Name, Loaction, and Fields e.t.c.?

    I have a project that gives users the ability to save their results to an "Access" (not sql) Database. I now would like add the ability to create an Access databae to save their results. But first, I need to programatically check first to see if the users PC has a copy of Microsoft Access, then if so, allow them to specify a location to create the needed database... and so on. Mikeeee Hello Mike... Here are a few articles that should clear things up: http://www.vbforums.com/showthread.php t=251384 http://www.freevbcode.com/ShowCode.asp ID=5797 If I may...rather than creating somethi ...Show All

  • SQL Server nsInstance.Initialize errors out

    Hello,   I apologize for this total newb question. I recently purchased Shyam Pather’s book on SQLNS and am currently working through chapter 5. I hit a snag on page 149. Everything runs great until the call to nsInstance.Initialize in AddSubscribers.vbs. I verified that the registry keys are there for the MusicStore instance. I also ran the setup scripts again just to make sure everything was configured properly. The error I am getting from the Initialize call is: The registry entries for the specified instance of Notification Services could not be found. Any suggestions would be great. My SQLNS version is v2.0.3008.0. ...Show All

  • Software Development for Windows Vista Backing up Vista installed partition

    Hi, I have installed Vista on one of my logical partitions. I need to back it up so I can go back to that state at any point of time. What can I use to take an image of my partition Most of of the sftw that do that for WinXP doesn't work. Can I use XImage or is that only for Servers Thanks! ...Show All

  • Visual Studio Express Editions Visual Studio 2005/Basic Express deploying applications for all users

    I'm using visual basic express to create some small applications, but I can only publish an application which installs on a per user basis - is there any way of publishing the software so that all the users can use it - without having to buy Visual Studio 2005 pro   -Andrew   It all depends on what the application contains, but for express your best bet is the click once deployment and publishing that is included. If you need to package up as an MSI you are going to either upgrade to a higher version, or look at some of the third party installers. If the application is only small why n ...Show All

  • Windows Forms Update DataGrid

    hi, i hope i am in the right place to ask question. i using VB.net n SQL and my question is: i able to fill my datagrid with my table.. but it seems i got trouble updating a new entry, or when i want to delete a entry; because when i insert/delete an entry.. and i refresh it.. it wld prompt me of a error. i think the update&nbs ...Show All

  • Visual Basic VB / Excel dyanmically filling a list box in a cell

    Silly question I know, but it has been forever since I coded and I am desparate.  I have a spreadsheet in which I want to dynamically fill a (cell) list box based on a value selected in another (cell) list box.  I am calling it a cell list box because I am not actually using a vb control but instead have a cell list box (via the cell validation) method.  I can get the correct position of the cell and I can add a value to the correct cell based on an "If" statement but I can't seem to dynamically fill the same cell via a range of values versus just a singular value.  Help!  Hey there... Right.... ...Show All

  • Software Development for Windows Vista Problem with Web Table control

    Hello,I used the Web Table control to add rows dynamically.. The problem when I try to retreive the cells contents from this table,the table is always returned with 0 rows So What Should I do Hi Maaloul, This forum is for Workflow Foundation issues, and it sounds like you might need the ASP.NET Forum: http://forums.asp.net/ Good luck! Steve Danielson [Microsoft] This posting is provided "AS IS" with no warranties, and confers no rights. ...Show All

  • .NET Development How to use ActiveX Control Importer (Aximp.exe)

    Hi all, I know that the Aximp.exe can convert type definitions in a COM type library for an ActiveX control into a Windows Forms control. Its usage is shown below: aximp [options] {file.dll | file.ocx} But, I need to convert an out-process ActiveX control with an extension .exe. As result, I got an exception: System.Runtime.InteropServices.COMException (0x80040154): Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG)) at System.Windows.Forms.UnsafeNativeMethods.CoCreateInstance(Guid& clsid, Object punkOuter, Int32 context, Guid& iid) Can I convert an out-process ActiveX control with an exte ...Show All

©2008 Software Development Network