Software Development Network Logo
  • Visual Basic
  • Visual C++
  • SQL Server
  • VS Express Editions
  • Smart Device
  • Architecture
  • VS Team System
  • Windows Vista
  • .NET Development
  • Visual Studio
  • Visual FoxPro
  • Microsoft ISV
  • Visual C#
  • Visual J#
  • Game Technologies

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

utms97

Member List

CurtTampa
Ravana
Jonathon Rossi
ajliaks
Deming
haiqiao
OwlNZ
DeadLine
shyam kodam
i_rage
gjon
shaul_ei
Soviut
C#Chris
azuniga
mickers
kaushalparik
aliramadan
vitamin
Alex DeJarnatt - MSFT
Only Title

utms97's Q&A profile

  • SQL Server Creating report based on parent-child dimension

    Hi I have a problem to create a report based on a parent child-dimension When I go to reporting services, and I create a new report based on a cube, I drag my parent-child dimension to my data-layout. Then the dimension is immediatily ragged down. Anyone an idea to solve this. Does anyone have an example to create a report based on a parent-child dimensions Thx ...Show All

  • Visual Basic How to display login form...???

    Can anyone help me out, this is urgent ... I have created a login form, how can i display the login form each time when windows start up I mean i want the form to be display once the windows logon form is displayed... or anyways i can replace the windows logon form with my login form p/s: sorry for my bad english explaination ... Thank you Grant, you really provided so much info for me.... i think i'll learn from there .... i'm still new in IT lines ... thanks for ur suggestion ... any further question i'll ask here, and i hope u won't mind to answer, would u ...Show All

  • Visual Basic Turning off .net

    Hey, I am running Microsoft Visual Studio Professional 2005. At the moment when I compile a executable in VB it is compiled in the .net framework. How can I turn this off so it does not compile in .net You can't. Dot net produces code that is "just in time" compiled when you start the program. Images can be processed into native mode code with a utility called NGEN but these images still require the CLR or common language runtime to execute. Native mode images stopped with VB6. ...Show All

  • Visual C# How to iterate through System.Generic.List<T>

    I'm using C# - VS 2005. Can anyone plz. help me. Hi, I've gone through that foreach, but how to declare any Action<T>, can you give me some examples. ...Show All

  • Visual Studio Express Editions Puting my form in StartUp

    Hello everybody. 1. Can some one tell me how to put my form in start up when Windows XP booting (I also want to put my icon in Start -- All Programs -- startup) 2. Also i want to ask ppl here what are u using to make Windows Installer I use VB 2005 expres edition. Regards, Vladimir I must not understand what you are asking because it sounds like you know the answer and must be asking something else. Very specifically what startup behaviors are you looking for ...Show All

  • Visual Studio Express Editions C# and application settings

    Hi all , I'm just starting to learn C# after learning a lot of Visual Basic. However, I have become a bit stuck! It's a really simple question but I really can't work it out. I added two settings to a project, X and Y, both integers. I set the scope to Application. How do I then access these settings I need to be able to read from and write to these variables, which is the problem I have at the moment. A site told me to use RocksnGems.Properties. Settings .Default.X //and RocksnGems.Properties. Settings .Default.Y to access the settings (RocksnGems is the default namespace for the project). I don't know if reading the variables in th ...Show All

  • SQL Server Visual studio interface EXTREMELY slow

    Hi folks, I'm working within VS2005/Business Intel studio environment. I've got one master package, which loads about 18 sub-packages as tasks. After openin the master package (and waiting 5-10 minutes for the packages to open and validate), maneuvering within the IDE is nearly impossible, it is so slow. Context menus can take 30 seconds to open. Certian operations, like closing a window, seem to hang the environment. Does anyone have any feedback about this kind of ide performance problem Thanks, Scott Does your machine meet the required hardware spec http://msdn2.microsoft.com/ ...Show All

  • Visual Basic Docking split Forms

    Hi I have two forms, one a group of list boxes and the other a webbrowser. I click on the list in the first, and in the second the web page comes up. I need to work out how to do the following: 1. When the app starts, the two windows are together, as if they were one. 2. The user can then move either window around but with the click of a button, they realign together again. anyone have any ideas how to go about doing this I am guessing that the webbrowser form/window will have to read the x/y of the list box form/window, then position itself underneath the listbox form/window based on these co-ords, but I don't know where to s ...Show All

  • Software Development for Windows Vista WWF and ASP.Net

    Any news on how WWF will integrate with ASP.Net I am hoping that it will provide a way to graphically manage the workflow of an ASP.Net application. It always bothers me having to bury navigation instructions in your code - if WWF can improve on that then please let me know!!   Jared Bienz wrote: I agree: There is no documentation here that is helpful for workflow orientated Webforms. So far, I have not been able to find any information online either. I wanted to unmark Mark Schmidts post as the Answer , since it does not answer the question. But I'm not allowed to do so. I guess you can ...Show All

  • SQL Server How to fill Report Header/Footer with data?

    Hi, I would like to fill my report Header/Footer with data that comes from my report Dataset. I have tried almost everything and I can't get it to work! I used a table, but it only works for that last page! I can not use Field values in Header as well as Footer! So, what's the solution. Thanks. I was having the same problem where all of the Header fields displayed fine through the web interface but once any of our reports were exported to PDF the fields that came from the database were blank. The method I was using to show information in the Header was to hide columns in the data Table that I was interested in displaying in ...Show All

  • Visual Basic Parse a sentence in VB. Net

    I am trying to parse a sentence wherein the words are seperated by spaces.  The words are then stripped  of commas (",") or semicolons (";") and written to a database.  This code to split the words works in VB.net 2002 but not VB.Net 2003 or 2005.  Iam using streamReader/StreamWriter to read/write from a text file. Variables: currentSentence as String splitSentence() as String i as Integer Code: Do Until sr.Peek = -1    currentSentence = sr.readLine    For i = 1 To currentSentence.Length -1  ' Ignore first word        splitSentence = currentSentenc ...Show All

  • Windows Forms [C#]datagridview copy/paste entire rows

    Hi all. Any suggest to select an entire row and copy/paste to new row on a datagridview thx. This should get you started: http://msdn2.microsoft.com/en-us/library/system.windows.forms.datagridview.getclipboardcontent.aspx mark ...Show All

  • Visual Studio Express Editions New to MsC#2005 and Ms Server 2005, need help!!

    Hi all, I moved from .php, mysql, and Apache to Ms C# 2005 and Ms Server 2005. I want to connect my program C# to a Ms database, just like .php connect to mysql. How do I go about that, what do I need. I had installed "Ms visual C# 2005 express edition" and also "Microsoft SQL Server 2005" on my computer. What else do I need thanks Jason Hi, I try to connect to my SQLEXPRESS server 2005, and got this errors: Attempting connection [Microsoft][SQL Native Client]VIA Provider: The specified module could not be found. [Microsoft][SQL Native Client]Login timeout expired [Microsoft][SQL Native Client ...Show All

  • SQL Server visual studio team system and SSMS - anyone got the plugin to work?

    We have a large number of SPs in our databases and decided it was time to get some source control. I have VSTS team explorer installed and working in visual studio, but I cannot get the plugin for SSMS to work - it just says none in the current source control plug-in dialogue box - nothing when I drop it down either. Any ideas what I am doing wrong Found it here: http://www.vsteamsystemcentral.com/cs/blogs/applied_team_system/ ...Show All

  • Software Development for Windows Vista Activate on External Event

    I know I can accomplish this with some host plumbing, but why doesn't 'HandleExternalEvent' support an activation property like WebServiceInput I have a state machine workflow whose initial state waits for an external event to move it to the next state. Seems logical that I could make this activity 'activating' just like a WebServiceInput activity so that a workflow is automatically created when this external event comes in. Is there a way to do this without host plumbing (not that I don't know to do it with the host, just seems like the same pattern as web service input) Thoughts Actually you ...Show All

©2008 Software Development Network