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

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

Niclas

Member List

EvanMinger
g0nzo
BlackMan890
De los Palotes Juan
TetsuKaben
Nibbla
Calvin Willman
cojimar
Michael Mullen
kilroytrout
Steve Wright
yysun
Julian Jelfs
Leon Katsnelson
Tomcat68
Ryan Frazier - MSFT
J Kenyon
Qixxin
Chippen
Ian Thomas
Only Title

Niclas's Q&A profile

  • Visual Studio Express Editions How to turn off redrawing?

    Hi! I would like to turn of redrawing of richtextbox while procesing text inside it. I have found one solution, but I can't get it to work. c od e: SendMessage( new HandleRef( this, Handle ), WM_SETREDRAW, 0, 0 ); Error Message I get: The name 'SendMessage' does not exist in the current context Perhaps I misunderstand. Can't you just use SuspendLayout while you're processing the text and then ResumeLayout when you're finished ...Show All

  • Visual Basic VB6 and VB2005 Express

    Thanks to an incomplete download of Service Pack 2 , My Sony Vaio locked up during the "direct installation" (never again...downloads only!) and then was stuck in an endless loop from the Sony screen to the Windows screen), I lost my VB. I had copied my Product Key info to my hard drive (yes, the one I had to reformat), so (live and learn) I have no Product Key info. How can I find out my Product Key info so that I can reload VB6 I also downloaded and installed VB2005 Express. How do you create an "EXE" file with it Is "Publish" in VB2005 the same as creating an EXE Hi, In addition to t ...Show All

  • Visual Studio Express Editions Transfering Data Between Forms

    Hello everyone. To give you a clear picture, I have 2 forms; Form 1: Main Page Form 2: MonthCalendar I want to get the start date of MonthCalendar1 of Form 2 into Label25 of Form 1. I already have the following in Form 2: PBStartDate.Text = MonthCalendar1.SelectionRange.Start.ToShortDateString What is the code needed in form 1 Thanks All hi, to pass variables between forms you have many choices 1) make a shared class to declair your variables and it will be visible to all your forms and classes 2) make a shared field in form1 that you can read from form2 3) have a properties ...Show All

  • SQL Server Report task?

    Hello, I'm not sure if this one should be in this forum. Anyway... I need to build some reports in MS Word format. Is there are any way to do that It can probably can be done in Reporting Services, but how I can merge these two tools in one project (solution) for example Thanks. Seems too complicated and there is definately lack of info how to do that on practice. But thanks anyway.  ...Show All

  • Visual Studio Express Editions Slide

    I am lefthanded and want to have toolbox, properties, eg, to be shown on the right side of my screen, I did try to drag it there, but I cannot get it to slide on the right side, at this stage, ever thing is on the left side of the screen I have just adjusted mine to the left, when you grab the toolbar or solution exp, an icon appears in the centre and to the sides where you can attach it to the different positions. ...Show All

  • Visual Studio I can't install Visual Studio2005

    Here are my specs Intel P4 2.88 GHz, 512MB RAM, 80GB HDD, 256MB VideoCard, WinXP ProSP2, I freshed installed WinXP sp2, if I install VS2005 I get the error "Suite Integration Toolkit error", Please help. i need visual stdio2005setup to instal it in my poste please send me it ...Show All

  • Visual Basic Page Not found error when i open a web page from windows application using SHDocVw.InternetExplorerClass

    Hi, I have a windows form. In that i am opening a web page using below code. Dim o As Object = Nothing Dim ie As New SHDocVw.InternetExplorerClass Dim wb As IWebBrowserApp = CType (ie, IWebBrowserApp) wb.Visible = True wb.Navigate(url, "PDSReports", o, o, o) it opens a new page correctly with the url i specified when my OS is XP. when i use the same code in windows server 2003, i get an error saying page not found. if i copy the same url and paste it in a new browser window then it works fine. when i use above code in windows 2003 server, do i need to specify any special configuration settin ...Show All

  • Microsoft ISV Community Center Forums Access Form "INSERT INTO" not working

    Let me preface this by first of all saying I haven't done much VB in several years. However, the current project I'm working on at work I'm having to create an application in Access using VBA. It's just a prototype so that management can see that the process will work, but I'm having trouble with one section. Essentially I have a form with one text box on it that when the user clicks the button it will add whatever the user typed in along with a time and date stamp into the Access database. The current code I've just been testing with is: CurrentDb.Execute "INSERT INTO Status ('empid', 'monitor_id') VALUES ('111111', 'test');" ...Show All

  • SQL Server How to disable Export

    Hello, I am making a web application and I will show reports with the reportviewer, however the user can manage some parameters of the applicacion, the administrator can decide if he wants to allow the user to export or not export to PDF or XLS. Anyway, I want to enable or disable those options in the reportview dinamically! Is that possible I am going to take a guess based on 2 things you have said: "export to PDF or XLS". You don't mention other formats. "If I use Object o = info.GetValue(extension), then the object o is not null. " Is this an RDLC, not an RDL In which case what exactly is deco ...Show All

  • SQL Server Speed up calculation time?

    CDI= case when A+ B- (C+ D)<0 then 0 else A+ B- (C+ D) end; if CDI is not the first case, the sql query have to recalculate A + B - (C + D) again, which means two time calculation...which means consuming extra cpu time and power, anyway to simplify the code Try this: select CDI = case when Eq <0 then 0 else Eq end from (select A+ B- (C+ D) As Eq from <Table>) ...Show All

  • SQL Server silent unpack of

    Hello, The need is to redistribute and install SQL Express in the silent mode. Looks like the current license does not allow to redistribute SQL Express in a way other than self-unpacking archive (we need sqlexpr_adv.exe). It seems that the way to do it is: 1. Unpack this archive in the silent mode to the default temp directory, without any dialogs popping up. 2. Proceed with the installation of the unpacked files in the silent mode. No prob with 2), but we don’t really know how to deal with 1). Is there any way to get a full list of command-line parameters for sqlexpr_adv.exe, including the parameter for the silent unpack ...Show All

  • Visual Studio Express Editions Outlook Team Calendar Application V 2.2

    I recently installed Outlook Team Calendar Application V 2.2. It works really well - but one calendar is causing errors. "Error occured accessing an appointment Unknown Error". It is only happening on one of the team calendars and if I delete that calendar it works perfectly. When I readd that calendar - the errors start again. Any ideas ...Show All

  • Visual Studio Adding a folder to a database project from code?

    I know that database projects is "unmodeled" and only supports minimal features. Does anyone know how to add new folder from an addin ( modifying the .dbp file directly produces a "project has changed on disk" and thats kind of ugly) /Andreas Not all project types have an automation model, including the database project type. Because there is not an automation model on the database project, there is no way to programmatially modify an database project. Craig ...Show All

  • Visual Basic SQL does not allow remote connections-Error 40 Problem

    Hello, In the MSDN site ( http://msdn2.microsoft.com/en-us/library/2f8abfew(VS.80).aspx ) there is a sample code to teach Stored Procedures in SQL Server. But it doesn't run. When one clicks on the Create Sprocs button one gets the following error message: "An error occured while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL does not allow remote connections. (provider:Named Pipes Provider, error: 40- Could not open a connection to SQL server)" (I wish MS allowed one to copy error messages from msgboxes!) On this for ...Show All

  • .NET Development How can I open a file on a remote machine?

    I am using Visual Studio on Win-XP Pro and I am trying to read a .txt or a binary file... I have:         private void TextFromFile()         {             string FILE_NAME = "MyFile.txt";             if (!File.Exists(FILE_NAME))                 {                 Console.WriteLine("{0} does not exist!", FILE_NAME);               ...Show All

©2008 Software Development Network