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

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

Flecki

Member List

Henry_L
Stijn V
Ken Curtiss
Netix Liu
Donaldinho
liyuefu
Phil Burns
wls1973
DontBotherMeWithSpam
Jiles
C Fandango
Gurpiar Singh
AidyC
Satya SKJ
BillRP
OlgaYev
Syed Khasim
Hongtao Liao
Jalebi
pire
Only Title

Flecki's Q&A profile

  • Visual C# Weired behavior of Timer

    OK, this is driving me nuts: I'm changing the size of a form, when a button gets clicked. The actual changing is delayed by a timer... just for an nice effect. :-) This works fine the first time. When clicking another buttons, the form goes back to its original size. And clicking the first button again, it will change its size... When the first button gets clicked the second time, the form doesn't resize as smooth, as it did the first time. Seem ...Show All

  • Windows Forms Version displayed in publish.htm?

    What is displayed as "Version" in publish.htm Is it the "assembly version", the "file version", or the "publish version" The reason I ask is that I have bumped the "publish version" up twice now, from 1.0.0.0 to 1.0.0.1 and now to 1.0.0.2, and each time I publish, the resulting publish.htm file shows "1.0.0.0" as the version. The published version is displayed. Can you check the following 1. On the server w ...Show All

  • Visual Studio can't find my srcsafe.ini

    Newbie wanted to create a database here. I executed the following commands mkss d:\codes\vssdb I found no srcsafe.ini  in the \vssdb folder, so I excuted this ddconv d:\codes\vssdb Still no srcsafe.ini. Actually, the documentation says "DDnConv" but since I don't have ddnconv, I just used ddConv. Anyways, still no srcsafe. Am I in the right track here Or should I just copy the default srcsafe.ini What's wrong here ...Show All

  • Visual C# FileSystemWatcher hell... stops watching after event

    I created a FileSystemWatcher object to watch for newly created files. Once a file is created, the FileCreated() method is called through the FileWatcher event handler. Problem is, after this happens, FileWatcher doesnt seem to listen anymore. I have to create a new FileWatcher every time the event is fired and the method completes. Below is my code. This is a seperate class from the Main class. From the Main, I call this class to set up and cre ...Show All

  • Visual Basic uint64 to date conversion

    I created a class that returns the system up time. However the number it returns is a uint64 as thats what its base class returns. When i run the program it returns a value like this System Uptime = 94118 What want to do is convert this to a time and have it say something like 1 Day 22 hours 5mins and 30 seconds. However I a not sure how to do this, what does this number represent the number of seconds mins and what is a uint64 is t ...Show All

  • SQL Server SQL Reports in Intenet Explorer

    I can generate Reports and then, deploy them. But when i want to see the report in a web Browser , i only see the root Directory an nothing else But in the Example there are many Admin Tools and the new Report ! And i can’t see nothing Maybe a Security Problem Thanks for Help Are you browsing to http://machine/reports or http://machine/reportserver /reports will drop you into Report Manager. If in Repor ...Show All

  • .NET Development 'Root element is missing' on XMLDataDocument.Load

    I'm trying to append a dataset's xml to an existing xml file that was created from the first encounter with the dataset. The application is an online scholarship application form. It needs to collect student data into a single file for downloading at the end of the day. I've been beating my head against this simple problem for several days now and am out of ideas. _ds as DataSet comes from the web form. Here is the extremely simpl ...Show All

  • Visual Studio Team System Rename folder under a team project

    1- If a have a team project, can that team project host a solution directly under it 2- Can I rename folders under team project roots 3- If I can, will my local folders be renamed too Will the other people checking it out have their local folders be renamed as well 4- If no to all of the above, how can I reach this level of refactoring Thank you, Sammy Sam, 1 Yes, Once you have TeamProject, you need to do foll ...Show All

  • SQL Server SQL utilities failing when called within SQL

    Hello - Certain jobs on one of my SQL 2000 (SP3 with security patch) servers started failing last week. Nothing has changed on this server as far as I am aware. I have narrowed it down to jobs that call the SQL utilities sqlmaint.exe and isql.exe. The error message from sqlmaint.exe (which is run in a job step with " EXECUTE master.dbo.xp_sqlmaint N'-PlanID D919160A-5406-4D16-BF27-00A7DF3337BB -Rpt "F:\mssql\LOG\Backup\Transaction Log ...Show All

  • Visual Basic Help me on this error.. =[

    Cross-thread operation not valid: Control 'lstAtendimento' accessed from a thread other than the thread it was created on. lstAtendimento is my Control ListView this my code... Private Sub _socketManager_onConnectionAccept( ByVal SocketID As String ) Handles _socketManager.onConnectionAccept Dim mItem As New ListViewItem With lstAtendimento .Items.Clear() mItem = .Items.Add(New ListViewItem) mItem.SubIte ...Show All

  • SQL Server SSIS Doubts

    I am having this question in my mind from when I started using SSIS.. In a package I have an OleDB source and a flat file destination. and I hook up the source to destination in SSIS and run the package.. it works .. fine.. but internally what is done does SSIS performs BCP out But, bulk insert task is already there in BIDS then whats the difference of using this way ...Show All

  • SQL Server SQL 2000 Xtended sp's

    Trying to assign correct userids to DB Maint procs and when I attempt to display properties of procedure, I get the error message; Error 2812: Could not find stored procedure master.dbo.xp_regread The procedure xp_regread is present in other instances of the server but not the one I'm trying to configure. Is there a way to restore procedures in the master db with re-installing Hi, You can check if i ...Show All

  • Visual Basic list all User accounts

    Does any one know how to return a list of all the users accounts.     here is a link to a C# component wrapper for the windows DsObjectPicker there is a sample app written in VB that is using it. as configured in the app, it is set for picking computers. IMPORTANT!!! build the solution before you open the test form or it will error loading in the designer. if you forget and open the form ...Show All

  • Software Development for Windows Vista Object reference not set to an instance of an object

    I receive this error, when try to see the design of my workflow and if I try to execute my asp.net app, an exception with the same error is returned when tries to Start the runtime . My workflow and my app works well until I have done small update but also if delete these updates, my workflow doesn't work. My workflow is a state machine con code separation ome. At last, if I try to create a new state machine workfow project in a blank solution a ...Show All

  • Visual Studio 2008 (Pre-release) Fx + VS2005 B2 - Broken Templates

    On a freshly installed version of XP SP2, i put (in this order) Visual Studio 2005 Beta 2 Team Fx Runtime Components Sept CPT Fx SDK Spet CPT Fx Visual Studio Tools Sept CPT Inside VS2005, in either an Avalon project type or even just Windows Forms project type, when I want to add a new item to the project, the dialog box of templates only provides the option for an Inherited Form or an Inherited User Control.   Any ideas ...Show All

©2008 Software Development Network

powered by phorum