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

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

R1ZWAN

Member List

Raj Deep
mshvw
ChaosBlade
Andre's
Jakein2006
beakdan
ElxO
REspawn
XiMDeb
Mitch5713
Boise83716
nikos_22
Adam Plocher
HowardCarr
mattdawg
JGiers
Shanno
Aleniko29139
Nokoff
mgmcd34
Only Title

R1ZWAN's Q&A profile

  • Smart Device Development Uppercase, lowercase and numeric InputPanel

    I'm writing a VB 2005 form that will have to accept several user inputs in several textboxes. The InputMethod of the InputPanel (SIP) that users will use will be the keyboard (99% of the users ) I'm enabling the SIP when the user clicks on a text box. I would like to directly show the SIP in the numeric keyboard option when I know that users will have to enter numeric values, or to the uppercase keyboard when I know that users will have to enter only uppercase values. I've not been able to find a way to do it I can change the InputMethod from keyboard to character recognizer, but I'm not able to switch from the "normal" keyboard to the "uppercase" keyboard or the "numeric" keyboard, like when the ...Show All

  • SQL Server SqlHelper.cs for SQL Server Everywhere

    Hi, my application work with the SQLHelper class. This works fine for the MSDE/SQL Server 2005 Express Edition. Now I want that my application work with the SQL Server Everywhere DB. Is there an SQLHelper class out there for SQL Server Everywhere Thanks Gunter Hubmann Hi Dan, thank you for your efforts. That looks realy great and is exactly that what I want. This will be a big help for me. Thanks Gunter Hubmann ...Show All

  • Gadgets Bug #25: Flyout will only show if Sidebar has focus.

    Bug #25: Flyout will only show if Sidebar has focus. If you show the Flyout via "System.Gadget.Flyout.show = true" and Sidebar doesn't have focus, the "System.Gadget.Flyout.onHide" event immediately fires. Added to the known bugs list with a Repro. I expect it's by design, but there's no mention of it in the MSDN documentation so I'm classing it as a bug. Firing the onHide event immediately could cause code issues, as any code relying on the Flyout body would fail. To catch onHide event misfires, check if the Flyout body is null: function onHideEvent() { //did the Flyout actually open if (System.Gadget.Flyout.document.parentWindow.body == null) return; //the Flyout was open. } ...Show All

  • Windows Forms Only the last value is sent???

    I was wondering if anyone could tell me why it only appends the last row of data in my listbox to my xmlserializer to write it to my xml file....the infomation comes in the listBox but only the last row of data is written to the xml file.....why is that and how would i go about fixing that...any help would be great! empinfo info = new empinfo(); string connect = System.Configuration.ConfigurationSettings.AppSettings["connstring"]; SqlConnection sql = new SqlConnection(connect); string cmd = "Select * From Employees"; SqlCommand scmd = new SqlCommand(cmd, sql); sql.Open(); SqlDataReader dr = scmd.ExecuteReader(); if (dr.HasRows) { while (dr.Read()) { //s ...Show All

  • Windows Forms Best way to capture changes made by PropertyGrid?

    Hi all, I'm writing an application in C# where I use PropertyGrids to modify collections of objects. Some of the properties of the objects are also displayed by other controls. What I'd like to know is how best to intercept the changes made by the PropertyGrid so I can update the other controls. Right now I've written my own container that has events for when items in the collection are modified. I handle these events and update the other controls. This seems to work fine but I'm wondering if there is a better/easier way to do this. Also, this method could become cumbersome and difficult to maintain if I have to write lots of different containers. You could write an handler for the PG' ...Show All

  • Smart Device Development Upgrade from PocketPC 2003 to Windows Mobile 5.0 PocketPC on a Samsung i730?

    Hi All. I've dug around, but I can't find anywhere that lets me know if I can upgrade from PocketPC 2003 to Windows Mobile 5.0 PocketPC on my Verizon Samsung i730 (or if the upgrade from one to the other is even offered). Thanks for any help in advance. Landen This forum is smart device development related. Since your question is not related to smart device development, it's off topic here. If you’re having a hardware issue, please contact hardware manufacturer or reseller. If you having an issue with 3rd party software, please contact respective software manufacturer or reseller. Otherwise please post to relevant forum or news group: http://support.microsoft.com/newsgroups/default.aspx Closing as off topic ...Show All

  • Visual Studio Visual SourceSafe on Cluster environment

    Hi, Can you please let me know whether Visual SourceSafe can be configured to be on a Cluster environment If yes, please let me know how it could be done. Kindly direct me to any document if possible. Thanks and Regards, dhino Hi Dhino, It sounds like Team Foundation Server is the better choice for you; Team Foundation Server is the new collaboration server that is part of Visual Studio Team System.  It uses SQL Server 2005 as its data store, so it supports clustering quite easily. Thanks! Eric. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Farfetched?

    To create a non-XNA game do people use a graphics engine, or do they create everything from scratch. To me, creating a game, out of nothing, just seems impossible to me. I know it has been done, but does the majority of the community use graphics engines There won't really be one single answer to this - it'll vary from project to project and from developer to developer. In general, software re-use is a big part of the development process. Using a pre-made engine, or re-using technology from previous projects is usually a good thing - you get the advantage of a tested and understood platform but the disadvantage of having to work within the constraints defined by the existing technology (e.g. making a r ...Show All

  • SQL Server Report Delivery problem with Data Driven Subscription

    I created a data driven subscription for a report that will email a copy of the report based on a parameter passed from a table. The report runs successfully as indicated in Report Manager but the email is not delivered. I checked the ReportServerService log file and a message states that the report was sent to the proper email address. There is another log, ReportServerWebApp, that shows the message "The extension Report Server Email does not have a LocalizedNameAttribute" . I created a regular subscription and it emails the report successfully so it can't be the SMTP server. Any ideas how I can fix this problem with the Data Driven Subscription Thank you. David All of the reports ...Show All

  • SQL Server Problem importing Excel data into SSMS

    Hi, When I try to use the Import and Export Wizard to import a good .xls file I keep getting this error: "Could not find installable ISAM. (Microsoft JET Database Engine)" It occurs in both SSMS or SSIS. It also occurs with other flat files like .csv. The OS is XP, w/ office 2003.   here are the full error details:    at System.Data.OleDb.OleDbConnectionInternal..ctor(OleDbConnectionString constr, OleDbConnection connection)    at System.Data.OleDb.OleDbConnectionFactory.CreateConnection(DbConnectionOptions options, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningObject)    at System.Data.ProviderBase.DbConnectionFactory.CreateNonPooledConnecti ...Show All

  • Visual Studio Express Editions FrameWork Question

    Hi there. How do i know the version of may FrameWork that i have Installed in may machine Ricardo 8a Hi, you can check which subfolders you have in %windir%\Microsoft.Net\Framework. Those subfolder names could be v1.0.3705 for .Net 1.0; v1.1.4322 for .Net 1.1; v2.0.50727 for .Net 2.0 and v3.0 for .Net 3.0 %windir% is C:\windows by default but you could have specified a different drive and path upon installation of Wndows and WinNT4 and Win2000 used winnt as default folder name. -- SvenC ...Show All

  • Visual C# Wierd error : Attempted to read or write protected memory. This is often an indication that other memory is corrupt

    Ok I have a project that runs fine from the IDE, the problem is if I install the app or run it from the bin\release folder then I get this error on one of my method calls. I have tried this on a test machine and on my development machine and the results are the same. I have spent hours trying to figure this one out....... The crazy thing is, the method shows up in the stack trace but there is not code at all executed in that method. Thank you for your suggestion, however this didn't help me in my case. I'm seeing this exception when calling an extern method on a COM DLL. It's still early-days for my debugging, but it's quite frustrating. This worked fine with VS 2003, and I'm only seeing it now I try to upg ...Show All

  • Visual Studio Team System Keying off an event

    I would like to be able to rename a folder upon a build status changed event. How can I key off this in an application You can use the eventing service of TFS, creating a webservice which will be called on the build status changed event by TFS, you can find some samples about webservices subscription to events in Visdual Studio SDK, MSDN, and blogs like this ones: http://blogs.vertigosoftware.com/teamsystem/archive/2006/07/13/Automatic_email_notifications_when_a_work_item_is_assigned.aspx http://blogs.conchango.com/howardvanrooijen/archive/2006/04/29/3894.aspx ...Show All

  • Smart Device Development obfuscate CAB files

    Hello, I would like to obfuscate my assembly before deploying it to my PPC. Using Dotfuscator from the VS i created an obfuscated .exe. my question is how can i incorporate this .exe into the CAB setup wizard or what is the sequence for obfuscating the assembly hi Ilya, does a post build obfuscation will obfuscate the all the codes If so, what is the process to do a post build obfuscation with dotfuscator ...Show All

  • Windows Forms information regarding binding navigator control

    Hi, I'm using binding navigator control in my application. I have a form where data is gathered from 4-5 tables. When the delete or add new button is called it is deleting and adding the new record in dataset but i just want to have a confirmation message before a record is deleted. The problem is that the message is displayed but even when i put the condition of if it will still delete it from the dataset. How can i stop it from doing this Thanks The bindingnavigator has some built in code which runs when you hit the add new or delete buttons. Setting the bindingnavigator's DeleteItem property to none only your code will run when the delete button is pressed. ...Show All

©2008 Software Development Network