Software Development Network Logo
  • .NET Development
  • Smart Devicet
  • IE Development
  • Visual C#
  • Windows Vista
  • Visual Studio
  • Audio and Video
  • SQL Server
  • Visual Basic
  • Visual FoxPro
  • Windows Forms
  • Visual C++
  • VS Team System
  • Microsoft ISV
  • Game Technologies

Software Development Network >> Sina Hakami's Q&A profile

Sina Hakami

Member List

bijuintouch
Wellnow
Manojit Paul
createdbyx
ctsand
slimjen1
Leo Ng
jchurch
richmlpdx
BlueBeetle
MatteusX
fmorales
yabing
martok
Derek Comingore
Medes_
Justin Patterson
Michael Herman - Parallelspace
Pradeep Gupta
Ofer Gal
Only Title

Sina Hakami's Q&A profile

  • Visual Studio Tools for Office Microsoft Office Projects Not Viewable

    Hi all I want to create project using C# that targets MS office Word. To accomplish this i have installed VSTO 2005 in my system. My system configuration is Windows XP SP 2 MS Office 2003 Professional SP 2 VS 2005 .Net Framework 2.0 I have also installed PIA redistributable package and office runtime. But the problem is that Microsoft Office 2005 Projects Folder aren't viewable in Project Types. I also tried VSTO 2005 client troubleshooter and the analysis report shows no warnings except that DisableDocumentAssemblies Policy Status Disabled  and Office Application Configuration Files No configuration files were found Please give some response as soon as possi ...Show All

  • SharePoint Products and Technologies Customizing the default Navigation bar

    I would like to customize the default navigation bar. Is there a way to use images instead of the default buttons Or would it just be easier to add styles in the style sheet The one at the top of the page. It lists all your top level sitese. I would like to customize that one with either images or custom colors. ...Show All

  • Visual Studio 2008 (Pre-release) Meta data exchange with indigo webservice

    Hi, How can i exchange the metadata with the indigo service. Does WCF provide any particular facility for that Juval team wrote these samples,check these samples also http://idesign.net/idesign/DesktopDefault.aspx tabindex=-1&tabid=19&download=158 http://idesign.net/idesign/DesktopDefault.aspx tabindex=-1&tabid=19&download=209 ...Show All

  • Visual Studio Writing Windows Service using a DLL with VS8 - System.IO.FileLoadException

    I am writing a windows service in Visual Studio 2005. The onstart function will call some commands that run native code with a DLL. Everything builds and compiles. I had to use CLR and not CLR pure. When I try to install the windows service I get the following error: Microsoft (R) .NET Framework Installation utility Version 2.0.50727.42 Exception occurred while initializing the installation: System.IO.FileLoadException: Attempt to load an unverifiable executable with fix ups (IAT with more than 2 sections or a TLS section.) (Exception from HRESULT: 0x80131019). You would have got the Exception while using InstallUtil.exe... Try to use the following command for your installation... "servic ...Show All

  • Windows Forms Year calendar control to select months

    I was rathered surprised I could not easily find a control that displayed an annual view to allow users to select time periods by _month_, rather than specific day dates. The regular DateTimePicker or Infragistics UltraCalendarCombo just extend off the regular month view showing specific days, and there is no mode out of that granular a selection. Has anybody seen a higher-level time control to let users just select month/year periods thanks We simply just use a Two ComboBoxes . You could put this into a Usercontrol in itself. But it is then very simple for the use to select a month and year. James ...Show All

  • Visual FoxPro VFP7 COM+ error while calling from ASP.Net 2.0 on IIS6

    Hi, I have an ASP.Net 2.0 application which interop with VFP7 COM+ (using DCOM). It was running fine on IIS5, WIndows 2000. Recently I migrated the server to Win2003 and IIS6 is running on native mode, and I couldn't get the COM+ running, below is the information and hope someone here could help: 1. If the application pool identify set to 'Network Service', I can't even create the COM+ object in the ASP page even though I have granted the 'Network Service' account with neccessary NTFS folder permission. 2. If I change the identify to let say Local System or Administrator, I have no problem to create the COM+ object in ASP page, and VFP codes in the OLEPUBLIC class Init event has actually being processed as well (for example I put a Create ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. space on Storage device

    how mucth space can we use on the xbox360 using Storage device if i make game say 270 mb and can i save on the harddisk and if my frend is a member of the creator club can i save on a memory card and go over to my frend on his xbox360 and play the game ...Show All

  • .NET Development uploading file to Apache

    I try try { client.UploadData( http://www.myapacheserver.com/myuploadfolder , UploadImage); } catch ( WebException Ex) { MessageBox .Show(Ex.Message); } The UploadImage pass in data correctly. But somehow, it doesn't create any image on the apache server. Any idea Regards, Leo Sadly there's no exception thrown. =( It just not appear on my server. When I check server error log it said "An unknown filter was not added:PHP" though. ...Show All

  • Gadgets control of client web window

    I am using a web access to a terminal server. The initial window start second browser window of a certain size and starts my software on the terminal server host. I want to software to programatically force the client browser window to the front at certain times. Is there a method to accomplish this Thanks Ric ...Show All

  • Windows Forms SendToBack control

    Hi Within the designer - how can I use sendtoback feature for controls used, any help would be great. thanks Kish_UNI wrote: Hi Within the designer - how can I use sendtoback feature for controls used, any help would be great. thanks what do you mean it is used to alter the child control collection indices. mainly to alter the order of the docking ...Show All

  • .NET Development Random number generator

    hello everyone :) can someone please explain how to generate a random number between 0 and 1 in ms visual studio 2005 i tryed something like... Random^ x = gcnew Random(); x->Next(0,1); and then, to see if it works i tryed Show:Messagebox(x->ToString(), .........) but it doesnt seem to be working....., any ideas :/ (sorry if this is in a wrong subforum) You may want to try posting this kind of question to the .NET Base Class Library Forum at http://forums.microsoft.com/MSDN/ShowForum.aspx ForumID=39&SiteID=1 . Regards, Paul Cornell Documentation Manager Microsoft Visual Studio, Microsoft Visual Studio SDK Microsoft Developer Division User Education --- ...Show All

  • SQL Server Errors processing SSAS 2005

    Hi, I am receiving the following error when i try to deploy project. Error 1 The following system error occurred: . AS 2005 SP1 Windows Server 2003 Ent. SP1 This could be very much as a result of your computer becoming domaing controller. Can you connect to Anlaysis Server from SQL Management Studio Try deleting everything from the data folder and restarting Analysis Server. This cause you to loose all of your databases, make sure you have you projects saved so you can re-create databases again . If that doesnt help, the only solution I see is to try and re-install Analysis Services. Edward. -- This posting is provided "AS IS" with no warranties, and confers no ...Show All

  • SQL Server dimension design

    In my telco cube, I want to analyze usage. Eg how much sms's a subscriber has sent. The fact table is completely denormalized and has lots of columns with different types of usage. For example, following columns occur: MO_VOI_PEAK MO_VOI_OFFPEAK MO_VOI_WEEK MO_VOI_WEEKEND Now the sum of these fields overlap. Evenings during the week are also offpeak... This is only an example. Different categories occur for different products, like voice, sms, mms and so on. And not all categories apply to all products. Eg, mms does not have the peak and offpeak distinction. Is it possible to put this into one dimension, without aggregating double I have already normalised the fact table, meaning tha ...Show All

  • Visual Studio 2008 (Pre-release) DragSource_PreviewMouseLeftButtonDown seems to stop my GridViewColumnHeader.Click from firing on listview

    I added Pavan's drag and drop classes to drag from a listview to a canvas. I had to modify the generic event a bit to make it work for listviews. Now I am trying to add column sorting to my listview using the example that came with the SDK. My listview sorting only works when I take the drag/drop functionality out. It seems like that functionality is blocking the click event from happening. Any ideas static void DragSource_PreviewMouseLeftButtonDown( object sender, MouseButtonEventArgs e) { // Make this the new drag source IDragSourceAdvisor advisor = GetDragSourceAdvisor(sender as DependencyObject ); if (advisor.IsDraggable(e.Source as UIElement ) == false ) return ; ListView lv = (( ListView )(e.S ...Show All

  • Software Development for Windows Vista WF Technology Directions

    Can anyone point to reference material about the future road map for WF technolgies It's never to early to look ahead . I'm especially interested in future designer plans. I am wondering if Microsoft or other companies are in the works to produce custom designer applications, such as possible Visio plug-in, which is tailored more towards business analyst user role and will strictly produce XAML. Windows Workflow Foundation (WF) as well as designers therefor, such as the Visual Studio 2005 Extensions for Windows Workflow Foundation, will surely continue to evolve. There is currently no reference material available regarding what such future evolutions would contain.  Visio integration ...Show All

©2008 Software Development Network