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

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

Tryin2Bgood

Member List

Murre
Teradar
Chris Marts
ZopoStyle
Horst Klein
logikel
Kevgor
General Fault
kubaw
Douglas Nakamoto
NewbieDude
WebAppGuru
AdriM
comiv
Chibi-Acer
ozakiweb
BlaineMVP
vjn
JennyMQuinn
kundalani
Only Title

Tryin2Bgood's Q&A profile

  • Visual Studio 2008 (Pre-release) Feedback please: WPF for LOB applications (Data entry/Data Viz/etc...)

    Feedback please: WPF for LOB applications (Data entry/Data Viz/etc...) Are you using or considering WPF for Line-of-Business applications What has you excited about WPF for LOB We are missing some things that would help LOB scenarios...are you waiting or doing without What is your advice for the Microsoft here What would you prioritize Please comment in the forum and/or on my original blog post ... Thanks, Rob Sheva- Please make sure all of these bugs are filed via Connect.Microsoft.com. Would love to make sure we understand any blocking bugs in RC1. Thanks, Rob ...Show All

  • Visual Studio Refresh must be clicked to get missing data to appear on report. Why is data not appearing

    Sometimes, more often than not, information which should appear on the report is missing, but when I click refresh, the missing information appears. Some of this information can be images, logos, parameter selection etc... Why does refresh capture and display the missing information What can I do to the report to fix this problem and have all of the information appear on the first response Your support is greatly appreciated. Are you using local mode or server mode Is this with the webforms or winforms control Are you clicking the refresh button in the browser or the one on the viewer toolbar ...Show All

  • Visual C# int to ascii

    How to convert a int to ascii char Example: int = 65, char = 'A' in ascii table. ...Show All

  • Windows Forms Datatype mismatch when I use textbox in WHERE condition to MS ACCESS using VS 2005 or VB.NET? Pls Help

    Hi 1)I am using manual connection and quries to access the database. 2) ID - Datatype- Number (long integer) 3) txtID- TextBox in a windows form The query ( " select * from Tram WHERE ID = '" & txtID.Text & "'" , Dataconnection) - When the above code triggers it doesn't match with the datatype in the database . If I changed the datatype of ID in database to text, IT WORKS. But I want to keep the datatype as 'number' in the database . I am trying to change the datatype only in the windows form. Note : I have custom validation in the project (class file) and it gives additional properties ( Reg.exp, Datatype, numeric text box......) for the textbox controls. So I have tried the datatype of textbo ...Show All

  • .NET Development How to request Primary Keys from OLE DB Table

    Hi, i want to request Primary Keys from an OLE DB Tables. This works fine if my table has only one Primary Key. However, if the primary key is an composite key, the following function will only return true if the first part of the composite key is requested. Any ideas to fix this problem Or to request all Primary Keys at once Thanks, Stefan public Boolean isPrimary( int checkPos, String tableName) { DataTable mySchema = getConnectionPtr().GetOleDbSchemaTable(OleDbSchemaGuid.Primary_Keys, new Object[] {null, null, tableName}); return (mySchema.Rows[0].ItemArray[3].ToString() == (String) getColumNames()[checkPos]); } The following works fine for me (lists all ...Show All

  • .NET Development URGENT Assembly.LoadFrom(http) == "Could not load file or assembly 'X' ... or one of its dependencies."

    [Runtime Version v2.0.50727] Question regarding Assembly.LoadFrom(http). This really is URGENT; thank you for your time. Hello, I have three projects: X, Y and Z. Project X is a class library-type project full of user controls that other developers monkey with; these controls obey a set interfaces we have defined in project Z. Project Y is a winforms-type project. It does not contain a reference to Project X, but it does contain a reference to project Z - just like project X does. Project Y loads Project X dynamically from a HTTP using the following code: /// * start sample string _Url; _Url = " http://localhost/projects/ProjectX.dll "; System.Reflection.Assembly _ProjectX; _ProjectX = System. ...Show All

  • SQL Server SQLMobile replication to SQL Server 05 64bit

    I am looking at buying a new database server to run SQL Server 2005. I want to get 64 bit server, windows standard 64 and SQL Server 64. I already have an app I created that uses SQLMobile on a Windows Mobile 5.0 device. Will I be able to run this app if I move to the 64 bit or am I better off just staying 32 bit Hi, Same as the need of one of our client, SQL Server 2005 is running on a 64 bit server and IIS is running on a 32 bit server. It works like a charm knowing we have between 120.000 and 160.000 records for each PDA using merge replication... The only problem we encountered and solve quite easily was an "invalid parameter" on IIS side, the application pool was resetting conne ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Developing solely on the XBox 360

    What major disadvantages are there in developing only on an XBox 360 My laptop here is not exactly a top-of-the-line gaming machine, which means that I can't run XNA games on it (no shaders). One option would be to just get a new PC, but for a student that's not exactly cheap, and I might not want to get a new one anyways before Vista comes out. One thing I heard might be a problem is profiling my code. I understand the only thing for profiling on the 360 is the GC profiler, which might not be quite enough. Will the situation get better in the future Should I just get a new PC or would the 360 be a good inexpensive solution for game development Yes, you must be signed-in to Live the entire time that you a ...Show All

  • Visual C++ atlcom.h errors

    Hi. I am trying to compile a project and the compiler returns the following errors: ------ Build started: Project: Server, Configuration: Debug Win32 ------ Compiling... MyServer.cpp C:\Program Files\Microsoft Visual Studio 8\VC\include\atlcom.h(3242) : error C2065: '_Module' : undeclared identifier C:\Program Files\Microsoft Visual Studio 8\VC\include\atlcom.h(3242) : error C2228: left of '.Lock' must have class/struct/union type is ''unknown-type'' C:\Program Files\Microsoft Visual Studio 8\VC\include\atlcom.h(3244) : error C2228: left of '.Unlock' must have class/struct/union type is ''unknown-type'' C:\Program Files\Microsoft Visual Studio 8\VC\include\atlcom.h(3366) : error C2228: left of '.CreateInstance' m ...Show All

  • Visual Basic Menu checkstate and radiocheck

    Hello, I am adding a menu with 2 language option: English French and want user to be able to check only one. In Visual Basic .NET is was easy and I could see the Menu property and then Select both English and French menu item and then RadioCheck was selected. Where is the RadioCheck in Visual Studio 2005 Thanks If you are using a MenuStrip for this you will have to implement your own RadioCheck like functionality… by creating a class that inherits from ToolStripMenuItem, ToolStripButton or ToolStripControlHost. If on the other hand you are using a standard MainMenu that contains MenuItems, you will find your RadioCheck property as part of the MenuItem class. ...Show All

  • Visual Studio Building a web form programmatically

    I am fairly new to the extensibility realm. I think it is a great tool but I have run into some issues. I am working on an add-in that will generate a basic application based on a database. Currently, the tool has no problem generating the necessary classes and thanks to some of the posts on this forum I have figured out how to add the code to App_Code folder correctly. The problem that I am trying to solve is to create the web form programmatically and then populate it with controls. I can dynamically generate the web form but I can not figure out how to add controls to the page. I would like to have the application write much of the codebehind logic to tie to the classes that the system generates also but until I can figure out the ...Show All

  • Windows Forms Capturing Key Events

    Hi All, I have a form that has a numeric, a textBox, and it captures Keyevents. In testing I have founf out that I cannot enter into the textBox. I believe that it has something to do with these items being on the same form. Numeric and keyevents work fine, just cannot enter into the textBox. Any Suggestions Thanks Jeff how do you mean you cannot enter the textbox where are the key events created in on the main form on the control itself are you doing something to prevent it from accessing the control in code ...Show All

  • SQL Server uninstalling sql server express

    i installed sql server 2005 express by running SQLEXPR_ADV.EXE....now i can not uninstall it because the exe created a temp file to unpack the install files....of course those files are cleaned up after install or whenever i cleaned up the temp files on my pc.....so how do i uninstall let me elaborate....whether i use the control panel add/remove or directly run SQLEXPR_ADV.EXE from the command line the uninstall fails because the uninstall routine wants access to the files used during installation. because SQLEXPR_ADV.EXE unpacked its files to a temp location, they are no longer available after the install does cleanup (or after i removed temp files to cleanup my hard drive)....when it fails to find those ...Show All

  • Visual Studio 2008 (Pre-release) Databinding & User controls

    I am having some trouble databinding to some controls, I have followed the example from : http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnlong/html/WPFDataBinding_Pt2.asp When I add DataContext="{StaticResource EmployeeList}" I get a XamlParseException. I also tried to locate the controls from the code behind but it only recognizes the root usercontrol " HistoryControl" that I have templated with a list view & various textboxes. What I would like to know what is the best way to databind a dataset generated from sql to multiple controls on my grid. Here is an example of one of my screens that I have a problem with: < Grid x:Class = " InvoiceLog2.UI.Screen2 " xmlns = ...Show All

  • Visual Studio 2008 (Pre-release) Default value?

    I have the below contract but it does not seem to work. When the client calls this api without specifying the optional argument instead of setting the value to the default it is always null. I have included the datacontract and a portion of the service reference from the client. The client service reference code seems to "know" that this parameter is optional but it does not seem to "know" about the default value. What am I doing wrong Kevin < xsd:element name =" Culture " type =" xsd:string " default =" en-US " minOccurs =" 0 "/> [ DataContract ()] public class GetPaymentTypesRequestType { private string cultureField; public GetPa ...Show All

©2008 Software Development Network