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

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

_M_

Member List

StefanWimmer
moreOncoding
satya999
dferraro
BillForShort
cis001
Gafrage
stack888
Scott_P
Deep123
Vaassu
TI66
krhoover
simon burgess
jheddings
rf09
walking fish
tetro
chipjollyroger
kcnz
Only Title

_M_'s Q&A profile

  • Visual Studio Express Editions form design error

    Hello, I 've got a problem, when I try to open in design a form, an old or a new, I've got this error : One or more errors encountered while loading the designer. The errors are listed below. Some errors can be fixed by rebuilding your project, while others may require code changes. No data is available. Hide at Microsoft.Win32.RegistryKey.Win32Error(Int32 errorCode, String str) at Microsoft.Win32.RegistryKey.GetValueNames() at Microsoft.VisualStudio.Shell.Design.WindowPaneProviderService.AppendWindowPanes(RegistryKey parentKey, ArrayList windowPanes) at Microsoft.VisualStudio.Shell.Design.WindowPaneProviderService.GetRegisteredPanes(String extension) at Microsoft.VisualStudio.Shell.Design.Win ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Custom blending

    I need an alpha blend, which blends the alpha as well. I need this on systems which might not have seperate alpha blend, so I was considering doing it in a pixel shader. It would be easy to put the blend into ordinary code, but... I can not, as far as I know, do any blending in the shader. When rendering primitive n I want to blend with primitive n-1 which has been rendered, but in the shader I have no access to the pixels generated by earlier primitives. Is the solution to render a primitive (back to front) to a full screen texture and then use that as a reference when rendering the next primitive Should I expect a large overhead from all that texture switching Actually there will be very few primitives. Probably never more than a houn ...Show All

  • Visual Basic Help!! Using labels

    Hi- I'm trying to write my first program but I really have no idea what I'm doing. How would you display text on a form without having it appear in a message box I think you would do something with a label but I have no idea how to use it. Also, if I have text in a button that is currently being displayed in a messagebox upon double-clicking on the button, how would I make it so that when you double-click on the button, it appears in a label Thanks!! Hey, I would use the videos here: http://msdn.microsoft.com/vstudio/express/visualcsharp/learning/default.aspx To learn how to code C# or VB or whatever (click VB section for VB) ...Show All

  • .NET Development Update row SQL and type conversions

    Hi, I'm looking into updating rows using plain SQL statements. I find that I have to convert my data into strings to construct the statement. These conversions need to be mapped to the database types e.g. no comma in a float value. Is this functionality already present somewhere, like it is for reading a record using the many Get... methods in a DataReader Is there a best practice Using DB2, but not looking for a DataSet related solution. Would appreciate your help. Regards, Tonn You have to worry about formatting when using concatentated T-SQL, which is really a bad practice because it opens you up to SQL Injection Attacks. SQL Injection Attacks - Parameterized Queries - Regular Expressio ...Show All

  • Visual Basic prevent tabpage from changing while input is validated

    Greetings: I've got a tabControl with several pages, and the first page presents a summary of the stuff on the other pages. It is set up so that the user input on the back pages is validated on the textbox leave event. A problem occurs when the user goes from entering some invalid text in one of the back page text boxes directly to selecting another tabpage. The validation error messages get shown along with the summary page error messages, and it is not a pretty sight. I tried using a boolean flag in the tabcontrol.selectionChanged event to try to stop the selection change, but that doesn't work. I'm guessing that the selection change event gets fired before the textbox leave event. I've also tried using boolean flags to stop the ...Show All

  • SQL Server Can not create New Subscription

    Hi, I have a report that I would like to send out to users automatically every day at 10AM. For some reason on reporting server under the report I would to email, I see 3 folders...Data Source, History & Subscription but I am not able to click on "New Subscription" option in order to create new subscription. First I created "Shared Schedule" specifing day, time etc information. And then I am tring to create Subscription but the option is disabled. Is there any service pack I am missing or I am following the wrong procedure. Please advice. - Payal Hi, Can make sure that you have provided an account to run the report and not use the Integrated Security To be able to use Subscriptions, Rep ...Show All

  • Visual Studio Express Editions Making a textbox into an array and reading from each point in the array

    I'm trying to build a name generator, that takes a letter from one point in an array, (Which originally comes from a textbox), and changes that letter to some other character. So for instance, if i put the name "Sam" in textbox one and clicked the "Generate" button, the out put, (Which has random keyboard typings of each letter, like S as "Ess" or "$") would go to textbox 2. So basically i want to build a name generator for The "Leet" or "L33t" Language. What i need to know is: 1.How to assign the Data of Textbox1 to a String array 2. How to read from each point in this array and 3. How to set the output to go to a certain point in an array for textbox2. Any help would be greatly ...Show All

  • SQL Server SQL Express -> SQL CE

    Hi there , if i'm posting on wrong forum, pleas redirect me :-D i'm still learning, and i decided to make my app for start in SQL Express and Visual Basic Express... i dont use stored procedures and sql specific features... so i use express only as data store.. questions 1. can i just convert database from sql to sql ce format when sql ce goes public 2. is then enough just to change connection string in my aplication or do i need more changes 3. when users needs grow, can i then again convert sql ce database to sql database with all the users data ! i need it to work with both... cose i would like to have one version for single user app and another (using sql express) for network version of the same app... Why not go for the Offic ...Show All

  • Visual Studio Can not install Microsoft SQL Server 2005 Compact Edition Tools for Visual Studio 2005

    I am trying to install Microsoft SQL Server 2005 Compact Edition Tools for Visual Studio 2005 SP1, but I keep getting the following error, then the installer closes: The upgrade patch cannot be installed by the Windows Installer service because the program to be upgraded may be missing, or the upgrade patch may update a different version of the program I have Visual Studio 2005 SP1, MS SQL Compact Edition runtime, and MS SQL Compact Edition SDK all installed. Any ideas why this wont install Thank you soo much for the reply. I copy and pasted your commands, and everything acted normal (files extracted and program ran with the same error), but no log file is generated in c:\temp. I even went so far as to copy and past the path to the l ...Show All

  • SharePoint Products and Technologies Web part development in local machine or server

    Hi, I have a server where the WSS installed and I have installed VS 2005 in my local machine. Trying to create a web part from local machine using the "Visual Studio 2005 Extensions for Windows SharePoint Services 3.0". But the problem is, I am getting an error message saying "No sharepoint site exists for the URL" and the debug process stops. To correct the error, I went and changed the URL to the one hosting the sharepoint services under project propeties > debug > start browser with URL and I re-compile, still getting the same error. I am wondering of few things: - do I need to install VS 2005 in the server and start developing the web parts in the server itself - If above is not a good ide ...Show All

  • Visual C++ ATL Stock Properties

    Hi. I'm developing an ATL Control, (Composite Control), and now I want to add a stock propertie, ie BackStyle. How could I do that . Because there's not options for stock properties right clicking in the class view, (I'm using VC 6.0). At the time of add an ATL Object, there is a wizard that offer to add some stock propertie, but I did'nt in that moment, and now I need some of them. Thank you. These forums are specific for VC2005 issues. For VC6.0, please use the newsgroups at http://msdn.microsoft.com/newsgroups . OTP Thanks, Ayman Shoukry VC++ Team ...Show All

  • Windows Forms Display last of multiline tesbox.

    HI, I developed a form where i am using a textbox, whose multiline property is set to true, scrollbars is set to both and word wrap is set to true. I will be adding data into textbox during the runtime based on the task completed, but if the data exceeds the height of the textbox, it comes in the next line, but i am not able to show the next line. Does anybody know how to display the last line into the textbox. Thanking you,   78Spit1500Fed wrote: ... though line breaks are not preserved when reading in a plain text file. What do you mean this .textBox1.AppendText("Hello\r\nWorld\r\n");   will break the line. To ouput the text literally, you can use th ...Show All

  • Commerce Server Controls\ProductList.ascx

    I have added new columns to the data grid and am now adding new Template Fields to the code behind the page. My question is how do I reference a field I added to the ProductDefinition (so a custom field). All of the code snippets I tried don't seem to work. 1. Container.DataItem["xxyfield"] 2. (CatalogItem)Container.DataItem["xxyfield"] 3. ((CatalogItem)Container.DataItem)["xxyfield"] I also tried creating a function and used item["xxyfield"] Please Advise. Ahh...My mistake: ((CatalogItemsDataSet.CatalogItem)Container.DataItem)["Category"].Value ...Show All

  • Software Development for Windows Vista Message "Value cannot be NULL. Parameter name: component"

    I receive the message "Value cannot be NULL. Parameter name: component" when I try to open a Windows.Forms.Form in the VS2005 designer . The form contains a user control that instantiates a rehosted workflow designer. The error occurrs on the line IRootDesigner rootDesigner = designerHost.GetDesigner(designerHost.RootComponent as ActivityLibrary. WorkflowActivity ) as IRootDesigner ; within the user control. The error does not appear at runtime. Only in the VS2005 designer. Can someone please give me a hint, what I could check in my code or respectively what the error message means (which "component" is meant) This error can show up when you type cast the rootcomponent incorrectly. Can ...Show All

  • .NET Development Microsoft Oracle .NET Data Provider Performance - repeated internal SQL

    Hi, We are noticing several similar SQLs (listed below) which execute many thousands of times per day. The SQL in question does not access any application tables, it accesses the Oracle data dictionary to retrieve metadata, which is essentially static in this context. On one particular day the SQL is issued some 24,024 times, performing 401 million block accesses and consuming 2,080 seconds of CPU. Our concern is that as our transaction rate increases that this SQL may become a performance bottleneck. I'm wondering if there are any configuration settings within ODP or application coding guidelines which may allow the SQLs to be issued once and the results held locally for re-use I have read about connection pooling and statement caching. ...Show All

©2008 Software Development Network