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

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

Chris_ttz

Member List

ColinGQ
Wolfgang Zerzawy
MrNielsen
Rob Zare
Ghost of Sapper
MReynolds
dream123434
Me.Chris
Moumen
Sergey Matvievskiy
Bely
Gary Schultz
MikkoL
kennydmac
bobby62
Jefke
Jcking
Daniel Moth
Paulo Vinicius
Ben628751
Only Title

Chris_ttz's Q&A profile

  • .NET Development Architecture in ASP.NET 2.0

    Hi All I have to create n-tier architecture for my new project with visual studio 2005, asp.net 2.0 and SQL 2005 Which approch to follow... 1)   making different projects for Business and Data access or 2)   add in app_code directory If i choose 1st option then can i get advantage for dynamic compiling and others which are related to app_code Thenx in Advance, David There is a hug ...Show All

  • .NET Development Registry reflection

    Hi,        I have ported my application from 32 bit to 64 bit application. Is there any consideration in registry point of view Thanks, Kishore Wani Vikram is correct.  There are 2 registry hives on Win64.  By default the bitness of your process will determine which hive you access. From a 64 bit application there are two ways to access the 32bit registry hive.  Navigating to the Wow64Node, or ...Show All

  • Windows Forms Disabling screen captures to the clipboard

    I am creating a windows forms application using VB.NET and want to prevent the users from being able to use Ctrl/Alt/Shift PrintScreen combinations to capture the data displayed on the forms. I found a way to use the ProcessKeyPreview Overrides to insert text onto the clipboard immediately after the screen is captured stating that "screen captures are disabled".  But I discovered that by opening any MS Office application, I can use the ...Show All

  • Visual Studio Express Editions Timing issue

    I would like to find out if there is a way to add a bit of time for one line of code to complete before Starting the next. I would like my textbox to display the contents of an action as in: case 4 TextBox1.Text = "My Text" ---Do Somehting here to slow the system down for about 5 seconds TheAmount = TheAmount - 50 If TheAmount <= 5000 Then MessageBox.Show("Your Amount is: " & TheAmount) End ...Show All

  • Visual Studio Team System Reduce the size of TRX files - limit logging?

    hi all, Hoping someone can advise me on how to reduce the amount of logging that is sent to the TRX file. I have a scenario where I am (trying) to test about 3500 URL's (and their dependent requests). The information that I would like to know is; 1. If the URL fails. 2. If any of the dependant requests fail. This is all the information that I need. I am finding that at about 1000 requests the logfile becomes unmanageable and VS aborts t ...Show All

  • Visual C++ Problem with decimal representation on German OS !!

    Hi, I am facing a problem which I think is very generic and I can find a prompt answer from my fellow programmers around. I am doing some calculation like: int original_scale_factor = 1; float temp = original_scale_factor / 1000.0; which if I output in a file using: fprintf(out_file, "Matrix Value [%9.7f] ", temp); dumps string like : Matrix Value [0.001] The problem arises in German OS where the same value is dumped like: Matrix ...Show All

  • Windows Forms How to populate a listview?

    Please help, i want to populate my listview from a datasource, how do i do that all i can find in the web is adding single listitems and subitems, i'd appreciate any help. and also, deleting multiple items.. thanks in advance. Just iterate through your DataSource (i.e., DataTable), and inside the loop, apply the same method you found in the web in adding ListItem (SubItem) in your ListView. As for deleting multiple items, you need to loop t ...Show All

  • Visual Studio Express Editions Using a Splash Screen??

    Hi can anyone shed some light on how the splash screen works or the best way to use it.. I want the screen to appear for a set time, then disappear after somany seconds and then display my first form. I've tried adding a sub procedure attached to form1 to call the splashscreen and then the form1 after so many seconds( using a timer variable.) I don't seem t be getting anywhere. Am I going about it the wrong way Any help would ...Show All

  • Windows Forms ArgumentException in DrawString

    I have some code which worked fine in framework 1.1 but is giving me an ArgumentException in 2.0.  The code follows: using ( Font fntDraw = new Font ( "Arial" , 16, FontStyle .Regular)) {    Rectangle rcLayout = new Rectangle (0, 0, _cpixCell, _cpixCell);     StringFormat sfmt = new StringFormat ();    sfmt.Alignment = StringAlignment .Center;    sfmt.LineAlignment ...Show All

  • Visual C# Access a SAMBA share via C#

    A search for "SAMBA" in this forum returned no results, so I am assuming that this question is not already covered somewhere else... I am trying to programmatically access a Samba share from a C# application. Is there any way to facilitate this using C#/.NET Or is the only option here to write a Win32 Shell app or dll Any guidance is appreciated... Thanks, Outsideshot Samba emulate ...Show All

  • Visual C# Set form background color

    I've created key in registry where background form color is saved (in format: ff8f8f8f, and string key is called myKey). The code which saves color in registry is: if(cd1.ShowDialog()==DialogResult.OK) { string boja= cd1.Color.Name; RegistryKey regkey; regkey=Registry.LocalMachine.OpenSubKey(@"Software\myProject\1\options",true); regkey.SetValue("myKey",boja); regkey.Close(); } What I want is, when I start my Form1 t ...Show All

  • Windows Forms correction on post : Docking a form

    Hello everyone, I am new to the C#language.  And now i am planning to work on something that’s require to dock a form to the edge of windows desktop.  Is there any quick way of doing that? I search through online resources and found this... http://www.codeproject.com/csharp/csdoesshell3.asp which is quite lengthy and can’treally understand it.  Does anyone has a suggestion for me?? many thanks..... Hello, Just notic ...Show All

  • Visual FoxPro Noob question

    Technically I don't even fall into the noob category.  I have been tasked with using foxpro for a project at work. I have zero experience with vfp.  The version we have is 9.  The only books I can find detail what is new for version 9.  is there a book out there for the absolute beginner that is still relevent to version 9   Most of the how to books I have found are for versions 3 or 5. Thanks  for any help. &n ...Show All

  • Visual Studio 2008 (Pre-release) Bubbling and Tunneling Events

    Hi, I'm running the following XAML: < Window x:Class = " Controls.Window1 " xmlns = " http://schemas.microsoft.com/winfx/2006/xaml/presentation " xmlns:x = " http://schemas.microsoft.com/winfx/2006/xaml " Title = " Controls " Height = " 300 " Width = " 300 " > < WrapPanel > < Button x:Name = " button " PreviewMouseLeft ...Show All

  • Windows Forms Richtext Box text length

    Hi there, I need to change the color of the font as soon as the character length in a richtext box is over 400. I can find out the length of the richttextbox using: int i = richTextBoxPrintCtrl1.TextLength How could I assign a different font color when 400 characters are reached Thanks a lot Chris Hi, Handle the TextChanged event of your RichTextBox, then add this code to your event handler (this ...Show All

©2008 Software Development Network

powered by phorum