Software Development Network Logo
  • Windows Vista
  • Smart Device
  • Visual Studio
  • Visual C++
  • Architecture
  • Game Technologies
  • Visual C#
  • Visual FoxPro
  • Windows Forms
  • Visual J#
  • Microsoft ISV
  • Windows Live
  • Visual Basic
  • .NET Development
  • SQL Server

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

Ruhina

Member List

bhowden
Bjorn B
Kodo
Ling Chen Wu
Tibor den Ouden
mark_05
englishw
Essential
odinlai
dimzon
Renninge
Tarek Madkour MS
Hidroilio
Timothy C Hughes
AndrewRise
Shedal
Brent Wilson
Visagar
abhijeet.koli
Hansonlion
Only Title

Ruhina's Q&A profile

  • Windows Forms Application wide hotkeys

    Hi, Is it possible to register application wide hotkeys in a simple way   I load many different froms and user controls and would like to check one place for key input. Hope for help! add a handler to point to a centeral sub for processing keypress You can have every forms keypress go there and even if they are in a control by h ...Show All

  • Visual Studio Express Editions Dataviewgrid with dynamic binding

    I have a dataviewgrid and want to populate it with data based on the name of a table selected from a list box. Code I have: Dim i As Integer For i = 0 To StudentsDataSet.Tables.Count - 1 ListBox1.Items.Add(StudentsDataSet.Tables(i).ToString) Next 'the above code gathers table names, just fine Dim curItem As String = ListBox1.SelectedItem With DataGridView1 .AutoGenerateColumns = True .DataSource = StudentsDataSetBindingSource .DataMember = curItem End With ---this code puts in column headers but does not populate the grid....any suggestions for doing that ...Show All

  • Visual Studio 2008 (Pre-release) How to get the value of the color in some position of a LinearGradientBrush?

    Hi everybody,I have a problem about LinearGradientBrush. Here's the code: <Canvas Name="MainCanvas" Height="20" Width="200" Margin="0,0,0,0"> <Rectangle Name="rectLegend" Width="200" Height="10"><Rectangle.Fill> <LinearGradientBrush StartPoint="0,0" EndPoint="1,0"> <LinearGradientBrush.GradientStops> <GradientStop Color="white" Offset="0" /> <GradientStop Color="red" Offset="1" /> </LinearGradientBrush.GradientS ...Show All

  • .NET Development INSERT Row to DataTable, data types problem?

    (Newbie) (VB 2005) Regarding the INSERT row command below, how do I state my parameters (i.e. the text in brackets below). 1) how do I state a DATE data type, at the moment I am using .ToString , is this correct 2) how do I state the DateTimePicker data type, given that its format is custom  h:mm tt     Thanks. myDataTableTableAdapter1.Insert(DateInput .ToString , DateInput .ToString , Start_TimeDateTimePicker , Finish_TimeDateTimePicker , First_NameTextBox .ToString , Last_NameTextBox .ToString , EmailTextBox. ToString , RecipientsFirstName. ToString , RecipientsLastName .ToString , RecipientsEmail .ToStrin ...Show All

  • Visual Studio Team System Implicit constraints, Pre-defined constraints, User-defined constraints

    Please could someone explain to me the differnece between the following: Implicit constraints Pre-defined constraints User-defined constraints As I understand it, Implicit Constraints seem to be those that come with an object when you drag it onto the designer.  There is a list of implicit constraints, somewhere e.g. SupportsASPNET, SupportsASPWebApplications, SupportsStaticContent, AuthenticationModeConstraint.  Where in the system do I find these objects Pre-defined constraints - these are pre-defined in what sense   User-defined - these are User-defined in what sense Why is there a node named User-defined on t ...Show All

  • Visual Studio Advice on installing Visual Studio 2005 Professional and SQL Server 2005 Developer

    I've downloaded from MSDN the released versions of VS2005 Professional and SQL Server 2005 Developer editions. Does anyone know the proper sequence to install these products TIA, Richard I installed SQL Server Dev first, then installed VS, but when VS loads, there are no SQL components listed on the splash screen, just VB, C# and VWD. A colleague installed the other way, and has some SQL components listed on the splash screen.  Can I get VS to 'refresh' this list Thanks ...Show All

  • Windows Forms System.CodeDom.Compiler.GeneratedCodeAttribute error

    I downloaded a sample from MSDN for VS 2005, and tried to build it (using VS2005) as described in the documentation. I obtain 7 errors in the NorthwindCustomerOrders.XSD (NorthwindCustomerOrders.designer.vb file) saying that Type System.CodeDom.Compiler.GeneratedCodeAttribute is not defined. In the documentation there is a link to HOW TO: Set sample settings but unfortunately it is incomplete. It says I have to open the .Net framework SDK 2.0 command prompt but next instructions are missed. Can you help me Thanks a lot Here is the path from where I downloaded the sample: visual studio 2005 documentation - visual studio - samples - technology ...Show All

  • Visual Studio Express Editions Flash only works on my laptop

    Hi, I'm developing a CD autostart program, and I needed it to look pretty. So I used flash and everything is working fine. But when I use it on any other computer it doesn't work. What can I do Help is most appreciated. In Flash, go to your project and select File/ Publish Settings, and on the formats tab select "Windows Projector (.exe) . Now publish the project and you will find an exe in the folder. It requires no plug-ins etc and will run on most winx86 boxes regardless of OS version :) ...Show All

  • Windows Forms Xpander & chart control

    I've read some other posts .... It's possible to have the sources of these two controls (from VertigoSoftware) Thanks in advance Angel ...Show All

  • Visual Studio Team System Anyone working on a Crystal Clear process template?

    Our group is adopting the Crystal Clear methodology so I'm wondering if any in the community is working on a Crystal Clear proces template. Best, Jason I'm not aware of anyone doing it. Your best bet is to search the internet for it. ...Show All

  • Windows Forms NumericUpDown bug with data binding?

    I have a data entry form where I am using a NumericUpDown control. I have bound all of the controls via a BindingSource to a class I have created in my application. If I click in the control and change the value from 1 to 10 by simply adding a zero on the end, the bound value does not get updated when I use the tab key to advance to the next control. If I use the mouse to select another control the bound value is updated. If I select or erase the contents of the control prior to entering a new value the bound control will update after a tab. If I use the up and down buttons to change the value in this control, the bound value updates. The co ...Show All

  • Visual C# ListView Items

    Can someone tell me how to check for double items in a ListView inside a button Click event How do you mean Items that contain a value which converts to double More than one item selected More than one item the same ...Show All

  • Smart Device Development Windows CE5.0: unable to hide command bar!!!

    I developed  an application for critical healthcare that must run in fullscreen mode. Now I'm trying to migrate to Windows CE 5.0, but I can't hide the bottom bar (command or menu bar ). I already tryied various combinations of CCommandBar SHFullScreen SHFindMenuBar CommandBar_Show ecc... this issue will jeopardize the entire project. Hope someone can help me...... YES! You Rock... Where did you find that... I had the SHIDIF_FULLSCREENNOMENUBAR but it didn't work ... but the adding the SHFindMenuBar and SW_HIDE worked... Thank you Valerio, thank you! ...Show All

  • Visual C++ ECMA C++/CLI and VC++ 2005

    Does the ECMA C++/CLI Standards document ECMA-372 delineate the exact C++/CLI language in VC++ 2005 If not, what are the differences. Yup, I got it from the same place as well as Carl since he posted originally in the MVP newsgroups. BTW, You can log such suggestion yourself at http://lab.msdn.microsoft.com/productfeedback/default.aspx . This will reach the owners faster. Thanks, Ayman Shoukry VC++ Team ...Show All

  • SQL Server Annoying behavior in report designer

    I have a report with a complex dataset query that involves a temp table. Anytime I make a change to that query and save or change tabs, I get this message: Could not generate a list of fields for the query. Invalid object name #[temp table name]. (Error 208) Fair enough, but the real nuisance is that every time this happens it erases all of the dataset parameters I have previously set up. I have to redefine them every time. I hope this behavior changes in the future. I'm using technique like this: IF (OBJECT_ID('#temp') IS NOT NULL) DROP TABLE #temp ... SELECT * from Table INTO #temp ...Show All

©2008 Software Development Network