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

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

Raihan Iqbal

Member List

LoSko
Enkht
Samy Khalil Abushanab
Dhondtie
ArchanaG
Frank2808
Donatella80
Reetesh
Acts7
Evgueni
kgs1951
Diego_f
Bwilhite
JRQ
art1729
forrestcupp
Mason Cox
Vyatsek
Kent Waldrop Fe08
Helen999888
Only Title

Raihan Iqbal's Q&A profile

  • SQL Server problem running vb.net application with sqlexpress in system with only .NET FRAMEWORK

    Hi, I have developed a stand alone application that get data from excel and dumps it in local database (sql server database primary data file) in visual studio .net 2005. I had no issues while developing the application. When i am trying to install this application in the standalone system with .net framework 2.0 and no backend database it giving the following error provider: sql network interfaces, error 26 - Error locating Server/ Instance Specified connection string i am using is Dim objLocalDB As System.Data.SqlClient.SqlConnection objLocalDB = New System.Data.SqlClient.SqlConnection( "Data Source=.\SQLEXPRESS;AttachDbFilename=" & System.AppDomain.CurrentDomain.BaseDirectory & "LFDB.md ...Show All

  • Audio and Video Development Loading Resources

    After I installed the newer iHDSimulator none of my projects would load. I get a resource load error and have to Ctrl+Alt+Del and kill the app. I ran the validator and it doesn't find any of my resource files. So I thought maybe this is a good time to start loading from and ACA. I've read the spec, and looked at HD-DVD release titles and have noticed that some titles load resources from an ACA by declaring it as an ApplicationResource and others load from a TitleResource. First question: what is the difference In both examples they seem to be using it to load per Title. Second question, why is my playlist no validating properly on resource load ### Playlist ### <Playlist xmlns="http://www.dvdforum.org/2005/HDDVDVideo/Playlist" xmlns:x ...Show All

  • SQL Server updating local data on device from sql server, via webservice

    I want to update data on the device which has a sql server mobile database. the main database is sql server. I use web services to enable the mobile application to access the server. Can anyone recommend a way of updating the data on the device without using replication I basically want to read a dataset from the server via webservice and put this in to local db - but not row by row as too many records. Regards Just out of curiosity - why would you want to use Web Service instead of using RDA or replication Less code, better performance… I know some developers believe if SQL CE does not connect directly to SQL Server (e.g. goes through Web Service), there are licensing benefits. That ...Show All

  • Visual Studio Express Editions How to make a program fade out

    i made a timer that deducts 1% of the opacity each .1 of a second but that didnt work.....so i stumped how can i make a window fade in or out thanks ahead Joseph Stalin Opacity goes from 1.0 down to 0.0 (100% = 1.0, 0% = 0.0, 50% = 0.5). me.Opacity = 0.5 Gives 50% opacity. ...Show All

  • Windows Forms disable text entry in an ultradropdown

    hi, does anyone know how to disable the ultradropdown from accepting typing from a user Thanks. ultradropdown Me . ComboBox1 . DropDownStyle = ComboBoxStyle . DropDownList ms-help://MS.VSCC.v80/MS.MSDN.v80/MS.NETDEVFX.v20.en/CPref17/html/T_System_Windows_Forms_ComboBoxStyle.htm Member name Description DropDown The text portion is editable. The user must click the arrow button to display the list portion. This is the default style. DropDownList The user cannot directly edit the text portion. The user must click the arrow button to display the list portion. Simple The text portion is editable. The list portion is always visible. ...Show All

  • .NET Development dummy OracleClient question

    Hello, I have a really, really newbie question: what do I need to download to enable working with OracleClient I think I need the Oracle Client 9.x from Oracle, so I went to http://www.oracle.com/technology/software/products/oracle9i/htdocs/winsoft.html , but the file size is huge! Why is an Oracle client so big I would think the server is big, but a client should be small. I apologize if I'm asking a dumb question, but I haven't worked with Oracle in 5 years and I just don't remember the setup. Thanks, Tibs Hi, You can better download the Oracle Data Access Components. These include the Oracle Client and the Oracle Data Provider. For version 9, the installer is 80MB. http://www.oracle.com ...Show All

  • SQL Server weird resultset from stored procedure

    I have 2 stored procedures: the 1st uses the second sp. to fill a parameter. the 2nd has one output parameter defined. When I run the 2nd sp. on its own in MS SQL Server Manangement studio, there is no resultset shown. BUT when the 2nd sp. is executed inside the 1st sp., I get a '3' in the resultset everytime the 2nd sp. executes. What is causing this This is the way I execute the 2nd sp. inside the 1st sp.: select 'TEST1' execute dbo . uspMonthlyHeadCount @soe , @eoe , @Months , @count output select 'TEST2' Results are like this: TEST1 3 TEST2 ... (it's displayed more times because the sp. is inside a while) Why is this happening and what can I do about it (I'll provide more info if needed!) ...Show All

  • Smart Device Development how to add a item on today screen as a list item on pocket pc

    I am using windows mobile 5.0 for pocket pc. How can I add an item on today screen so that it can be navigated by the device soft keys that is up ,down e.t.c keys. Previously I have used following function and call it on WM_PAINT event. But my application icon can only be used by stylus.This icon launches my application Can I do any modification in this code so that it can navigated by device navigation key void RepaintItem(HWND hwnd) { PAINTSTRUCT ps; RECT rcWindBounds; RECT rcMyBounds; HDC hDC; HFONT hFontOld; COLORREF crText; GetWindowRect( hwnd, &rcWindBounds); hDC = BeginPaint(hwnd, &ps); // create a custom rectangle relative to the client area rcMyBounds.left = 0; rcMyBoun ...Show All

  • Visual Studio 2008 (Pre-release) Adding Images to MenuItem

    Hi,   I create a menuitem during run time and attach it to the contextmenu for my window. But I am not a ble to add images to the menuitem. How do i do it  The code is as below ***************************** MenuItem mi = new MenuItem (); mi.Header = str; mi.FontWeight = FontWeights .Bold; mi.AddHandler( MenuItem .MouseEnterEvent, new RoutedEventHandler (MI_Select)); mi.AddHandler( MenuItem .MouseLeaveEvent, new RoutedEventHandler (MI_Leave)); mi.Command = EditingCommands .CorrectSpellingError; mi.CommandParameter = str; mi.CommandTarget = rtbWordDocument; rtbWordDocument.ContextMenu.Items.Insert(cmdIndex, mi); ***************************** Thanks, Ramanujam Ramanujam ...Show All

  • Visual Studio Express Editions Datagridview set focus on cell

    How do I set focus on a specific cell in a Datagridview control I am trying DataGridView1.Item( "TotalQuantity" , e.RowIndex).Selected = True DataGridView1.CurrentCell = DataGridView1.Item( "TotalQuantity" , e.RowIndex) ...Show All

  • Commerce Server 64-bit CS 2007 - Custom Pipelines - Registration/Deployment Process

    Can someone help me out with the steps to deploy aa 64-bit version of custom pipelines from 32-bit VS 2005. Building the project in ".NET" allows for the framework loader to automatically build to the proper framework installed. But our custom pipelines do not appear to be registered because they appear as broken legs when viewed via the Pipeline Editor. I have found no links discussing this issue so any help is much appreciated! Ryan, If you are looking for an alternative I've thrown together a PipelineCategoryAttribute and Installer class that allows you to register your components using InstallUtil.exe. Check out PipelineComponents/Shared/PipelineCategoryAttribute.cs in my sample pip ...Show All

  • Visual Basic Inserting Datatable into SQL server table

    hi basically i have a Datatable set up called Cans and i got an Sql connection up called SqlConnection , it is connected to the database that i want to insert the datatable into the table inside the SQL server is called RHcans wut is the easiest way to insert the whole datatable into the RHcans table ...Show All

  • Visual C# One project to rule them all

    I have a solution with 2 projects (each project builds a DLL). I want to create a 3rd project that takes all the settings and code from the first 2 projects and create one mongo DLL. What's the simplest way to achieve this Thanks! -- Smeagol Create a third project that does not reference the other two, but pulls in all the files (by add existing item) and creates the mongo assembly. ...Show All

  • Smart Device Development Multi-Language support in C#

    Hi, I have developed SmartDeviceApplication output of which is an .exe in C#.I want that exe to support multiple language.can anyone help me in this regard to how to do it.Wheather i need to add a new resx or do i have to create a dll I want to support basically both chinese and english depending on the user requirment. Hi Ahmed,                       Thanks very much 4 u r support..I installed the chinese emulator and its working.But when i give chinese word inside a label it is showing boxes before compiling,but when it compiles it shows correctly. One more query! Now i am usin ...Show All

  • Software Development for Windows Vista Scaling out Windows Workflow

    Looking for a point in the right direction for scaling out an windows service hosted workflow to multiple application machines. In the MSDN article "Performance Characteristics of Windows Workflow Foundation" http://msdn2.microsoft.com/en-us/library/Aa973808.aspx they show workflows running on multiple machines. Are these machines sharing the durable queue thank you adam Adam, From what I understood of the article, all servers share the workflow persistence and tracking databases, put on a shared database server in the backend. Is that what you mean by "durable queue" ...Show All

©2008 Software Development Network