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

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

yestee

Member List

Branimir Giurov
Sumitl
my name is KN
Eric1971
Albsalgado
Romstyle
MJacobsen
SM_G
brigitte64186
vijaytooly
ta128
DerPhilipp
ServiceDVD.it
Jermyh
Ryan Kelley
vapkse
Sean Fowler
Ole Martin Brynildsen
Jeremy Tinkler
pteal
Only Title

yestee's Q&A profile

  • Visual FoxPro _screen.ContinuousScroll problem

    I noticed this problem just this morning after spending many hundred hours debugging my app for the past few months when everything worked just fine. This is the setup which is hardly unusual. There is a function in a prg file and a Click method that calls it. There are a couple of print statements like: "coimng out of the function: "+numeric_id and such in the function(s) and one in the Click method. All output is character s ...Show All

  • Visual Studio 2008 (Pre-release) Positioning elements generated by a data template on a Grid or Canvas

    I'm trying to use an XML data source and a data template to generate some TextBlock elements from this data and present them using an ItemsControl. The TextBlocks are generated correctly, but I can't figure out how to position them on a Grid or Canvas panel. It seems the attached properties (Grid.Column, Grid.Row, Canvas.Left, etc) that I define on the TextBlocks are somehow ignored. This is the XAML code I'm using: <StackPanel xmlns="http ...Show All

  • Visual Basic skins

    Do you guys know some sites where I can get custom skins for vb.net and how to use them Do you mean skins for VB itself, or for your apps Either way, I don't think they exist. To do skinning, you need to write the code yourself. WPF will allow some skinning through XAML, which will be easier, but you'll still need to do it yourself. ...Show All

  • Visual Studio 2008 (Pre-release) Expression Trees

    When creating an expression tree, the current Linq release requires me to explicitly state what the type of the expression is: Expression<Func<int,int,int>> expr = (x,y) => x + y; I cant even seem to be able to use type inference here: void GetExpression<T>(Expression<T> expr) { Console.WriteLine(typeof(T)); } GetExpression((x,y) => x+y); // error Do we think that the type inference is going to get better i ...Show All

  • Windows Forms Clean shutdown of app

    Hi, I am trying not to allow user to run 2 instances of the same application. I am handling it like this   If Process.GetProcessesByName(Process.GetCurrentProcess.ProcessName).Length > 1 Then             MessageBox.Show("Another Instance of Application is already running", "Multiple Instances Forbidden", MessageBoxButtons.OK, MessageBoxIcon.Warning) Now, I cant seem to shut ...Show All

  • .NET Development Access to a smartcard private key

    Hi all, I'm trying to access a private key (X509 certificate) stored in a smartcard (Gemplus GemSAFE Card CSP), but i always get the same error: System.Security.Cryptography.CryptographicException: Hay mas datos disponibles. (In english, "More info is available") at System.Security.Cryptography.CryptographicException.ThrowCryptogaphicException(Int32 hr) at System.Security.Cryptography.Utils._GetKeyParameter(SafeKeyHandle hKey, UInt3 ...Show All

  • SQL Server Data Encryption

    Hi, We need to set up a data export process from a SQL DB. The output (be it XML, Text Files or whatever) needs to be encrypted before it is FTPd somewhere. Is there support for encrption in SSIS How / where in the package designer would you achive this Thanks in advance. Martin I've been working on an encryption transform actually. We're waiting to get everything in place from corp to release it. ...Show All

  • Visual Studio Express Editions Where exactly is MSDN Express Library?

    Does anyone know the link for the MSDN Express Library  I downloaded all the VS and SQL express editions but I can't seem to find where we're supposed to be dowloading the documentation. The Express home page mentions "optional components like the MSDN Express Library" but doesn't have a link to where we could download it. http://msdn.microsoft.com/vstudio/express/ The MSDN Express is part of t ...Show All

  • Windows Forms Exceptions seem disappear during the runtime of the application

    Hi, I've had two cases in which exceptions were thrown but instead of the error message which usually comes up (that also shows the stack trace), nothing happened.  In one case the exception was thrown in a thead (which was not the intial thead ...Show All

  • Visual Studio cant display some field values of database tables dynamically in report

    hi , i have 3 tables : HASTA, MUAYENE, ISLEMLER and i want to show 6 field values in the report totally, 4 from HASTA 1 from MUAYENE and 1 from ISLEMLER . HASTA and MUAYENE are connected through the key HASTA_NO . ISLEMLER and MUAYENE are connected through the key ISLEM_NO . The problem is i cant display the field values in the report..i tried to do the same of an example i followed but it didnt work out. Here is the code i wrote : Private Sub R ...Show All

  • Windows Forms undesired movement of controls on a usercontrol

    hallo, I have a selfmade control, onto which some other controls like buttons are put. Now, I have the problem that, if I resize the window where my own control is on, and it (anchored) also resizes, the controls on it move along with the  ...Show All

  • Visual C++ Memory error in loading DLL

    Hi All, I have a program that reads DLL libraries but it fails with error code 1001 (i.e. Recursion too deep; the stack overflowed.). When I trace the program in debug mode of Visual Studio 2003, the exception is raised and the detail is shown as below. First-chance exception at 0x00359439 (msvcr71d.dll) in iChannelGateway.exe: 0xC0000005: Access violation writing location 0x00030ffc. The program breaks at the function _malloc_dbg() in ...Show All

  • Visual Basic Number Only Input

    First of all, Sorry of this is a really simple question. I'm a bit of a noob. Is there anyway to make an input box that will only allow the input of numeric characters Thanks in advance. EDIT: The following code was taken straight out of help and was used to allow only numbers to be entered into a textbox.     ' Boolean flag used to determine when a character other than a number is entered.     Private ...Show All

  • SQL Server Stuck between "Failed to generate user instance" and "An attempt to attach...failed"

    I wrote an application using Visual Studio 2005 beta 2 which uses a SQL Express .mdf file, included in the project, for the database.  After installing Visual Studio 2005 RC and the SQL Express that comes with it (I followed all of the uninstall instructions first) I can no longer add a SQL Express database to any of my projects, nor can I open the SQL Express database in my original project.  When I try either of these tasks, I get th ...Show All

  • Visual Basic Cursor where I want?

    When Button3 on Form1 is pressed, some text is displayed to RichTextBox1. Then, I use RichTextBox1.Focus() to put Focus to RichTextBox1. But, then the cursor becomes located at the beginning of RichTextBox1. I want it to be located right after where the text is displayed in RichTextBox1 after pressing Button3. A TextBox has a selectionstart property which also works to position the cursor. You could do tb.Se ...Show All

©2008 Software Development Network

powered by phorum