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

Software Development Network >> Mohammed A.AboBakr's Q&A profile

Mohammed A.AboBakr

Member List

Bartvh
cpaesano
hdp203
DevDells
bilalso
Shawn Rheal
Eswans2000
michaelp
Will Merydith
TFCNE
Greenstrike
Sideout
smhaig
Joe Au
imed-deborah
DiZASTiX
Luis Esteban Valencia Muñoz
bslim
Aaron Oneal
Akil
Only Title

Mohammed A.AboBakr's Q&A profile

  • Smart Device Development How to find WinCE API reference and Platform Builder's reference?

    I'm go through the samples launched with VS2005 for native C++ WM5.0 developement. I could not find the entrence for WM5.0 native API's reference. I guess there should be an entrence and Index of catagried APIs' reference. Moreover, WM5.0's reference often redirect to WINCE5.0 Platform builder's API, I also could not find the indexed reference for them. Where shall I start from Try this as a starting point for WM5: http://msdn.microsoft.com/library/default.asp url=/library/en-us/mobilesdk5/html/mob5oriDevelopersReference.asp ...Show All

  • Smart Device Development Connecting active sync to emulator in an x64 environment

    Hi, I am trying to connect my Windows Mobile 5.0 emulator to active sync on a 64 bit machine, but the emulator is not being recognised by active sync. Is this a problem with the 64 bit environment (is active sync+WM 5.0 emulator) supported on a 64-bit machine Is there something that I am missing here Thanks Deepthi Yes. I have the 4.5 beta running now, but it's at an average; unstable. Still can't install 4.2. As for the usual questions, I've restarted the machine, I've kept current with windows updates, and I have all of the latest software. ...Show All

  • SQL Server Cannot get CREATE LOGIN from a Windows group to work

    I have created a database fronted by an ASP.Net application. It's all nice and simple, and I only need a very simple level of security (and even that is only as a protection against accidents rather than maliciousness). My intention is that users connect using Windows impersonation (<identity="true">), with the database creator having full access and the public group (I'm talking SQL groups here) having specific premissions granted on specific tables. If I set <identity="false"> on my XP box the application connects to the database as [MACHINE\ASPNET]. This is easy to set up access for - I simply do a CREATE LOGIN [MACHINE\ASPNET] FROM WINDOWS and then within the actual database do a CREATE USER [MACHINE\AS ...Show All

  • SQL Server Object reference not set to an instance of an object

    Hi I m trying to access a server report through report viewer control. I got the error "Object reference not set to an instance of an object". I have administrator rights on the reporting server. My code is as follows: ReportViewer.ServerReport.ReportPath = "/Reportfolder/reportname" ReportViewer.ServerReport.ReportServerUrl = New System.Uri( "http://servername/ReportServer" , System.UriKind.Absolute) ReportViewer.RefreshReport() I have created this report using Business Intelligence Projects. I am using textboxes and rectangles throughout the report. When I compile and run the project through Business Intelligence Studio, it works very fine, but when I try to access it through direct ...Show All

  • Visual Studio Express Editions THANKS!!!

    Hey Guys, I'm just starting to learn VB Express and wonder if there is a way to close a form by clicking a button. How would you code it Is it possible Either method will work Private Sub Form_Load ( ByVal sender As System .Object, ByVal e As System . EventArgs ) Handles MyBase . Load Me.AcceptButton=Me.Button1 End Sub OR Private Sub Button1_Click ( ByVal sender As System .Object, ByVal e As System . EventArgs ) Handles Button1 . Click Me . Close () End Sub ...Show All

  • SQL Server Error creating Subscription to reports

    Hi all,   I am having a HUGE issue with SSRS, I am running SQL 2005 on Win 2003 server, the SQL uses SQL and windows permissions. I have a datasource which stores it credentials securely on the server but for some reason when i try to subscribe to the report it errors saying "Subscriptions cannot be created because the credentials used to run the report are not stored, or if a linked server the link is no longer valid." Beats me but the credentials are stored, I am  connecting using a user account which can run the report fine (This is proven). I have SP1 installed, and have literally tried every last option in the book.   N.B i have read all the existing post about this and i seem to have a different ...Show All

  • Windows Forms validate password

    I have a password field in my login page (ASP.NET 1.1), how can I validate password based on at least 6 characters, one number, and one capital letter. Jim, If either post answered you question, could you please mark it as 'answer' It marks the thread as answered and helps other people to find answers more easily Thanks, ...Show All

  • Visual Basic PrintForm Forum only!!

    I've no backexperience on VB6 but more than three years of experience on .net. I'm trying now to play with the printer. PrintForm look to be a very useful utility; only few programming examples are missing. Pls open a specific forum per Power Pack tool. I want to print a form using the PrintForm utility. It works fine but there is an important detail I can't manage which did work in VB6. Specifically, when I push the button that invokes PrintForm I want to change the background colors of all the labels and the form itself so that the printer is only doing black and white (the form as originally displayed has colors). This operation takes place in a Command Box brought over from a VB6 conversion. ...Show All

  • Visual Studio Express Editions Web Browser Pop-ups

    Hi all, why WebBrowser blocks pop ups and how do i prevent it prevent it I have a web Browser which i am making for a company and they have a special popup to record the sites each user is going on. They use IE right now and my software is meant to replace it without blocking the popup. How do i do that The popup might be javascript or php or any other codes... Plz Help! the WebBrowser control uses the IE engine as the core engine. The way you could prevent the popups is to configure the popups in the Internet Explorer options. Any settings set there applies to the WebBrowser control also since it uses IE's engine I believe ...Show All

  • Visual C# Win32 API & Disk Management

    For Educational purposes I really want to learn how to access hard drive I mean everysector in the drive and so on, how to move one sector to another one, how to create disk defragmentation software this would be low level stuff which .NET can't do/access. you would require C/C++/Assembly to do this to be honest. I would guide you to the correct forum but can't seem to locate a C++ forum here in the Microsoft public communities site. ...Show All

  • Visual Studio Express Editions Validation

    How do i set the textbox feilds enter must be only integer and another alpha onli any code IsNumeric should be used with caution. It will return true if the input *can* be evaluated to a valid numeric value. 1E2 *can* be evaluated to a valid numeric but is unlikely to be considered valid input... ...Show All

  • SQL Server Report Paramert problem

    I am trying to put a parameter on my report to select a field from my query but keep getting this error. What am I doing wrong [rsInvalidReportParameterDependency] The report parameter ‘Program’ has a DefaultValue or a ValidValue that depends on the report parameter “Program”. Forward dependencies are not valid. Build complete -- 1 errors, 0 warnings mr4100. Parameters are evaluated and executed before your data is return from the dataset, so I would suggest on your parameter "default values" - do a returnset of all avaliable problems. Also, you should be able to pass this parameter value into your stored procedure to filter only for the "programs" selected. Hint, go to data tab, select "..." ...Show All

  • Smart Device Development I have a textbox and I want the iTAP not to come up just in that textbox.

    Using: vb.net for windows mobile 5.0 ( Visual studio 2005) Smartphone Motorola Q I have a textbox and I want the iTAP not to come up just in that textbox. iTAP lets you enter words as you type, they appear in a drop down list. Any Ideas Code snippet would be nice ( with imports if needed) Using: vb.net for windows mobile 5.0 ( Visual studio 2005) Smartphone Motorola Q I have a textbox and I want the iTAP not to come up just in that textbox. iTAP lets you enter words as you type, they appear in a drop down list. Any Ideas Code snippet would be nice ( with imports if needed) ...Show All

  • SQL Server Finding special characters: |??? ^??? ~?? &? \

    Hi All I need to write a query which will find any of the below characters are in any of the cells | ^ ~ & \ use northwind select * from employees where firstname like '%~%' or  firstname like '%#%' or  firstname like '%^%' or  firstname like '%&%' or  lastname like '%~%' ect...... title .... titleofcourtesy... The where clause will be massive. Is there a better way to write this script Thanks You can do below: where firstname like '%[~#^&]%' or lastname like '%[~#^&]%' Simply, put the list of characters in the LIKE pattern. See Books Online for more details on how to use the search patterns. ...Show All

  • Visual Studio 2008 (Pre-release) web app throwing on using Skip and Take

    I am trying to use Linq for SQL to fill a Grid that needs to page and as an option (I know there are other ways) the Skip and Take looked real interesting. So I came up with code that looks like: IQueryable<PaymentBatchModel> baseQuery = from p in db.PaymentBatchHeaders where p.DepositDate >= dtBeginDate && p.DepositDate <= dtEndDate select new PaymentBatchModel{p.SystemID,p.DepositDate,p.BatchSource,p.Status,p.BatchType};   .. some where of the form lambda1 = string .Format( "BatchType == {0}" ,BatchType.SystemID); expression = QueryExpression .Where(expression, QueryExpression .Lambda(lambda1,e)); then the skip and take: expression = QueryExpression .Skip(expression, Expression .Constant(p ...Show All

©2008 Software Development Network