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

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

csLearner

Member List

Victor Egbe
Sabrecat
zdrae
tradle
Doobe01
Steven Bone
Cem DEMiRKIR
OmegaMan
Andrea Lattuada
A.Russell
ssfftt
Tejas_Kishanwala
MikePHall
Hans1982
just david
PeterVrenken
csi_hugh
sbuster
Pramod Gujjar
Magos294963
Only Title

csLearner's Q&A profile

  • Visual Studio Express Editions I Need help for dropdownlist control in JavaScript

    sir, am implementing javascript in my project am begineer to javascript and asp.net can you please help me for the following queries here am using one dropdownlist which contains number of persons whenever i select the number from person dropdownlist it will call the javascript function "AdjustRowsToTravelersTable" that should display the data table which contains number of rows according to the dropdownlist value. these rows contains firstname(textbox),lastname(textbox),and diver(checkbox) it works properly but i have problem that it doesn't check all the checkboxes in default......... now i need your help to implement the above in javascript Hereby i enclosed the code Please guide me sir, Thanking You, S.Senthil Nathan 1 ...Show All

  • Visual Studio 2008 (Pre-release) TabItem IsSelected background property

    Hello, I am using the June CTP and here is my problem: I have a TabControl with some tabItems that I am trying to style. I have my style working and it looks great. The only problem is when a tab is selected it changes its background and forground. I am using the trigger property to catch when the tabItem is selected and am able to change the foreground color (im my case it changes to red). However, the background does not change (even with a simple color of black instead of my gradient). Am I setting the wrong property (background) or is this not implemented in the tab control yet <Style x:Key="tabItemStyle" TargetType="{x:Type TabItem}"> <Style.Triggers> <Trigger Property="TabItem.IsSele ...Show All

  • Visual Studio Express Editions How to do a wild card parameter query?

    Greetings folks, What must I do to enable a wild card search in a parameter query Using the inter SQL systems I have set up a dictionary table and want to do a wild card search across the list to return a subset based on the wild cards. eg F H would return FISH and others in a list. The SQL I am trying is as follows: SELECT Words FROM WordList WHERE (Words LIKE @SearchString) I have set up the form and it is auto generating the parameter query. I can correctly search for FISH and return one record but if I type F H it returns nothing. What must I do to enable a wild card search in a parameter query Thank you all for you knowledge and skill. Warwick ...Show All

  • SQL Server Rowediting does not work?

    Hi there, I am not sure if I am right within this forum but it's worth a try: I try to build a GridView and receive the data from SQL Server 2005 - if I implement the source within the .aspx-file it works fine to make the rows able to be edited ( < asp : SqlDataSource ID ="SqlDataSource1" runat ="server" ConnectionString =" <%$ ConnectionStrings:ACUConnectionString %> " SelectCommand ="SELECT * FROM [Access_level]"> </ asp : SqlDataSource > But if I try to implement the datasource within the pageload nothing happens on a edit-click. Therefore I implemented an event onRowEditing but now I do not know how I make the fields editable Hopefully you know a solutio ...Show All

  • Visual Studio Team System How do I disable in-memory edits?

    Apologies first of all - I'm using VS2003 but I couldn't find a forum for it, so I'm posting here. I would like VS to prompt me for check-out as soon as I start editing a checked-in file. Currently it sometimes prompts me straight away, but sometimes it lets me type and only prompts for check out when I try and save. This is very annoying as, if the file has changed on the server, I then have to go through an unnecessary merge process. Does anyone know how to disable this behaviour For the record I'm using Perforce for source control. Many thanks, Nick. Specifically on that options page make sure the "Allow checked-in items to be edited" checkbox is turned off. You should change the comboboxes ...Show All

  • Internet Explorer Development IDownloadManager

    I am using SHDocVw.InternetExplorer to automate IE. I want to replace the default IE Download handling and I believe this is done using IDownloadManager. Does any one have any sample code that shows how this is done (C# would be great) Regards Douglas Hi, http://vbmhwb.sourceforge.net/ Peace MH ...Show All

  • Visual Studio Team System Team Data CTP 5 Refresh

    Team Data CTP 5 Refresh This patch significantly improves the performance of Team Data CTP5 and I’d encourage everyone to get it. Find out all the details here: https://blogs.msdn.com/camerons/archive/2006/09/15/756593.aspx I applied the patach and changed the service account to use my domian name login. I have also granted the rights to sp_deptach to public and I still recieve an error message: -------------------------- Microsoft Visual Studio --------------------------- Could not locate entry in sysdatabases for database 'Catalog_MillenaUS_DB_3a8f0cd8-0108-4409-a5fd-3ae20dce67b6'. No entry found with that name. Make sure that the name is entered correctly. --------------------------- ...Show All

  • Software Development for Windows Vista Issuing Managed Cards Via A Microsoft Certificate Authority

    I have a Windows 2003 Server with Certificate Authority (CA) setup for my organization and with the release of the Microsoft .NET Framework 3.0 I am trying to find out how I can issue/create certificates for use in CardSpace that have the logos, etc. Is there any documentation/walk-throughs on how to create certificates with logos using Microsoft CA that can be used by managed card providers Any guidance would be appreciated. Currently, Server 2003 can't create EV Certificates yet. (and EV is needed to see the Logos) I know that the process is a reaaaaaaal pain to make logo certs with 2k3 Server, but I'll see if there is a document I can refer you to. g Garrett Serack | Pr ...Show All

  • Smart Device Development Exposing .NET Compact Framework Components to COM

    Is there any tutorial out there for the following Exposing Managed Components You can provide managed .NET Compact Framework components to native applications . The process involves the following tasks: Design your managed types while considering COM programming. For example, do not use generic types. Define the functionality you wish to expose in a managed interface , and have your managed object implement this interface. The following is recommended: Use the GUID, InterfaceType, and ComVisible attributes for your managed interface. Use the ClassInterface(ClassInterfaceType.None) attribute on your managed object. Create native definitions of your managed types. Pass your managed ...Show All

  • Visual Studio Express Editions 1 If Statment to run only?

    Here is the code i made: Private Sub Button2_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click If Button2.Text = "Summit" Then Button2.Text = "Reset" End If If Button2.Text = "Reset" Then Button2.Text = "Summit" End If End Sub the problem with that is that once you click summit it makes the button say reset then the second if makes it back to summit when i want it to stay on reset please help me, i dont know any other commands that would fix this... If you want it sat Reset permanently..... remove this: If Button2.Text = "Reset" Then Button2.Text = "Summit" ...Show All

  • Visual Studio Language / Culture

    Hi, is there any way to change the language that is displayed in Crystal Reports The default is english, but I need it in portuguese. Thanks. Hi Lucas, There is some information on configuring multilingual client support for Crystal Reports applications here and here . You'll also need the language resource files available from our website . Hope this helps, - Dave ...Show All

  • Internet Explorer Development Errors in MSDN Library's Web Development section

    The MSDN Library’s Web Development section is an important reference source for many web developers. Its accuracy is therefore important. But I can’t seem to find anywhere to report errors in the documentation. Does anyone know who to talk to if we need to get errors fixed In case anyone is reading this message who can fix such errors, the example given for the HTML Q element [1] is erroneous: <P>He said, <Q>"Hi there!"</Q> If you consult the referenced HTML 4.0 specification, you'll discover that this example is seriously mistaken [2]. The specification states explicitly: ‘Visual user agents must ensure that the content of the Q element is rendered with delimiting quotation marks. Authors should not pu ...Show All

  • Visual C# Regarding Threading in C#

    Hi i have a scenario where we i have piece of chunck that requires time consuming processing , so i put that chunck into seperate thread (see code below) now the problem is I got UI reponsive as soon as seperate thread starts so whole aplciation takes very little time around 6 seconds to load (prviously it was 5 mins) now the issue i close the Form and then open it again this time it takes bit more time like 8 sec and this continues as i close the form and reopen it it take some extra time. The only ways out is to close the entire application and then re-open it I am now looking where we can put Abort method or some thing else to free the memoery taken by thread. please let me know what can be done , every one is encourged to email me ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. On-screen Xbox 360 Keyboard?

    Sorry if this has been asked before. I was unable to find anything related to it when I searched. In future releases, do you plan on supporting the on-screen keyboard with the Xbox 360 I know there is a component for it, but I would be more comfortable with using the real thing. Also, are there any plans to support the other processor cores I read somewhere that only the first is used and the others just sit there and do nothing. It seems to me that it would be very useful to split, for example, physics into a separate core. Again, sorry if I'm reiterating past questions. Mateusz www.Kierepka.pl wrote: Jim Perry wrote: Why not At least in this case it looks ...Show All

  • Visual C# How to get the width of a character?

    Basically I am trying to make a console type application. And I am trying to figure out how to make it so the window is like 100 characters wide. I am using a monospaced font (Courier BT) so I was wondering if there was a way to figure out the width of each character given the font and the font point size. Thanks in advance That didnt work for me. I do the following... Font f = new Font("Courier New", 8.25F); Size s = TextRenderer.MeasureText("1", f); this.Width = s.Width * 100; To try and make the width of the form to be the width of 100 characters of this font. But it says the width of a single character is 14, which makes the form a width of 1400. Which just doesn't make sense for a ...Show All

©2008 Software Development Network