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

Software Development Network >> Eng. Bajram Fejza's Q&A profile

Eng. Bajram Fejza

Member List

Yi Gao
purecharisma
Drae
NeilDiamond
Mat Wakefield
Croc1986
wolrige
Bhaskar Reddy
Johan Zietsman
caroco
pipper
xicogoes
Dr_Cuddles
Jason Mueller
Juval Lowy
satya chappidi
BJPHODGE
Nathani
Mohideen99
J-Thread
Only Title

Eng. Bajram Fejza's Q&A profile

  • Visual C++ Lost all visual style on UI controls after importing to VS2005

    Hi, all I had an old project created in VS.net 2002, (native code, c++), it builds/runs fine. After I imported it to VS 2005 B2, it lost all visual style on the UI controls, as if it were running on Win2k.. Is there a setting somewhere I can change to bring by the visual style Thx Not sure about beta 2, but in RTM add this to an include file in your project (typically stdafx.h) #pragma comment(linker,"/manifestdependency:\"type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='x86' publicKeyToken='6595b64144ccf1df' language='*'\"") ...Show All

  • SQL Server Important - INSTALLATION ISSUE RESOLVED [read all]

       Some of you may have read my thread a while back complaining about SQL Server 2005 not being able to install with some errors about assemblies installing due to admin rights or some other type of error. As this issue was a known issue I decided to do some investigation.    As I have not had this issue whilst I was @ MS FT (will rejoin after my studies hopefully) I found out the reason. Perhaps there are other resolutions to this issue too but this is my version.    I have several computers, some running WS 2003 EE, some running WS 2003 EE with SP1 installed on top and some computers running WS 2003 EE with SP ...Show All

  • SQL Server Does anyone knows how to FTP a report from Reporting Services?

    Does anyone knows how to FTP a report from Reporting Services I have several FTP sites I need to send reports to, but I cannot find a way to do it. I have tried to search the net for the answer, but I keep reading that you can FTP a report. But It does not say how. Help! thank you drey Hey Drey -- Unfortunately, there is no direct support for this "built in" to SSRS. If you are willing to invest a little time, you can implement this functionlity yourself, however. You'll need to build something called a custom delivery extension (just like we have an email delivery extension and a fileshare delivery extension "built in"). The "FTP ext ...Show All

  • Visual Studio Team System Problem with MSF Agile Process Guidance template customization

    Hello, I have tried Randy Miller's cookbook about customizing MSF for Agile SD in VSTS Beta 2 ( http://blogs.msdn.com/randymiller/archive/2005/03/17/398419.aspx ) but it is working only in the folder with the exported framework templates. When I try to return it to the VSTS via Process Template Manager, everything goes well until the showing the Process Guidance web after the successful creation of the new team project. Then I receive IE Scripting Error: Line: 667 Char: 3 Error: The download of the specified resource has failed. Code: 0 URL: http://...(project site).../Process Guidance/Supporting Files/processGuidance.htm Everything is ...Show All

  • Windows Forms MDI + external exe

    Hi can anybody give me the code so that i can load external exe's as MDI childs into my application. Also cn anybody give me code so that i can load exe's from .dlls as MDI childs into my application Thx Assuming your exe or dll is .NET.... ' MyAssembly exe or dll contains the form to be instantiated System.Reflection.Assembly asm = System.Reflection.Assembly.LoadFrom( "MyAssembly.exe" ) ' This create an instance of an Object Class, but it's castable to the proper  System.Windows.Form or custom Form Class. objClass = asmExternal.CreateInstance("Form Name") objClass.Parent = MainForm ...Show All

  • Visual Studio Express Editions Error Report for my App.

    My company created an application in Visual Studios 2005 Beta 1, but since it was expired I updated to beta 2. Now, with beta 2 it can no longer be compiled and build an .exe for my application. It was working fine in Beta 1 but when I try to compile it gives me these warnings and errors: Warning 1 Could not read state file "obj\Debug\ResolveAssemblyReference.cache". Exception has been thrown by the target of an invocation. C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets 0 0  Error 2 Type 'System.Windows.Forms.WindowsFormsApplicationBase' is not defined. C:\Documents and Set ...Show All

  • Windows Forms BackColor Property for TabControl

    Wouldn't it be nice if THIS property worked You're exactly right. I do understand that I have the option of using the paint, GDI, or graphics but the precision required to make it look good is higher than my abilities or patience. Thanks for the feedback!! ...Show All

  • Visual Studio enable to install vs 2005

    I have tried to install vs 2005 but i got the message "vs_msi.setup could not be openned" any help thank you for all   What OS are you installing on Are you installing from CD Did you get VS from MSDN ...Show All

  • Visual Basic disable network through Visual basic

    hi every one, can any one help me out with this problem. can we disconnect from network using visual basic. i want help how can we disconnect a PC from network using visual basic. thanks and  Regards vinay shetty VB has no built in method to do this, however there are some workarounds.    Microsoft includes a network utility "Net.exe" which is located in the c:\windows\system32 directory.  If you use the VB Shell() comand  shell("net.exe stop") this will stop the net access.    You may be able to use system.net.httplistener.stop if you only want to stop internet access.     ...Show All

  • SQL Server Can't connect using SqlClient after creating new database.

    Hi, I am writing a c# console application that allows you to update a database to a specified version. It does this by running a set of scripts that are listed in an xml manifest. The application also provides an option to create the database and then run scripts to update it. I have a method that reads blocks of SQL from each script and runs them using the ADO.NET classes in the SqlClient namespace. I am finding that after the application runs the script to create the database, the first time the application tries to connect to that new database the connection attempt fails. The error I receive is :- Cannot open database {db ...Show All

  • Visual Studio Team System Team project craetion failed

    I'm getting following error when creating new team project. 08.04.2005 12:35:00.212 | Module: ELeadServiceMediator | URL for eLead web service retrieved as " http://wser01:8080/bisserver/EleadWebService.asmx " from the registration service | Completion time: 0 seconds 08.04.2005 12:35:00.212 | Module: ELeadServiceMediator | eLead web service proxy constructed | Completion time: 0 seconds 08.04.2005 12:35:02.104 | Module: ELeadServiceMediator | Template Information for domain "wser01" retrieved from eLead web service | Completion time: 1,8927216 seconds 08.04.2005 12:35:11.398 | Module: Engine | Retrieved IAuthorizationService proxy | Complet ...Show All

  • .NET Development UnauthorizedAccessException thrown when Writing to a Remote Registry key

    Hi all,   I am trying to set a registry key value on a remote machine.  I can open the key and read the current value without problems.  I can also use Regedit (on my local box) to update the remote key value without problems. However, when I issue the following statement, I get an Unauthorized Access Exception thrown: ... regKey = RegistryKey.OpenRemoteBaseKey(    RegistryHive.LocalMachine, remoteName).OpenSubKey(strKeyName); // Getting the value is just fine... string strVal = ( string )regKey.GetValue(strValueName); // However, Setting it throws an exception regKey.SetValue(strValueName,strValue); ... (where ...Show All

  • Visual C# Assigning Vairbles to Zero

    I wanna input two integer and return the sum to the user...but when i assign my varibles to x and y and sum = x + y i get the error saying x and y are not assigned when i assigned them to an int type...how do i assigned them so i can input the numbers and not assigned them to a pacific number Hi, Hold that there! im not that good. My advice would be simple, know what your doing . Don't be contented with what you see, know how a thing works inside. And finally, don't be satisfied on what you already know. Its a never ending search of knowledge... cheers, Paul June A. Domag ...Show All

  • Visual Studio Team System Top VSTS+Agile intro resources

    Hello, I'm part of a small development team (10 members including business analyst, team leader and infrastructure guy). We're considering moving to Team System. We currently have a very loose, informal development process. I've been trying to catch up on Agile and methodologies in general, but there is very much information and much of it requires prior knowledge of or experience developing by methodologies. What I really need is concise introductory material explaining what Agile re-organization or restructuring is required to maximize usage of VSTS. So, what one or two concise introductory VSTS+Agile migration resources do you most highly ...Show All

  • Windows Forms Sorting a TreeView Control

    Hi All, I'm a C# newbie trying to figure out how to sort a TreeView control. I know that I can use the TreeViewNodeSorter property to specify a custom sort, but I haven't been able to find any examples showing just how to do this. My tree node text property is actually made up of two cocatenated fields, which were retrieved from a database. For example, I am retrieving the UserID and UserName fields from my database, and displaying them in my TreeView as such: UserID - UserName (1 - John Doe). What I need to be able to do is sort by either of these fields. Any help, especially code snippets, would be very much appreciated. Tha ...Show All

©2008 Software Development Network