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

Software Development Network >> Kumail Morawala's Q&A profile

Kumail Morawala

Member List

dean gross
RPKJBP
Big Bearded Guy
Nadav74
CurtVas
Ganesh Rangarao
antointhe
Rathi
Roar
Rajeev_Proteans
klva1
ElizabethS
Alex2003
christopheL
Knight Technologies
galbox20
Total newbie :)
Daniel McElhinney
rechmbrs
Da4582
Only Title

Kumail Morawala's Q&A profile

  • Visual Studio Express Editions Random Numbers again!!!

    Hi there, i think i have gotten into a bit of a fix... here is the problem: i have used the random obj to generate random numbers between 1 to 90. some times when the application runs, it picks a number twice. for example an output would be 2,8,34,2,67.... is it possible to make sure all numbers picked are only selected once that is if i request for 10 ranadom numbers, each 10 digits would be unique... this is driving me nutts!! ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. DirectPlay Voice Error

    I have a problem with DirectPlay Voice. I can use microphone I have windows xp home + sp2. In windows xp pro i havenn't this problem. I have a messege from windows "Error instalation program DirecPlay Voice. Code Error 0x80004005." I do not be able to talk with may mycrophone. Plaese, send me a solution. ...Show All

  • Visual Studio Team System AvoidUnusedPrivateFields fired in error

    Michael, Sorry.  I didn't mention that this is with FxCop v1.32 and VS.NET 2003 and not 2005, which may be why it won't compile for you.  They won't let me run the beta here or I'd try compiling it there, but I'm running it at home and love it. From: Merilatt, Scott Sent: Wednesday, July 13, 2005 5:00 PM To: FxCop External Customer Support Subject: AvoidUnusedPrivateFields fired in error   Hi,   ...Show All

  • Software Development for Windows Vista Tutorial - Lab 4 Ex 1 Tk 4 St 10 & 11

    FYI - I could not get the designer to see Workflow1.OrderEvtArgs (or Workflow1.OrderSender) until I changed the access level from private to public. protected didn't work either. According to the docs, Beta 2. The doc files are all dated 1/11/2006. They came out a the file "Microsoft Hands-on Labs for Windows Workflow Foundation Beta 2.msi", which came from http://www.microsoft.com/downloads/details.as ...Show All

  • Visual Studio Team System TFS notification settings after install

    How I can change the notification settings after the install When I nitially installed TFS I did not entered anything, now I want to support notifications. Thanks Update the settings under the AppSettings section of the web.config in the webservices\services folder under the Team Foundation Server directory. Brian ...Show All

  • Smart Device Development PocketPC Desktop -Synchronizing issue

    Hi, Well ,I am working in PocketPC (eVC++,VC++6.0) I have to Synchronize the PocketPC and DesktopPC . For Synchronizing am using ActiveSync I have a Folder in the desktop for example D:\Temp\ I have a Folder in the PockePC in the Device Root for example: \Temp . I am coping a text File from desktop and placing it in the Device (PocketPC), say for example \Temp\Text.txt in the device. when i do this i create a .dat file (say Test.dat) ,now what h ...Show All

  • SQL Server Renaming table column by lookup to define source definition

    Hi, I'm looking for a way to redefine in a table the columns refered by another table to use as source (Exel / Flat file) withinh SSIS SQL 2005. Any idea ( mailto:cattel2000@icqmail.com Marco, I am not sure if I understood your question correctly. If you can explain the scenario further, it will help to understand the problem. But, if you are looking to update the meta-data of columns of a table at run-time, you may use "Derived column" ta ...Show All

  • Visual Studio 2008 (Pre-release) Determaining isselected inside a data template

    Anyone have any insight on how to determine INSIDE a listboxitem's datatemplete wehether or not it is selected (whether the containing listboxitem IsSelected).   have you tried  {Binding Path=IsSelected,RelativeSource=/TemplatedParent} ...Show All

  • Windows Forms Best Practice?

    Hi, I have a form which shows a datagrid with all users. If you press new user, a new form opens, you enter all info including password and close the window with save. Then the new user appears in the datagrid from the first window. S ...Show All

  • .NET Development HELP! Change the database at runtime?

    I am building a winform app that needs to be used to create/edit numerous Access databases. I have created all of the datasets using the tools in VS2005 to create my objects to bind to my forms. I found the connectionstring in my appconfig and it points to my dummy/prototype MDB just fine. I have created a Open function that allows me to select the Access MDB that I currently want to work with. How do I change the connectionstring to talk to ...Show All

  • Visual Studio 2008 (Pre-release) proxyAuthenticationScheme="Basic"

    Hi, My config looks like this: < httpTransport manualAddressing = " false " maxBufferPoolSize = " 524288 " maxMessageSize = " 65536 " allowCookies = " false " authenticationScheme = " Anonymous " bypassProxyOnLocal = " true " hostNameComparisonMode = " StrongWildcard " mapAddressingHeadersToHttpHeaders = " true " proxyAuthenticationScheme = " Basic " realm = "" transferMode = " Buffered " unsafeConnec ...Show All

  • SQL Server SQL Server 2005 Pivot Statement Snytax error

    I keep getting a syntax error on the following statement. Please help! Select HWell, [Year], [VesselOrifice], [TubingPressure], [TotalH2OCount], [NetOilCount], [Month], [GOR], [GLO], [Gas], [Duration], [Day], [ChokeSize], [CasingPressure], [24HrNetOilCount], [24HrH2OCount], [24HrGOR], [24HrGas] From (Select Reading, HTag, HWell from #CurrentHistoryWTSerial) p PIVOT ( Max(Reading) for HTag IN ('Year','VesselOrifice','TubingPressure',' ...Show All

  • Smart Device Development Very strange about Timer

    Hi, I am working on a project that uses the timer control, but very strangely when i create a timer, i try to double click on it to write its code (as VS.net 2003) but it does nothing, i don't know where to write the code!!!! however i tried to access it from the dropdown menu at the top of the code window of the form but it leads me to a part of the auto-generated code (which is generated by the form). Please HELP, i don't know where ...Show All

  • .NET Development DataGridView able to display different tables from .mdb?

    Hi, What I need to do is probably extremely simple to do but it seems I just can't find out how. I want to: -Display a form with a datagridview on it. -A button with an OpenFileDialog, which will be used to choose the .mdb file to load. -A combobox showing all the tables available in the .mdb -I want the datagridview to show the table selected the in the combobox...<---That's where I'm stuck... How the heck is it possible to do tha ...Show All

  • SQL Server SQL DTS

    Background..... I have Front End VB6, and Back End Access... Access is mainly a Data Dump...a bunch of tables and data...NO queries, forms etc in Access...just Data and indexes My Question is.... Is the DTS Import Feature supposed to convert Access(including Indexes, Primary Indexs) into SQL Server B/c as far as i can it is doesnt do that If so where in SQL Server should I be looking b/c i must be blind. Second, i am getting this error ...Show All

©2008 Software Development Network

powered by phorum