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

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

sakifcy

Member List

Amby
TennisGeek
blueman266
appferreira
Snommit
AlbertoD
slowduck999
Gordopolis
Christy Maxine
Roil_O
xSephirothx
kokolyo
FinnurJ
SAJU JOHN
CodeScribler
NinetyNine
Ian Gitlin
kannansid
Ruben Cer.
BillSai
Only Title

sakifcy's Q&A profile

  • Smart Device Development Establishing a Direct Database Connection

    Can I establish a direct database connection with .NET CF Is this possible with Pocket PC/.NET CF   For example is there a System.Data.OracleClient that supports .NET CF Thanks again, Jeff. Thanks so much for your advice. I was kind of thinking that was the answer. I will install VS 2005 since I still have the subscription to get it. There are 3rd party apps out there to connect to the device and SQL CE 2.0. Some of them are very good. SQL Mobile also considered SQL CE 3.0 I have SQL Server 2005 installed so now all I have to do is get VS 2005 installed and I will be good to go. Thanks so much for answering my questions. I tried ...Show All

  • Windows Forms App doesn't release resources when closed

    Hi, I have a windows app that takes data from a couple of web services. I have noticed that when I close the app using wither the close box or the exit menu (me.close code behind) that although the app visually closes it still holds memory resources as can be viewed from the task manager - prosesses.  Does anyone know why this is Thanks ...Show All

  • Windows Forms 100% Managed Controls

    I am trying to find controls for charting and dockable toolbars that are 100% managed and do not make calls into the gui32.dll or user32.dll. The problem is that component manufacturers state that their controls are 100% managed, but if I deploy them as a smart client, then I run into security exceptions.  The reason is that they all seem to use&n ...Show All

  • Visual C++ v8 compiler bug??

    hi i get an access violation under heavy load with a std::vector<> of pointers to derived classes to a large base class with lots (30) of virtual functions. this code works fine under v7 (has been in the field forever). the code is a large MFC app (minimual threading though does use the Multi threaded lib due some occasion brief threads being run). i've verified no mem leakage via the debugger. crashes at same point each time ... on a virtual function call through one of the pointers in the vector. commenting this out causes the code to crash at one of the other virutal calls. is there any chance this is a bug in v8 o ...Show All

  • Visual Studio Express Editions Problems uninstalling Visual Web Developer 2005 Express Edition

    This is the second time I am trying to uninstall, the uninstall process gets stuck at about 25% completion. When this happened first time, I redownloaded the software , installed it all over and now I am trying to uninstall it and it is again stuck.!! Please help I think this has something do with a bug that triggers when you uninstall an unregistered express version (for versions that require registration). For me it worked fine just killing the install/setup process . ...Show All

  • SQL Server Filter using a combobox

    Hello everyone, I am working on a filter function for my sql database (C#), and am running into a bit of difficulties, and I thought I'd ask if someone can see something wrong with my code. In my program, I basically have 3 comboboxes: gendcombo, agecombo, and regioncombo. I have filled them (except region) with search criteria (I want to get the other two working first). When I hit the OnRunFilterBtn, I would like to load the filtered criteria into the ListView... which is composed of 5 items: ID, Title, Text, Age, Gend. I'm not sure where I am going wrong with this one, and any direction would be helpful. I initially tried to ...Show All

  • Visual Studio Team System Purchase Unit Testing seperatly for use in VS 2005 Pro?

    Will it be possible to purchse the Unit Testing tools present in the Developer Team Edition seperatly for use in the Professional Edition of VS 2005   What about the Code Coverage and FxCop Thank you, Take a look at NUnit http://www.nunit.org/getStarted.html ...Show All

  • Software Development for Windows Vista Outlook Express 6.0 inbox email text was red, when opened it had a yellow message"This email is being watched"

    I received this morning an exact copy of an email that was sent to me last night from a relative. The email I received this morning had the text in red instead of black and when I opened it, there was a yellow strip between the toolbar and the From: It was an exact copy of what my relative had sent to me last night, but my response to that email last night was not in it. I need to know what this is all about because it contained personal information re credit cards, SIN, etc. The message in the yellow line had a pair of glasses and the message "This message is being watched" I need an answer from someone who knows what this is all ...Show All

  • .NET Development Fill database from XML

    Hello guys, I have a database stored in an XML file (Dataset.WriteXml()). Now i want to recreate the database file from the XML file. I already know how to create a database file using ADOX I also fill a dataset with ReadXML from the XML file i have. What i dont know is: How am i going to fill the database created with ADOX from the XML file. I also know how to create tables in ADOX what i dont know is how to fill the tables with data from the XML file into the ADOX database file i created. Thx Alan Bugeja You can only get DataRelations that were added to the original DataSet. If you are talking about the R ...Show All

  • Windows Forms auto update, help needed

    I have an windows application that I need to have it auto updated. I followed the example of appupdater in http://www.windowsforms.net/articles/appupdater.aspx but it did not work for me. I don't know what I might be missing or doing wrong.  I am using vs2002 and 1.1 .net framework on win2000.  Please help, I have already spent a day trying to make it& ...Show All

  • Visual Studio Team System Fail Team Project creation

    After installing TFS Beta 3, everything seems ok. Can connect to it, manage it, etc. However I cannot create projects sucessfully. When I try to I get this (excerpt from log): Event Description: TF30162: Task "SharePointPortal" from Group "Portal" failed Exception Type: Microsoft.TeamFoundation.Client.PcwException Exception Message: Unable to connect to the Windows SharePoint Services at TEAMSYS1 Exception Details: The Project Creation Wizard was not able to connect to the Windows SharePoint Services at TEAMSYS1. The reason for the failed connection cannot be determined at this time. Because the connection failed, the wizard was not able to ...Show All

  • .NET Development C# Apps Server that Select From SQL Server 2000

    Hi, I'll like to program a C# Application Server that constantly polls the SQL Server 2000 for data. For example, I've a table called A in SQL Server 2000 that's  constantly being inserted. My App Server will do a Select * from A as a string of data and then process the it. Is there any similar template that you've come accross Or can anyone enlighten me TIA. Hi, How much is it consuming in megabytes Is it the memory being consumed purely by the Windows Service or SQL Server Check if it is really SQL Server that is taking up the memory. Let me know these details and I can comment on it bette ...Show All

  • Visual Studio Express Editions Using multiple data bound items

    Hello! Im very new to programing in VB. I have a database with info about some persons. I've managed to let the user select the name from the listbox and other info apeears on the form. Now I want to build in a search. I want to let the user to select gander, hair color, eyecolor etc. But if i use data bound items on gander I get gander info of every person (of course :P). So how to get in the gander combo box only 2 options (male/female) and get the result - info about all males/all females. I've tryed building querys, using DISTINCT command after SELECT but nothing seem to work. I have another little problem. I update an image allways w ...Show All

  • Microsoft ISV Community Center Forums Needed urgent to download Windows live messenger

    It have been offul to get a Beta Messenger 8.0 Y need this program. Please tell me how ando were can I have it. I know were to download it, www.ideas.live.com dont worry u dont need to thank me, u can get everything beta there. ...Show All

  • Visual Basic Installing VS 2005 keeps on asking ' Please insert the disk: Visual studio 2005'

    The installation process for Visual Studio 2005 prompts ' Please insert the disk: Visual Studio 2005' everytime when I try to install VS2005. This is what I did: * Downloaded VS 2005 from the MSDN members download site.    File name: en_vs_2005_pro_dvd.iso (size=2,825,748 KB) * Used MagicISO tool to unpack the files   * Used Nero 6 to write the extracted files to the DVD * Created a brand new Virtual PC with Windows XP + SP2 * Start the install process in the VPC by clicking on the setup.exe    in \vs on the dvd * Select the default installation options * Installation starts for a long time and then pr ...Show All

©2008 Software Development Network