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

Software Development Network >> Michael-Renger's Q&A profile

Michael-Renger

Member List

PerPixel
Santosh Ransubhe
Tiago Nóbrega
MauriceSibrandi
hazz
LPlate
BlackPepper
Sukh1983
Laxmi Narsimha Rao ORUGANTI MSFT
Greg Van Mullem
YRaj
sjkepner
Marius Mihalec
Banhnam
Olga99
BBesser
khamlon
Cathie 64
galbox20
jon albinini
Only Title

Michael-Renger's Q&A profile

  • SQL Server Application Role And SSRS

    Hi dear reader I made an application that uses a Sql Server 2005 Express DataBase. In the database I made a application role. When the user logs into my application I run this procedure: If Not sqlConnectionCR Is Nothing Then If Not sqlConnectionCR.State = ConnectionState.Open Then sqlConnectionCR.Open() SqlConnection.ClearAllPools() ConsultasSqlCommand = New SqlCommand ConsultasSqlCommand.CommandType = CommandType.Text ConsultasSqlCommand.CommandText = "sp_setapprole 'appRole', 'drowssap" ConsultasSqlCommand.Connection = sqlConnectionCR ConsultasSqlCommand.ExecuteNonQuery() End If Else.... I understand that this procedure connects to my sqlserver database as ...Show All

  • Visual Studio Visual Studio 2005 SP1 doesn't support pre SP1 projects?

    After upgrading to Visual Studio 2005 SP1 I get the following error when I try to open up any existing solution: "The project file '<project>.csproj' cannot be opened. The project type is not supported by this installation. This is the second machine that I have screwed up by performing the SP1 install with identical behavior (It was an independant download of SP1 code.) VS05 with SP1 seems to be able to create new projects fine and it does seem to like its new projects, but doesn't seem to like any pre SP1 projects. This problem seems to apply to any project though I have mostly been checking C# WindowsMobile projects. I would imagine that this was one of the first things ch ...Show All

  • SharePoint Products and Technologies schema.xml with own fields -> Displaying them in NewItem.aspx

    Hi, I have custom list definitions in my feature. So I edited the default schema.xml (after creating a new list definition in my VS2005-project) and added some fields like: <Field Id="{213DCBD5-EF1B-4175-AA2D-5258FC550A99}" Name="Personalabteilung" BaseType="Text" DisplayName="Personalabteilung" UserSelectionMode="PeopleOnly" Type="User" Sealed="TRUE" ShowInDisplayForm="TRUE" ShowInEditForm="TRUE" ShowInNewForm="TRUE" ShowInListSettings="TRUE" List="UserInfo" SourceID="http://schemas.microsoft.com/sharepoint/v3" DisplaceOn ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Startup Image Logo

    Hello everybody I am new to c# and Using XNA, i want to start a little something for my pc a little game or something, i have bought a couple of c# beginner and intermediate books and i am currently reading them now, i was wondering when i play a game on any game the logo comes up when it starts up and it stays on there for a few seconds, how could i make this has anybody got the code they could help me with Please forgive me if this is in the wrong place, i am totally new to this Thanks High level idea: draw your logo on screen, and wait for a certain amount of time. There are lots of tutorials to help you with how to draw something on screen (bitmap, text, 3D models). To wait an appropriate amount of ...Show All

  • Windows Forms Drawing a Line above other Controls

    Is it possible to draw a line above and under some controls I mean, can we control the Z-order of a drawn shape(I.E line) This is the code snippet where I draw a line. It should somehow appear above all controls(buttons) but it doesn't. Private Sub Button1_Paint( ByVal sender As Object , ByVal e As System.Windows.Forms.PaintEventArgs) Handles Button1.Paint Dim g As Graphics = Me .CreateGraphics g.DrawLine(Pens.Blue, Button1.Location.X, Button1.Location.Y - 5, Button1.Location.X + 30, Button1.Location.Y - 5) End Sub TIA OmidQRose wrote: Is it possible to draw a line above and under some controls Yes, you would have to use the forms paint event to pai ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. UI elements - common approaches?

    Morning/Evening all (delete as appropriate :), Got a general question for you. I'm looking to start experimenting with UI elements - the standard stuff really - HUDs, health bars, score, mini-maps. What I really would like to know is, what are the general techniques that are commonly used to achieve these elements Polygons with textures applied and drawn to screen space I keep reading about 'textured quads' - does that simply refer to textured polygons drawn on the projection plane (i.e. 'on' the screen) This does seem like it should be the basis of most common UI elements - menus, HUDs, buttons, etc. What other techniques are common Thanks guys/gals. Nick I think using sprites is also co ...Show All

  • Visual Studio Team System Tasks in Iteration 0

    Hi I’m creating create the first iteration in Microsoft Project following the guidelines and one of steps after Get Work Items says: “While the tasks below "Iteration 0" are highlighted, right-click to open the context menu. Select "Task Information" from the menu. In the "Advanced" tab, change "Task type" to "Fixed Duration." Set the "Duration" to the iteration length if it has been determined.” And my question is: Is it a good practice to set all the tasks under iterations to the same length Thanks in advance Javie Javier, I got the context you are speaking from. The above steps are from Process Guidance &quo ...Show All

  • Visual Basic Vb.net datatable question

    how do i fill a column of datatable with the same value for example i have a datatable called "blah" i have five columns in "blah" first column in "blah" is date i m trying to fill the date column with the variable currentdate please help thx ' FOLLOWING CODE ONLY SHOW HOW SET/GET VALUE OF GIVEN ROW. IT IS NOT COMPLETE CODE ' Table decleration Dim dTable As New DataTable() ' to access each column Dim dRow As DataRow For Each dRow In dTable.Rows dRow( "ColumnName1" ) = "Value" dRow( "ColumnName2" ) = "Value2" Next ' to access sing column dTable.Rows( 0 ...Show All

  • Windows Forms ListBox with images

    Hey, How do you make a listbox show a 50x50 .PNG image and have text under the image Thanks :) Are you trying to copy something like Windows File Explorer, where there are lists of directories with a folder icon If so, you are best using the treeview control   otherwise take a look at this: http://www.codeproject.com/cs/miscctrl/OAKListView.asp http://msdn2.microsoft.com/en-us/library/system.windows.forms.listview.smallimagelist.aspx   hope it helps! ...Show All

  • Smart Device Development listview with system imagelist (white square)

    hi, I have a listview that using a system imagelist. The problem iIm having now is when i select/highlight a row, there is a white square around the file/folder icon(not masked ) from the system imagelist. Is there a way to fix this problem without using a owner drawn listview code example or idea will be appreciated. thanks in advance. check this post http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=814943&SiteID=1 ...Show All

  • Microsoft ISV Community Center Forums Action Pack Question

    I am interested in the Action Pack. I understand that it comes with the Vista upgrade, not the full edition. I do not have 10 licensed copies of XP Pro to upgrade from. So does that mean I will need to purchase a licensed copy of XP Pro for each machine that I want to put the Action Pack upgrade version of Vista on Don't even think about NOT renewing! Like Tony Soprano said, "Once you're in this family, there's no gettin' out". Be prepared for all kinds of nasty, threatening letters from the Microsoft legal team. Think they’re not tough Heck, they regularly beat the US, as well as other governments with ease. According to the agreement, if you do not renew, you’re obligated to un-install any of the licenses used b ...Show All

  • Visual Studio Tools for Office Outlook Macro - send email separately to multiple contacts?

    Hi, I'm trying to write a macro for outlook 2003 to send email different contacts separately that means when some person receives the email, they will see their email address in the To section. Currently if I use BCC, the person will see the same email adress for From and To. Do you know how to write codes to connect to the"new message" windows in outlook and all the controls in that windows Thanks. well, the reason I'd like to use outlook objects because I want to take advantage of the htmlbody. If I use system.net.mail, I'll need to write a text editor for my app. Assume that I compose the message in Word and then copy and paste the content to the text editor, which would be a Ric ...Show All

  • .NET Development SendMessage and FindWindow in JScript

    Hi i am Writing an HTA Application using JScript. Is it posible to use SendMessage and FindWindow Functions in JScripst to Control other Applications Can Someone Give me an Example pls. i think there must be some activex to use this shell functions but i did not know wich new ActiveXObject(" "); thx for help Eistee PS: Sorry for my bad english but i hope you understand what i mean *g* http://www.jcomsoft.com/hwnd.htm I found this site. It looks like it will work for this. I am going to try it out and give the results here. ...Show All

  • Visual Studio Team System Hardware experiences

    Howdy I'd like to hear if anyone has any experiences with the server specs the'd like to share. I know the reccommendations but I'd like to hear production experiences if there are any. Thanks   Hi Another question, has anyone tried this on a virtual server And if so, what was the configuration that you used Thanks! ...Show All

  • Visual Basic Reading from database

    Hopefully someone can help me with this problem. I am using the below code to read data out from an oracle db and put the data found into a string. For some reason it wont work though. I know the oracle connection works fine as the 'insert' statement which is commented out allows me to write info to db, but some reason reading info is causing me a problem. Any help would be greatly appreciated. Private Function login() As OracleString Dim myConn As New OracleConnection( "Data Source=bnp;Persist Security Info=True;User ID=bnp;Password=bnp" ) Dim query As String = "Select * from USERS_TEST where USERID = 'david' AND PASSWORD='mcgarry'" 'Dim query As String = "insert into users_test (us ...Show All

©2008 Software Development Network