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

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

hrubesh

Member List

mehran farshadmehr
guyinkalamazoo3
GeoffNin
roychoo
Natan Drozd
Sam Erlenbach
taurianthebull
Gary_Fairchild
Liquid-Crystal
Tall Dude
Jon50
cybertaz69
Zatoichi
Dietz
taumuon
osamaT
shax
smalamas
Robert Gregory Garfinkle
joynerCN
Only Title

hrubesh's Q&A profile

  • Visual C# Web Browser

    Hi, I have a web program that working but the addressBar and the form title bar do not updating. Thanks for any help. I am not getting any exception but it just does not work. Like when I am starting the browser with certain web address any other except the home address it ignoring the address in the address bar and going to msn.com. web title does not updated either. ...Show All

  • Visual Studio 2008 (Pre-release) confused of creating an instance c#/xaml

    Hi, I have a good grasp of OOP from my Actionscript 2.0 background although I am very new to c# and xaml. I am somewhat confused that I have to create an instance of an object in c# when it already exists in xaml. For example; I create a Storyboard in xaml and call it myStoryboard. If I want to access and manipulate myStoryboard in c# I have to create a new instance of Storyboard before I can set it = to myStoryboard. Why do I have to do this if the instance already exists as it seems to me that I now have an instance of an instance Sorry for the nub question but I just can't seem to fully appreciate the 'why' of this process thank you I dont think you need to create instance again if that storyboard is in resou ...Show All

  • SQL Server There is no direct equivalent to Oracle's rownum or row id in SQL Server

    hi, There is no direct equivalent to Oracle's rownum or row id in SQL Server there is any possiblity are alternate thing is exist then please reply regards santosh Both these pseudo-columns are not available in SQL Server. Oracle pseudo-columns do not take additional space in the database and only materialized at the time of query execution. If you want mimic something like rowid you will have to persist it. So you will have additional storage cost, possibly index storage etc. You can also get something like row id using DBCC PAGE command it is not what you are looking for and it is not in any easy queryable format. Others have posted about various techniques to get the information. But the real questi ...Show All

  • Visual Studio 2008 (Pre-release) RichTextBox, turn off the Keyboard-language-feature?

    It seems that there is a nice ( ) feature in the RichTextBox that marks the text with the current keyboard language. This is in theory very smart. But what if I want to have my keyboard set to Danish but I want to write English, witch is a very common thing in Denmark. Then the (cool!!) spellchecking feature in RichTextBox will not work because it thinks I’m writing Danish. I could of cause mark the entered text as English afterwards. But new text I enter will again have the Danish attribute. How can I turn off the Keyboard-language-feature Best regards, Thomas Andersen There's no way to disable the feature in V1. I would describe this problem as the lack of a feature. The WPF RichTextBox doesn ...Show All

  • SQL Server Setup question: ASP.Net Version Registration Requirement warning message

      Hi there, I have only this warning message during the System Configuration Check: ASP.Net Version Registration Requirement (Warning) Messages ASP.Net Version Registration Requirement 64-bit ASP.Net is Registered. Required 32-bit ASP.Net to install Microsoft Reporting Services 2005(32-bit). Does this mean that I can't install Reporting Services or should I pay no attention to it and continue to install I'm running on Windows 64-bit Pro. edition. Thanks, Eric Do you have the 32-bit version of the .NET Framework installed HTH, jens Suessmeyer. --- http://www.sqlserver2005.de --- ...Show All

  • Visual Studio Express Editions Button click problem

    I've used code to generate several instances of a button. The button is meant when click to set a label and pic box with a value based on the button clicked. However I'm having trouble referring these other controls. Also I want to keep track of my buttons so I change them atm im using a name thing but it doesnt seem to be working. This is my code: Public Class main Dim mapsArray(15) As maps Dim mapsDisplayArray(15) As menuButtonsDisplay Private Sub main_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Dim x As Integer = 0 Dim y As Integer = 0 Dim width As Integer = 100 Dim height As Integer = 100 loadMaps() x = 125 y = 20 For count = 0 To 4 mapsDisplayArray ...Show All

  • SQL Server Insufficient Memory Errors - 12GB RAM - 64-bit???

    hi, it was suggested to try this forum, so I am hopeful I can get some more ideas. Please see this link where i posted my issue: http://sqlforums.windowsitpro.com/web/forum/messageview.aspx catid=82&threadid=49973&enterthread=y Summary: I have just installed a brand new 64-bit system, with 64-bit SQL Server 2005 sp1, and 12GB of RAM. The same queries and processes that worked on SQL Server 2000 Std Edition successfully, are failing on SQL2k5 64-bit After migrating the databases and jobs, I am frequently getting this msg: 701:Insufficent memory to run this query Nothing else in the logs. I also made sure that the SQL Service account is granted Lock Pages in Memory - no help. First, I thought that SQL 2005 can take all ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. RenderState.ColorWriteChannels

    Hi all. First of all - many many thanks to the XNA team for really delivering the goods! Hope you're having a bit of a chillout following today's release : ) Just got my Windows game running on 360 with almost no issues, which is fantastic. Here's a gotcha though. On windows : RenderState.ColorWriteChannels = ColorWriteChannels.All; RenderState.ColorWriteChannels = ColorWriteChannels.None; ...writes to all channels, and no channels, respectively. On 360, I have to swap these around to get the same effect. Is this a bug Or am I missing something Many thanks guys... ...Show All

  • SQL Server Is it possible that I change the data's type when I create the DSV in the Visual Studio 2005?

    Hello everyone: Recently, I was responsible for creating a analysis services project with the SQL Server Business Intelligence Development Studio in Visual studio 2005. I encountered a error that the data type is not supported when I tried to add the table from a remote Oracle server. I can not modify the data type in the oracle server. Is it possible that I change the data's type when I create the DSV in the Visual Studio 2005 (if I have known the table's name) Help me Please! tell me the steps or some references if it is possible Thanks Thank you very much Now I did not install SQL Server 2005 and VS on current computer, I will try it later. I think you suggest is very well. But I have a question: you said ...Show All

  • Visual Basic EMAIL

    how can I take all text boxes and email the entries This is for customer feedback. sending email: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=616274&SiteID=1 then for the body, just add the textbox values into the property. Example: theMailMessage.Body = Me.TextBox1.Text & Environment.NewLine & Me.TextBox2.Text........... ...Show All

  • SQL Server Does anyone know of a web based SQL Query tool?

    Hi I want to be able t give my users access to our SQL server database via a eb application published o our web server. I have found one freeware tool but it only supports SQL Server 2000 and the developer doesn't returns any emails. Has anyone come across a web ui SQL query tool either freeware or one that can be purhcase thanks for your help Marcus Here is the link to SQL Server Web Data Administrator http://www.microsoft.com/downloads/details.aspx FamilyID=C039A798-C57A-419E-ACBC-2A332CB7F959&displaylang=en Sethu Srinivasan, Software Design Engineer, SQL Server Manageability -- This posting is provided "AS IS" with no warranties, and confers no rights. Use of inc ...Show All

  • Visual Studio Express Editions startup and Settings

    Ok, I'm creating a program that saves your settings, when you enter them. the Problem Im having is loading the saved settings on startup. EX: Imports Microsoft.Win32 Public Class Form1 Dim rk As RegistryKey = Registry.CurrentUser Dim myKey As RegistryKey Private Sub Form1_Load( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase .Load myKey = rk.OpenSubKey( "Software\Microsoft\Windows\CurrentVersion\Run" , True ) myKey.SetValue( "GRRTEST" , System.IO.Directory.GetCurrentDirectory.ToString & "\GRRTEST.exe" ) My .Settings.Reload() Me .Refresh() txt1.Text = My .Settings.Set1 txt2.Text = My .Settings.Set2 txt3.Text ...Show All

  • Windows Forms I want to display all database value to the text box

    I want to display all database value to the text box. for eg there is a combobox supplierID if i selet supplierID= 1 all the data which is releted to supplierId 1 should be display in the text boxs (supplierName,SupplierAddress)<-textBoxes Using drag and drop,. open your form in design mode in the datasource window, select your table , click on the drop down, select details. select the field that u want to display as combo, click on drop down, select combobox. drag and drop the table on your form. you should get all fieldnames and controls. select the combo, click on the > on top. use databound items. set the source to the tablenamebindingsource. set displaymember to the field you can select fro ...Show All

  • SQL Server Error Creating DSN using odbcconf.exe for SQL Server

    hi there i want to create a DSN using command line arguments,with Trusted connection=no, Login name= sa password=******* i try creating like this C:\>odbcconf.exe /a {CONFIGSYSDSN "SQL Server" "DSN=blabla|Description=blablubb|SERVER=vsnet1|Trusted_Connection=no |Database=dm"} this work fine, but when i specify the login id & password as C:\>odbcconf.exe /a {CONFIGSYSDSN "SQL Server" "DSN=blabla|Description=blablubb|SERVER=vsnet1|Trusted_Connection=no|loginid=sa|password=sysadm|Database=dm"} this throws an error as CONFIGSYSDSN: Unable to create a data source for the 'SQL Server' Driver: Invalid keyword-value pair with error code :2147467259 I too try the loginID, ...Show All

  • Visual Studio Tools for Office I could not find out the project type of "Excel workbook template"

    Hi, all I am trying to start my first Excel project with VSTO. However, I could not find anywhere the "Excel workbook template". Here is some information about my system Microsoft Visual Studio Tools for the Microsoft Office System: VSTO SE Beta Visual Studio 2005 Professional edition(trial version for three months) Microsoft Excel 2003 professional Edition. Can anyone tell me how I can get the Excel workbook template loaded Thanks -jason Hi Jason The VSTO 2005 SE doesn't contain the document and template objects, only the new, "extended" application Add-in projects. You need to purchase the full VSTO version of Visual Studio in order to get the docum ...Show All

©2008 Software Development Network