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

Software Development Network >> Mohammad Iqubal MSFT's Q&A profile

Mohammad Iqubal MSFT

Member List

John Kirwin
PGT
daveimme
The PCman
Lovenish Rolawan
RoPo-JP
K.Ardah
Eric Feng
Trevor E Hilder
ai_rasmussen
Grant_csi
Duncan Goodall
Marcus2
FandangoAmeruso
hasfad
Seemit
Shlomi Meoded
Robert Bouillon
Jonathan Barbara
Rick Hoskins
Only Title

Mohammad Iqubal MSFT's Q&A profile

  • Visual C++ LIBCMT.lib not found (LNK1104 error)

    Hello, I'm trying to compile Christian Werner's Sqlite JDBC driver under WinXP using Platform SDK and VS2005. This process breaks with the follwing error message: Microsoft (R) Program Maintenance Utility Version 8.00.50727.42 Copyright (C) Microsoft Corporation. All rights reserved. cl -I. -Isqlite-3.3.5 -I"C:\Program Files\Microsoft Platform SDK\Include \crt" -DHAVE_SQLITE3=1 -Gs -GX -D_WIN32 -nologo native/fixup.c cl : Command lin ...Show All

  • Visual C++ Support for dual core and dual CPU

    When does Microsoft plan to add support for dual core and dual cpu when compiling C++ code I was asking the same question 8 years ao when I got my first dual CPU machine. Did not get any answer. Distributed compilation like Incredibuild would also be nice to have. Regards Lars Schouw Ted. wrote: ok this is killing me, take a look at the following file for another clue ...Show All

  • Visual Studio Express Editions Cannot see my sql servers or databases in Express edition

    Hi In visual studio 2005 express edition: When I add a datasource (new connection) I do not see any of my Sql servers. It only asks me for a database name. Also I do not see A server explorer in the view menu. If I use my visual studio 2003, I am able to see all instances of SQL's Why is this happening Thanks Robert The express editions don't support connections to SQL server, just to a local SQL Express databas ...Show All

  • Visual C# How to convert byte[] to Hexadecimal format?

    Hi everybody,    Is there anyone who knows how to convert byte[] data into hexadecimal data and store it in a text file Or for that matters how to to convert int to hexadecimal In VB, there is method Hex() where you convert data to hexdecimal. I can't find exact method in C#. Advanced Thanks. den2005 How about doing the reverse from hexadecimal data to byte[] data den2005 ...Show All

  • Windows Forms Oledb and Excel, reading/writting data

    Hi, I have found a million code samples of how to read/write into an excel file using oledb from a visual basic .Net application. I manage to read/write into the file, that's not a problem, on the other hand, I am having problems reading t ...Show All

  • .NET Development calling java webservice by using c# client and always timeout in second call??

    hello, I have implemented a c# client that calls a webservice written in websphere (version 6.01). the first call is always successfull, the second call always gives a timeout, and the third and next calls are succesfull again. I get no soapException but a c# exception and the message is time-out. It is a very simple test (hello world) and in the second call, the servlet at the server side does not receive a call from the .net client. In t ...Show All

  • Smart Device Development Wireless, ODBC database Application on MicrosoftR Windows Mobile? 2003 Second Edition

    Hi, I am doing a new project on MicrosoftR Windows Mobile 2003 Second Edition. I am a new hand for developing a mobile application. This project is like: on a PC desktop, there is an ODBC database that has already existed for a long time. We are planning to develop an application for a Mobile device whose platform is MicrosoftR Windows Mobile 2003 Second Edition. In this application, I can click a button so that mobile device can be connec ...Show All

  • Windows Forms disalbe items in listbox

        I want to disable individual items in listbox. is there a way to do it This is how I am doing it right now but has a problem. I am keeping track of which items are to be disabled in a list. Then in OnDrawItem method, I do not highlight this item and draw it with a disabled color (prefereably gray). But the problem is, when I click on the disabled item, it shifts the focus from an enabled item. I re-highlight the previously fo ...Show All

  • Visual Studio Team System No data in LatestWorkItemRev_Fact in BisDWDB Database

    Hi there,      After doing some investigation that why there is no reports, I found out that there are no rows in LatestWorkItemRev_Fact table in BISDWDB database. Even though there are tons of bugs have been opend over last few days. Could someone tell me what could be the issue here Thanks, Anu Is it just that fact or is data not moving in at all If it's just that fact, we'll have to dig deeper for a bug. If the wareh ...Show All

  • Visual Studio Express Editions Link to "Registration Benefit Portal" takes me to "Microsoft Connect" site -- what is that?

    In my "thanks for registering" email from Microsoft, the link to the Registration Benefits Portal is given as:     http://go.microsoft.com/fwlink/ LinkId=52054 When I click on that link, however, I get a web page called "Microsoft Connect", which describes itself as "the new product development collaboration site at Microsoft". There is nothing in there about Visual Studio, Express or otherwise, as far as I can tell. ...Show All

  • SQL Server Remote Connection problem on MS SQL 2000

    Hello, First, I want to say I read all threads similar this thread and I couldn't solve problem. My firewall is always off when I tried to connect remotly to SQL Server. I opened 1433 port from my router's configuration page and forwarded it to 10.0.0.4:1433. When I started SQL Server service and checking "netstat" with "-na" paramters. It shows only one row as "TCP - 0.0.0.0:1433 to 0.0.0.0:0". What "0.0.0.0" means and why foreign ad ...Show All

  • Visual Studio Express Editions Reporting with VB2005 express?

    Is there any reporting tool built in or addin for reporting with vb2005 express VB6 had one that acting like MS access reports was nice for intermediate develepors. Thanks in advance   Bronco Billy wrote: Hi Dan Will SQL Server Reporting Services work with SQL Server Express in the Visual Studio 2005 VB Standard Edition In My.Opinion Your Long.Answer Did Not.Answer the Question... Would.Someone Plea ...Show All

  • Software Development for Windows Vista how to implement human workflow in asp.net

    Hi. I am developing one application that is in asp.net. Here, I am using WWF beta 1.0 with vs 2005 beta 2.0. The application is login based. A "user" can log in to site and raise a request for a resource. After this , at any thime, a "reviewer" can log in and review the request and approve it. Then "QA" logs in and can aprrove the requset. I implemented this with sequential workflow. I am starting each time ...Show All

  • Visual C# Windows Login Prompt

    Hi, I am trying to write a WIndows GUI app that access a share on a remote systems and read the time and date stamp on when a file is created. All systems are in workgroups and do not know about each other. ie. PC1 to access \\PC2\Share\file.txt and read the time and date stamp In my Windows GUI App I have two fields for a user ID and password to be entered, a text label for the results and a "Go" button to start the proces ...Show All

  • .NET Development how to show string of data in text box using parmeter query

    I am tryin to input an ID number and retrieve all the information from that particualr ID Private Sub btnSubmit_Click(Byval sender As System.Object By val e As System.EventArgs)Handles Button1.Click connClass.Open() Dim cmdStudents As New OleDb.Command Dim sStudents As String = Select Student Name, Information From ClassName Where Student ID = cmdStudents.CommandText = sStudents daStudents.SelectCommand = cmdStudents Dim cb ...Show All

©2008 Software Development Network

powered by phorum