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

Software Development Network >> Mohammed Fadel Shatnawi's Q&A profile

Mohammed Fadel Shatnawi

Member List

Chandra Bhople
Eddie Smith
Anwar Hossain(shovon)
rick_
Kanhaiya
amitsinghkohli
Peter Högström
BasL
di96rtpn
natasha23
fustrated
josephxxv
Ahmed Mahdy
vhhughes
Eliyas Yakub
Sergey Kononov
Dan Clash
Vit Pippal
Justin L
Gonzalo1977Uy
Only Title

Mohammed Fadel Shatnawi's Q&A profile

  • SQL Server Pagination

    Hi, I have recently moved into ms sql from mysql and having problems with finding a query to help paginate my search results. In mysql I would use: SELECT * FROM tablename WHERE something = something LIMIT 0,10 what would a similar query be in sql server From what I have experienced so far I know this is going to be a big query! Thanks in advance Steve 209 views and no replies!! I went out and managed to find a solution on my own. cheers for all the help ...Show All

  • Smart Device Development device emulator is not starting in windows 2000 with sp4?

    device emulator is not starting in windows 2000 with sp4 why not please help tell the errors however you can also check some seetings make sure your emulator is installed properly check you boot.ini and check if /noexcute is writeen in the path.if its /noexecute change it to execute. is the problem i not solved then tell your errors in details. multi(0)disk(0)rdisk(0)partition(2)\WINNT="Microsoft Windows 2000" /fastdetect /execute ...Show All

  • Windows Forms Limitations to FlowLayoutPanel

    I am using a flowlayoutpanel control to display a list of controls and it seems to only show the first 149 properly. Then it seems to chop the 150th in half and not show the rest. (My test case involves adding 395 buttons to a flowlayoutpanel). I was wondering if there was an express limit on the number of controls I can add to the panel or if it's a memory concern. Also, can I change the number of items allowed Any help would be appreciated. Thanks, Liam Hi Liam, Thank you for your reply and the detailed additional feedback on how you were successful in resolving this issue. This in ...Show All

  • Visual Studio Express Editions Return Value: Array

    hallo, i want to do something like that... Dim myArray as Array myArray = MyOwnClass.GetValues() ''''''' MyOwnClass ''''''' Public Class MyOwnClass Public Function GetValues() as Array Dim tempArray as Array = Array.CreateInstance(GetType(Object), 3, 3) ' Work with the array ' Do things with the array return tempArray End Function End Class Why doesn't it work Compiler says that the object myArray has no reference or no instance or something like that... :( OK - like I said, if you report the actual error, it makes it easier to help you. As it was, I had to work it out for mys ...Show All

  • SQL Server Importing data

    I think this is the proper forum for this problem. I have tried to import data from Excel 2003 into SQL Server. I have tried with 2005, 2000 and MSDE. I couldn't get this to work, so I imported a table with 1946 rows into Access and then into SQL. After getting past the field problems, the import engine finally successfully completed, telling me it imported all 1946 rows. But the first time the table only had 1 row, and the second time only 2 rows. What's the problem Either the SQL import didn't import all the rows and only thinks it did, or the data went somewhere else. Can any one shed any light on this problem I am desperate at th ...Show All

  • Visual Basic Deleting files from hard drive

    What I'm trying to do is simple.  I'm just trying to delete these files from my hard drive.  My problem is I only get a popup with the last file in the array.  Here's my code. Imports System.IO Public Class Start_reference_table_update Inherits System.Windows.Forms.Form Private Sub Start_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Start.Click Dim iCount As Integer = 0 Dim mCount As Integer = 13 Dim f, fc, fso, msg, sfo fso = CreateObject("Scripting.FileSystemObject") Dim files() As String = {"cmp.dbf", "cmp.dbt", "cmp.mdx", "desc ...Show All

  • Windows Forms Starting .Net application from a parent C++ application

    Hi, I have a question about starting a C# .Net application from another app that is written primarily in C++. I basically want to add a menu option to the parent (C++) app so that when the user selects this menu option it fires and event that will open the .Net application. Some other things I want to control are things like - I only want one instance of the child (.Net) application running at a time. Any suggestions or help would be appreciated. Regards, Wallace One thing I forgot to add is that when I launch the new application which is basically a form I want to be able to pass some data t ...Show All

  • .NET Development database independent dataaccess with ADO.NET

    HI, does anyone know a free library to have a database independent dataaccess with ADO.NET, so that I can use FireBird, SQLServer200X, PostGreSQL, Oracle But not only the providerfactory from ADO.NET. I mean that I could use parameters, the library converts types (System.String to the Stringtype of the used database, for example) and many more to develop a program that is independet from a special kind of database. Does anyone know such kind of library Andre There are several tools that do what you want. Here are a few to get you started: nHibernate (a port of the Java Hibernate O/RM tool) iBatis (another Java O/RM tool porte ...Show All

  • Visual Studio Express Editions HAD Beta 2 But do not have uninstaller

    I had beta 2 of VB.net Express and Web Developer. I don't have the uninstaller anymore, but I do have a lot of registry items to remove. Some of them are easy, of course look for v.8.0 and for Express 2005, but I want to make sure I get them all. Does anyone have a list of what I need to remove And to make sure I didn't forget any files, anyone have a list of the files to delete Or, even better, if anyone has the beta 2 to install so that I can use the uninstall method, that would be great. The two methods posted do not work. I use that special uninstaller, and it can't remove anything, probably looking for an uninstaller that no longer exis ...Show All

  • Visual Studio Express Editions This application has failed to start because MSVCR80D.dill was not found

    The file is there in c:\windows\winsxs folder. This happens when I try a to create a simple project to test system and press f5 to bebug it. The file will create with release set and create the exe but will not debug I would appreciate any help. I have removed all re-installed all and no matter What I do comes up the same  Thanks Operating system xp pro I  have the same problem with VC++ 20005 EE as you, I serached the filesystem for msvcr80d.dll,but I had no luck. ...Show All

  • Visual C++ add class - cannot add mfc and atl items

    Hello, the add-class wizard does not allow me to create atl or mfc entries, such as "ATL Simple Object" etc., i.e. the edit fields Name and Location are grayed out and Add does not work. This is even true in a new project, what could be wrong, any ideas thx Alex Hi David, Could you send me a small sample project that exhibits this behavior You can email it to borisj at microsoft dot com. Thanks, ...Show All

  • Windows Forms TableAdapters Need A Common Interface and Public Adapters and Commands

    Why don't table adapters inherit/implement a common interface Why don't they expose commands and adapters I would at least have liked the basic Update and Fill methods to be abstractly callable. As it stands now, you cannot pass a tableadapter to a generic process. File a suggestion bug! Also --- you can always implement your own interface on all your table adapters since it is a partial class. -mark Program Manager Microsoft This post is provided "as-is" ...Show All

  • Software Development for Windows Vista Windows Media - Live Broadcasting.

    Hello, I'm using windows media encoder SDK to broadcast live video from a capture card (Osprey).  But the live video is 6 to 12 seconds delayed.  Please let me know if you have a solution to reduce the delay or any other technology, which gives live video without delay. All I'm looking for is to broadcast video LIVE from a capture card with zero delay. Thanks in advance. In addition to the compression delay, the WME buffers some amount of video to smooth out tranmission delays. It seems to me you would reduce the delay, but you can't eliminate it. If up-to-the-instant is a requirement, you may need to look at creating ...Show All

  • Visual Basic VS.NET 2005 - Single Instance app and command line parameters

    Hi. Would someone be able to provide me with general direction for the following. I am able to easily create a single instance application, thanks to the new functionality built into VS.NET 2005. Now, what I am trying to do is recuperate the command line parameters when switch to the first instance running, when the application is called again. In more details: I have application abc.exe. I run it the first time. Second time I run it, I use the following command : abc.exe /s=123456 Being a single instance application, it will switch the focus to the first instance I ran. Question : How can I recuperate the /s=123456 Thanks for ...Show All

  • Visual C++ GDI Plus

    Hello, Is there any possibility to use the gdiplus files in a pure WIn32 C project. I know gdiplus was made for C++ but maybe it exist a version with extern 'c' headers. Thanks for your help No! The headers for GDI+ need C++. There are no wrappers for C! What is the problem to mix C and C++ There is none! You can simply add a cpp file and write your own wrapper to GDI+. Why do you want to stay on the old C code ...Show All

©2008 Software Development Network