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

Software Development Network >> Raihan Iqbal's Q&A profile

Raihan Iqbal

Member List

NickNotYet
William Lowers
kins_z
pompoko
jiwon
David Cowell
JGP
REspawn
David Chalmers
IamManick
A-Style
MarissaM
papermater
su45937
Earl Hood
JonathanB_Il
dakota367
Esp_99
Raul Peña
Tradingbasics
Only Title

Raihan Iqbal's Q&A profile

  • Visual Studio Express Editions Link Resource Image to PictureBox

    I have several pictures in the Resources File of my application, and have made several forms. What I would like to do is autogenerate a thumbnail on a button for each image, and when someone clicks on the thumbnail I would like it to open Form2 and fill the PictureBox with the appropriate image from the Resources File. I cannot figure out how to do this though, and so would appreciate any help that anyone can give me. 1) I would like my application to create a thumbnail of the appropriate JPG Image. 2) When someone clicks on the button / thumbnail I would like to open Form2 and fill the PictureBox with the appropriate image. I am able to open the form, but I cannot seem to open the image. 3) I would also like to know how to arrange it so t ...Show All

  • SQL Server Cannot access SQLexpress instance after chaging the server name

    situation we intalled sqlexpress on a server 2003 ...work well... named server <deval-sqlexpr> instance name of sql is <sqlexpress> we changed the server name to <apps-ii> after that we cannot access the sql instance <deval-sqlexpr\sqlexpress> we cannot remove (with add and remove program) that unsuable instance. we have an instance name <apss-ii\sqlexpress1> and its works well we cannot change the server name back to <deval-sqlexpr> ...the server is now the DC.... QUESTION: is it possible to remove and clean out that instance from the server. Thank you Check out this BOL topic about renaming a server. This might lead you to ...Show All

  • Visual Studio Tools for Office current() function in Infopath 2007

    I have two drop down lists in my infopath form. They are populated by different secondary data sources. The format of the data sources look like this: DataSource 1: <Items> <Item ID="100" CategoryID="1" Value="String1"/> <Item ID="101" CategoryID="2" Value="String2"/> </Items> DataSource 2: <Items> <Item ID="110" CategoryID="1" Value="String10"/> <Item ID="111" CategoryID="1" Value="String11"/> <Item ID="112" CategoryID="1" Value="String12"/> ...Show All

  • Visual C++ Compile assembly language program in Visual Studio 2005

    I am curious how to compile an assembly language program from the IDE. The program is in full segment definition and I can compile and link it using ml and link on the command line, although, I would like to be able to do the same thing from the IDE. The only examples I can find are for compiling inline assembly for previous versions of Visual Studio. That said, I have just upgraded from visual studio 6 so the interface is a bit new also. Add an .asm file to the project, right click on it in the solution explorer and select Properties. In properties go to Configuration Properties\Custom Build Step\General and you have Command line: ml /c "$(InputPath)" /Fo"$(OutDir)\$(InputName).obj" ...Show All

  • Visual Studio Team System Team Suite vs Team Edition Enterprise Architect

    Hello, Our build master currently has: Microsoft Visual Studio 2005 Version 8.0.50727.42 (RTM.050727-4200) Microsoft .NET Framework Version 2.0.50727 Installed Edition: Enterprise Architect Microsoft Visual Basic 2005 77637-163-9000005-41929 Microsoft Visual Basic 2005 While the developers on our team have: Microsoft Visual Studio Team Suite 2005 Version 8.0.50727.42 (RTM.050727-4200) Microsoft .NET Framework Version 2.0.50727 He's getting prompted to upgrade from 2003 to 2005 everytime he opens one of our solutions and is having some other problems. One strange thing that I've noticed is that he does not have the option in his IDE create a new solution. Why is this Would it be possible for him to u ...Show All

  • Visual Studio Team System Need a query to filter bugs raised by particular users or testers

    Hi, I have created a query in Team system to get all bugs raised by my Team , but the saved query doesnt yield any results. Added parameteres in the query to include all the Found by user name's in 'And' clause. Let me know the best way to create this, also i need to query based on a particular date From date and to date; will i be able to get this option too. Thanks Raj It'd probably be best if you posted your query, but based on the desription above here a few things to try if you haven't already: - Select all of the "Created By = UserName" lines of your query and right-click, then in the context menu select Group Clauses. Then set the First And/Or selection in the group ...Show All

  • SQL Server Can't run Business Intelligence Development Studio

    All, I've installed SQL Express with advanced services and the BIDS software from the SQL Toolkit using the vs_setup.msi extracted from the toolkit installer (Why not include it in the advanced services ). Now I'm trying to start BIDS and am asked to log into the Report Server. I use my username and password for ASPNET. The login fails saying that the web application is not available on the web server and to look in the application event log for more information. There are a bunch of errors listed (and more every 30 seconds are so). The error message is: aspnet_wp.exe could not be launched because the username and/or password supplied in the processModel section of the config file are invalid. Also, when I start Visual Web D ...Show All

  • Windows Forms One more TIFF question

    As long as i am being bothersome to everybody with TIFF questions, I was wondering if anyone has ever seen any code or docs which show the way as regards using extended tiff editing features. (If you haven't tried it, save a bitmap as a .tif file and open it with Windows Fax and Image Viewer (not sure that's the correct name of the default picture view with Windows XP, anyway, the shell program (originally by Kodak, i think) which a fresh out of the box system opens images with). Note the really cool set of extra 'features' that show up on the tool bar -- different kinds of "annotations" and diagramatic elements tthat can be placed on the image which do not become an intrinsic part of the image when it is saved (they must be data ...Show All

  • Visual Basic ActiveX components

    Are ActiveX controls lost and gone forever I have a project where I need to access client side system data and I would LOVE to have them simply access a web site with an ActiveX control to do this, but Im wondering if I'll need to lean on a Windows Form App instead... thank you for the reply... i actually started a separate thread specifically for the process itself, so here's a little more info on what I am looking to do ( thread - opens in new win. ) i guess i have 2 concerns: 1 - what are the security limitations of using an activeX component to access client side system info (could i check reg keys for example ) 2 - with the latest and greatest windows updates, it seems as if more and more activeX components are being consi ...Show All

  • Software Development for Windows Vista How to Serialize individual Ink Strokes?

    Hello, I am just wondering how to serialize individual ink strokes. When I attempt to I catch an exception stating that the Ink.Stroke object is non-serializable. I would love to not have to save the Ink object and serialize the entire thing, but instead simple grab a single stroke and serialize it. Does anyone have any information that may help with this Thanks again! I found an MSDN article, the one on the Sudoku application http://msdn.microsoft.com/library/default.asp url=/library/en-us/dntablet/html/tbconSudokuSampleFinal.asp  , and it suggested using an integer array: int[] stroke = e.Stroke.GetPacketData(); You can then serialize this and do what you need to. Why isn't the Stroke object s ...Show All

  • Visual Basic how to Run application as admin

    Hi... How do I run a app. with admin priviliges I’m a noob in this, so maybe its simple... I have tryed this... but got some errors with the password, how does it works Dim p As New ProcessStartInfo( "IEXPLORE.EXE" ) p.UseShellExecute = False p.Domain = "domain" p.UserName = "administrator" p.Password = "password" p.Arguments = ( www.homepage.com ) Process.Start(p)     It seems to work but I get a new error. What parameter do I need/ have I missed System.ComponentModel.Win32Exception was unhandled ErrorCode=-2147467259 Message="The parameter is incorrect" Source="System" StackTrace: at System.Diagnostics.Process.Start ...Show All

  • .NET Development how to build selectCommandText for OleDbDataAdapter when filepath has a space in it?

    I have a method that returns a DataTable based on the contents of a CSV file. There are times when the filepath to the csv file is going to have spaces in it and I am having a problem accommodating that case when I build the selectCommandText string for the OleDbDataAdapter constructor. Given my method: public static DataTable GetDataTableFromFile( string dataFile){ try { StringBuilder sb = new StringBuilder ( "SELECT * FROM " ); sb.Append(System.IO. Path .GetFullPath(dataFile)); OleDbConnection conn; conn = new OleDbConnection (( "Provider=Microsoft.Jet.OleDb.4.0; Data Source =." + "; Extended Properties = \"Text;HDR=YES;FMT=Delimited\"" )) ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Animation Transform Question

    Hey, in XNA I am doing animation by  finding a bone's final transform for a given animation frame. I do this by first finding the transform of the bone for that frame through interpolation or direct keyframe data, then finding the absolute transform of the bone for that frame, and finally multliplying it with the matrix that transforms a vertex to the local space of the bone. Since the bind pose in XNA is stored in the bones, unlike in directx, I get it by multiplying the absolute mesh transform by the inverse absolute bone transform. This seems to work fine for all .X files, but for .FBX files, it seems to not work sometimes. Is this algorithm not compatible with .FBX files, or is this probably a bug in my code/invalid fbx file ...Show All

  • Visual Studio 2008 (Pre-release) How to apply Sorting in a List view control???

    Please help me to implement the sorting functionality in ListView control like the DataGrid behaves in .Net2.0. Maybe this can help you: http://blogs.msdn.com/atc_avalon_team/archive/2006/03/03/542803.aspx Best regards, Thomas Andersen ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Problem creating BasicEffect

    Hi, I'm trying to create a BasicEffect object so that I can change the view, but I keep getting an exception. This is my code: EffectPool pool = new EffectPool (); BasicEffect effect = new BasicEffect (graphics.GraphicsDevice, pool); When I run this I get an InvalidOperationException. Can anyone shed some light on as to what I'm doing wrong What is the exception you are receiving If you do not wish to set an EffectPool, try passing null. BasicEffect effect = new BasicEffect (graphics.GraphicsDevice, null); ...Show All

©2008 Software Development Network