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

Software Development Network >> 69er's Q&A profile

69er

Member List

holmes7899
optyler
voidlogic
peterg99
bcristian
Haitham Salah
intenion
talshac
Ffelagund
Martijn Mulder
GJGrosso
Ray Dodson
Javier.Perez
AlanBlythe
BOze
Legionaire
satishpadidem
Michael B. Price
gontran123
Ivo Leitao
Only Title

69er's Q&A profile

  • .NET Development Problems with Resource

    Hello, I want to test the new resource-feature, so I created a resx-file with some values. Now I compile it with resgen and get following .dll: Visual Studio 2005\Projects\Ressource\Ressource\bin\Debug\de-DE\Ressource.resources.dll I want to read a value to a console with following code: System.Threading.Thread.CurrentThread.CurrentUICulture = New System.Globalization.CultureInfo( "de-DE" ) Dim rm As New Resources.Resource ...Show All

  • .NET Development SignedCms + X509ChainPolicy + X509Certificate2.Verify()

    Hi. We got a smart key card that holds Private Key for signature certificate. Via the GUI of the smart card we can sign a document. How can the verifying side verify the validity of the certificate too (programatically) How could be the CA queried for the validity of the certificate Should that particular person's certificate be present in the X509Store beforehand Thanks in advance. Actually s ...Show All

  • SQL Server Wired to Wireless Connection Issues

    When using both SQL Server Management Studio and my own application to connect to my SQL Server, I can connect and retreive data without issue when on a wired connection. As soon as I unplug the wire and switch to the wireless connection I have problems. I can connect to the SQL Server without issue (in MGMT Studio and through my code). I can even return small tables, however when the table is larger (about 175 rows) I get the following error: ...Show All

  • Visual Studio 2008 (Pre-release) Next WCF CTP?

    My project is currently using the January CTP bits, and we refrained from moving to the February drop because we want to avoid the overhead of switching to every new build that comes out. March and April, however, proved to be CTP-less months, and the more work we do with the January code, the more we feel we might have to rewrite bits. We already have things we know will require reworking for February, but the more time passes, the more we'r ...Show All

  • SQL Server ReportViewer Export Mode--Local Report

    Is there a way to turn off PDF export for the ReportViewer control, while keeping the option to export to Excel Please let me know. Thanks. Unfortunately there is not. You can, however, turn off the entire export option and provide your own button to perform the Excel export, calling ReportViewer.LocalReport.Render() to get the data. ...Show All

  • Visual C++ complaint no. 3 SETUP IS AWFUL

    the setup proceedures you folks have worked out for these Express editions is absolutely awful. i appreciate the free software, (smart move to release these tools, for obvious reasons).  but i don't think its appropriate to provide such lame installation support even if you are being generous.  ms should set an example ... ease of use, transparency of installation especially, is issue 1 in good software development. there are too ...Show All

  • Windows Forms Please Wait at least 5 minutes ?

    I am attempting to run a server on our internal network. I was able to add a plant and herbivore, but everytime I try to add a carnivore I get an error telling me I must wait at least 5 minutes when adding a new species. Wel ...Show All

  • Visual Basic Form Switching

    Hello all, I know this is a real n00b question, but I was wondering if someone could advise me as to a better way of doing my form switching without creating a new instance of a form each time. I know usually you can just go Dim F as new Form2 F.Show But that creates a new instance of Form2. What I'm trying to do is to have a permanently open version of Form2 that I can access at any time. The reason I want to do this is so that I can k ...Show All

  • .NET Development EventLog.WriteEntry - static or not?

    I am using the simplest way to write to the event log: if(!EventLog.SourceExists(...)) {EventLog.CreateEventSource(...);} EventLog.WriteEntry(...); From the syntax, WriteEntry should be static, but in the documentation it is not. I am interested to find out why because this code will be called from different threads and only the static members of EventLog are thread-safe. Eventlog.WriteEntry has both static and non static members, chec ...Show All

  • Windows Forms Application Architecture

    Hi, I am in the process of developing a windows forms app. I am relatively new to winforms but have done lots of stuff in asp.net. I am currently trying to decide on a system architure for an app. I am going to use an n-tier design&nb ...Show All

  • SQL Server sql2005:Cannot use SAVE TRANSACTION within a distributed transaction

    Error returned when trying to commit the transaction to a database that is a replication distributor. (sql2005 ctp16) the error I am seeing: Msg 627, Level 16, State 0, Procedure sp_MSmerge_altertable, Line 305 Cannot use SAVE TRANSACTION within a distributed transaction. Anyone encounter transaction problem with replication Thanks. Do you have remote proc trans enabled on your server   exec sp_c ...Show All

  • SQL Server Delete remote files !!! PLEASE HELP !!!

    I wish to delete remote files on an FTP server after I download them. I want to download files daily and delete them daily after I finish downloading. I am trying to use the FTP task to do this but I get an error when it tries to delete files from specified location. It says: "Unable to delete files using FTP Connection Manager" The FTP connection manager contains the FTP connection string and password. I have unchecked the passive ...Show All

  • Visual Studio Express Editions Mouse following question

    Hi, I know GetCursorPos() is used to get the current x,y coordinates of the mouse cursor. My question is how to write program that always displays the x,y coordinate next to the mouse cursor. Is a Win32 program needed or can I actually write a console program to do it What is the easiest way to do this Thanks a lot! KL You'll have to be able to handle the Control.MouseMove event if you're writing a CLR ap ...Show All

  • Visual C# Logging Feature w/o passing a streamwriter

    I have written a program with several classes, and several methods that objects of each class performs. Now, I want to create a detailed logging feature, that will produce a single text file each time the program runs. I want to be able to add log entries from any method in any class in the program. What I don't want to do is, for each entry, open the file, write the entry, flush, and close the file. I also don't want to pass a streamwriter to ...Show All

  • Smart Device Development Compatibility issues VS2005 & VS2003

    Hi all, I have developed an application with VS2003, c#, for Pocket PC 2003 device.  It is using SQLCE and a lot of listViews and graphic toolbars.  Now I have a new Pocket with Windows Mobile 5.0, and my application doesn’t work.  I tryed to migrate it to Visual Studio 2005 but I have problems with datatypes (number to string formats) and display (my forms look smallest, button's graphics desapears). Please advice!!! ...Show All

©2008 Software Development Network

powered by phorum