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

Software Development Network >> Amos Soma's Q&A profile

Amos Soma

Member List

Eduardo D
robhare
Young K
muntaqi
Schasta
Andy Wilson
kumarangopi
Jan Kučera
Zapp
Francisco Tavares
Awanti
anubisascends
Steve Furby
jaomello
BRS0903
dkcycovery
China Subba Rao
shido
pessi
XNA Rockstar
Only Title

Amos Soma's Q&A profile

  • Windows Forms Setting form culture

    HI When using the Thread.CurrentThread.CurrentCulture, it will change the whole program's culture. I am wondering if it is possible to set a the culture for each form separately My goal is that two separate form can run on two different languages at a time Thanks Hi, Sorry about this, but i could not understand the below scenario. Could you please explain the scenario more clearly... "I tried using just one culture but there are case where it just did not work when i tried switching the culture becuase there are subform that can be loaded from the form where the language would also have to match. " thank you, bhanu. ...Show All

  • SQL Server SQL backup (bak) fragmentation

    We backup a lot of SQL databases. The db admin uses SQL to dump the databases to a *.bak file on a network share, then we pick them up to tape. The problem is that for some reason, the backup files are MASSIVELY fragmented, which kills our backup speed to tape (via Netbackup Enterprise). If I defragment the drive (via the built-in tool on Win2K3 or PerfectDisk 8) our speed to tape more than doubles (can go from 16MB/sec to 36MB/sec). However, after the next SQL backup, the drive is completley fragmented once again (around 70%). Is there any way to improve how these files are written to disk (to keep them relatively in one piece) For some reason it appears this is a bigger issue with the SQL backup files than any other file type. Than ...Show All

  • Windows Live Developer Forums application ids

    Hi all, the page http://search.msn.com/developer does not work anymore, does it So... how to get an application id Thanks a lot! ...Show All

  • Visual Basic open unbound form and fill with data

    I have a form that has several unbound textboxes, I use it for entring new data only. I tried the below to open the form and populate the textboxes and it didnt work Private Sub Button2_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click Dim EDFRow As DataSet1.EDFRow If Me .ListBox1.SelectedItems.Count = 1 Then EDFRow = DataSet1.EDF.FindByEName( Me .ListBox1.SelectedValue.ToString) My .Forms.EmployeeSimple.ShowDialog() My .Forms.EmployeeSimple.ENameTextBox.Text = EDFRow.EName etc. didnt post all lines, but its basically the same, just different columns Exit Sub End If End Sub I tried a msgbox to return EDFROW.EName and it was the name ...Show All

  • SQL Server Assigning default aggregate function to calculated member

    Is there any way to assign a default aggregate function (e.g. SUM) to a calculated member just like we can do this with a regular measure What I need to do is assign a custom calculation in my calculated member at the lowest grain (e.g. scoped at Date.Members and Customer.Members). Everything above this should be summed by default, e.g. Sales Territory. Unfortunatelly, it is not possible to assign aggregation function to calculated members. If you need to aggregate them - you will have to do it manually with MDX. The workaround is to use regular dimension members without data instead of calculated members, and assign MDX expressions to them. ...Show All

  • Windows Forms Adding New Properties to a Datagrid Column / Extending Data Grid

    Hi all I need to create a new control extending from datagrid. And want to use this gris and its functionalities in my entire soution. I need to add a new column property to the grid. Ca any one help me to achieve this. There are example in the Windows Forms FAQ and vb-tips on how make custom datagrid columns. This tip shows how to use the custom column styles in the designer. ...Show All

  • Windows Forms Print PDF with PrintDocument Control

    Is there any way to print a PDF through a PrintDocument control Thanks Aaron Actually i am looking to print an already existing document through the ePrint LeadTools Print Driver. BUT i need to control the output name.... the only way to do that is through the PrintDocument control and set the documentname property. So I am trying to print a pdf through the PrintDocument control in .NET..... any ideas ...Show All

  • Community Chat Free or CC Toolbox icon suite

    Does anybody know of any good free and/or creative commons partial rights reserved toolbox icon suites, with icons like these: Select (basically a mouse pointer) Grab/move (a hand) Textboxes Comboboxes etc. Start at IconBuffet. Get some Free Deliveries. You can use these icons commercialy. This is the #1 place for free icon sets, that I have found so far. It's just a blog linking to freeware icons. http://www.maxpower.ca/free-icons/2006/03/05/ ...Show All

  • Visual Studio Windows Media Player

    I don't know anything about visual but everytime I start my Window media playerit opens fine then when i try to play a dvd it gives me an error saying : << AN unhandled win32 exception occurred in wmplayer.exe [3696]. Just-In-Time debugging this exception failed with the following error: No installed debugger has Just-In-Time debugging enabled. In Visual Studio, Just In Time debugging can be enabled from Tools/option/debugging/Just In time.>> Now I dont hav Visual Studio so I dont know how to fix this so I downloaded Visual Studio to see if I could do it but still can't PLEASE HELP Thank You Mike Hi All, To disable JIT dialog follow John's instructions. For the Windows Media Player crashin ...Show All

  • Visual C++ Build the release when external libraries are in the project

    I have created a activex control using ATL. This activex control uses externel libraries. When I try to compile it in the Release mode there is are errors given related to the external libraries I'm using. How can I resolve these errors. Thanks Supun ...Show All

  • Visual Studio Team System Q on conditional Rules- how to delete content of field on every CTRL+S

    Hi,   I customize my WI to have new text field caled - assignment notes, I use this field on every stage(state) The thing is that I want that in every Ctrl+S the field content will become empty (the content will be save in the history) so that in the next state I will have this field empty with <REQUIRED> attribute   There is a way to do it   I couldn’t find any trigger for Ctrl+S action.   Thanks in advance,   Shmulik.   Hi I am not sure about events/triggers. You mentioned that " I use this field on every stage(state) ". By this do you mean, everytime if the state is changed apply this If yes, ...Show All

  • SQL Server How to show continuous dimension with data?

    I'm working on a report as following using data from SSAS. I have created the cube with amount as the fact and the time range as a dimension. Shop A Time Amount 9:00 ~ 10:00 100 10:00 ~ 11:00 200 11:00 ~ 12:00 300 12:00 ~ 13:00 400 Shop B Time Amount 10:00 ~ 11:00 100 11:00 ~ 12:00 200 12:00 ~ 13:00 300 On the first column, I need to show the time series. The second column is a sales amount. The problem is if there are no sales within that period. The row will become invisible. So, I use the include empty cells in the "Data" tab. However, Shop A and B open and close at different time. If I use the include empty cells option, those non-opening hour will have a empty row. Moreov ...Show All

  • Visual C# c# and vb.NET working together

    This is what I need. I have to seperate projects. One project is c# and the other is VB.NET. I want to c# project to fire an event and then the VB.NET project should respond to that event. For some reason I can;t subscribe to me c# event. THis is what I have: In my c# code (which is the one that will fire the event) public delegate void MyDelegateEventHandler(); public static event MyDelegateEventHandler MyEventHandler; public static void OnMyEvent() { if (MyEvent != null) { MyEvent(); } } private void button1.Click(object sender, System.EventArgs e) { form1.OnMyEvent(); } Now i need my VB code to respond to MyEvent which should be a method within the VB.NET code. I am havin ...Show All

  • SQL Server How do you get the last child of a report parameter to show up as a default

    Dataset "FromTimeDimension" is a report parameter and has values (yyyymm)= 200601,200602,200603,2000604....... I would like to always have the default for this parameter to always be the latest month...ie November is the most recent month in our cube, so I would want the parameter to default to "200611". However, when I try to use the "last" function, the error says that aggregate function cannot be used. Either create a separate query/dataset that brings back just the value for the default or add a calculated member to your original query that will bring back the value of the defult as a separate column (this should show the same value for each row and then use that column as ...Show All

  • Visual Studio ONLINE MSDN FOR VISUAL EXPRESS 2005

    I restart to use Visual web dev after winter hollidays and i loose all the online help msdn but all the others communoty sites too, i receive a message : move to "exercices2.msdn.microsoft/searc/service.asmx"!!! how to change the setttings in microsoft document explorer thanks Hello jnstaub - can you provide a little more information about how you are accessing help Does this happen just by selecting Help -> Contents from the Visual Web Developer IDE for example Thanks! ...Show All

©2008 Software Development Network