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

Software Development Network >> Jassim Rahma's Q&A profile

Jassim Rahma

Member List

eddy2705
Buk usu
tnsgod831
Ben Corneau
progames25
lavez
CharlesB
JonH66
cougar91
clarkcj1
juergen.b
ondafringe
EthanS
Jamie Plenderleith
Mike Hadlow
Rahul Saxena
Garry W
Rajesh Kumar J
Medes_
sandipan
Only Title

Jassim Rahma's Q&A profile

  • SQL Server Error browsing cube data

    I was trying to browse a cube that i had created. It however tells me its unable to browse cube data. Unspecified error. When i am creating the dimension i cannot also preview the data. How can i have thes resolved Are you a new user of Analysis Services. Did you deployed your cube to Analysis Server What exactly the error you getting Edward Melomed. -- This posting is provided "AS IS" with no warranties, and confers no rights. ...Show All

  • Software Development for Windows Vista Getting the value from controls in Credential Provider

    Hi, I would like to ask how to retrieve or get the user inputted values in the controls such as textfield, password, combobox, checkbox A workaround I managed is using the set* functions like SetStringValue and monitoring the FieldID to determine the particular control and storing the pwz paramter into another variable (global). Is this really the correct way or is there a simpler way.. like maybe TextBox1.Text Also, is the WinLogon in Vista and XP still the same Are the functions like WlxDisplaySASNotice still available or in another form completely Thank you very much! Hi, you need to store the values which you receive in SetXXX functions. You should better store them in your object m ...Show All

  • Visual Studio Express Editions Unexpected end of file problem

    Im reading a tutorial at cplusplus.com and Ive got this code: #include <iostream> using namespace std; int main() { cout << "Hello world!"; return 0; } And so I go to build and then build solution because im pretty sure thats what you have to do before compiling and I got this: ------ Build started: Project: example2, Configuration: Debug Win32 ------ Compiling... example2.cpp .\example2.cpp(8) : fatal error C1010: unexpected end of file while looking for precompiled header. Did you forget to add '#include "stdafx.h"' to your source Build log was saved at "file://c:\Documents and Settings\Zach Williamson\My Documents\Visual Studio 2005\Projects\example2\example2\Debug\BuildLog.htm" ex ...Show All

  • SQL Server Evaluation Edition

    We're going to set up a demo of an Analysis and Reporting server. Does the Evaluation Edition of 2005 come with things like the BI studio, Management Studio and other client-side tools Also, does anyone know if the Eval Analysis Services is the full product (e.g. semi-additive measures, ... ) Thanks a bunch Both the eval and developer versions of SQL Server 2005 have the same functions and system that you would get if you where using the enterprise edition of SQL Server 2005. ...Show All

  • Visual C++ DLL questions with Visual Studio using C++

    I'm new to Visual Studio (I have VS 2005 Standard Edition) and I'm trying to learn how to code a DLL with some standard functions I use instead of including a cpp file into every project that needs it. Using the help I got a DLL to work with a Win32 project using __declspec ( dllexport ) and __declspec ( dllimport ). When I try a Windows Form Application I get lots of errors with the linker because of the CLR from what I can tell. I tried various things I read and could never get it to work. I decided to try my hand at a .def file and after reading up on how you write it up I have some questions. Can you export overloaded functions using a .def file From what I read I have to include extern "C" to keep C++ name mangling from ...Show All

  • .NET Development Stuck with UdpState

    Can anyone help me with a problem I'm having trying to get UdpClient.BeginReceive working I've been trying the example given on MSDN, which gives this section of code to use: public static void ReceiveCallback(IAsyncResult ar) { UdpClient u = (UdpClient)((UdpState)(ar.AsyncState)).u; IPEndPoint e = (IPEndPoint)((UdpState)(ar.AsyncState)).e; Byte[] receiveBytes = u.EndReceive(ar, ref e); string receiveString = Encoding.ASCII.GetString(receiveBytes); Console.WriteLine("Received: {0}", receiveString); messageReceived = true; } The part I am having problems understanding is the first two lines... UdpClient and IPEndPoint, more specifically the UdpState part of them. I can't find UdpState anywhere, so I came to the conc ...Show All

  • Windows Forms how to make form dragable when FormBorderStyle is set to none

    how to make form dragable/movable when FormBorderStyle is set to none, please help Hello "ssfftt"! I recommend you to test this in a empty application first... start a new project (Visual Basic) create a label paste the following code _____________________________________________________________________________________ Private Declare Function SendMessage Lib "User32" _ Alias "SendMessageA" (ByVal hWnd As Long, _ ByVal wMsg As Long, _ ByVal wParam As Long, _ lParam As Any) As Long Private Declare Sub ReleaseCapture Lib "User32" () Const WM_NCLBUTTONDOWN = &HA1 Const HTCAPTION = 2 Private Sub Label ...Show All

  • .NET Development Fatal Error 9100

    Warning: Fatal error 9100 occurred at Dec 7 2006 7:33PM. Note the error and time, and contact your system administrator. at System.Data.Common.DbDataAdapter.Update(DataRow[] dataRows, DataTableMapping tableMapping) at System.Data.Common.DbDataAdapter.Update(DataSet dataSet, String srcTable) at Spinalogic.frmClinicalAnalysis.DoSave() in C:\Spinalogic\Spinalogic 2006 09 03\frmClinicalAnalysis.vb:line 2677 Current User: xxxxx ProductName: Spinalogic Version: 1.0.2532.22729 Executable Path: C:\Program Files\Spinalogic\Workstation\Spinalogic.exe Current Culture: en-AU Machine Name: USER-D3A7CA2D03 OS Version: Microsoft Windows NT 5.0.2195.0 Environment Stack Trace: at System.Environment.GetStackTrace(Exceptio ...Show All

  • Visual Studio Express Editions Visual Studio crashes after selecting "Add Existing Item..."

    In Solution Explorer, I right click project, select Add, then Existing Item... The IDE immediately exits (crashes). A box pops up with the message "Microsoft Visual C# has encountered a problem and needs to close." and prompts me to send and error report to Microsoft. It does this every time. No answer here.. But.. I have seen the same thing with a few "something.DLL" that I added as a resource to a project I have made.. Usually, bad code in a paint... Well, at lest for me.. Frustrating ain't it! Hope it help at bit. Just a note.. Usually my problem is in user controls I do stupid code in! However, the code seemed OK in my mind at the time.. LOL.. ...Show All

  • Visual C# Where is the web site templates ?

    how can i get or load the web site templates back when i open a new Website .(File->New->WebSite ) there wasn't any web site template in "New Web Site" window . just standart c# templates . IIS was loaded . What is the problem Note: I also try "denenv /installvstemplates" ...Not working... Create a blank solution. Right click on the created solution (or an existing one), one of the options is Add. The next drop down has New Website or Existing Web site which will give you options for web services as well... This threw me for a loop for awhile myself. ...Show All

  • Visual C++ What are all the differences between MFC COM and ATL COM?

    Hi, Did anyone develop Component by using MFC library( in VC6 it is MFC ActiveX Control Wizard(output is OCX) and ATL COM Wizard(COM Component). If yes could you please provide the differences between them and pros and cons of those Anticipating ur reply eagerly, Raa Hi, As i did't find any answer i'm posting here the answers i found related to this Question: Q: What are all the differences among ATL COM and MFC COM development A:Using ATL ATL is a fast, easy way to both create a COM component in C++ and maintain a small footprint. Use ATL to create a control if you don't need all of the built-in functionality that MFC automatically provides. ATL is lean and you can develop thin components downloadable on the web. In add ...Show All

  • Windows Forms dataGridView issue

    i am using c#.net 2005. on my form, i have a databound dataGridView component for displaying patient list, the first column is "patient_id". when i click on a button, i want to find out the patient_id of selected row. please help the datagridview has a property called selectedRows. This means you can get a collection of rows that have been selected by the user and iterate through them and go through the first column and get the value. Example:   foreach(DataGridViewRow currentRow in this.theDataGridView.SelectedRows) {    MessageBox.Show(currentRow.Cells["patient_id"].Value.ToString()); }   does this help ...Show All

  • Visual Studio Team System Testing in visual studio

    I was doing load testing and when the message comes that "Load testing complete would you like to see detailed data" and when i press yes no detailed data comes.How do you get detailed data from load data store.Kindly explain and how can you represent that data in a report. The detailed data is loaded into the same load test viewer interface that you see while the load test is running. The detailed data just adds the ability to view error details for failed requests, the ability to zoom in on the graph, and several other additional analysis features. Josh ...Show All

  • Software Development for Windows Vista ASP.NET in windows sharepoint service workflow, how to set the workflow xml?

    Dear all: currently i am using asp.net for interfacing sharepoint workflow, but i don't know how to set the task form url < xml version="1.0" encoding="utf-8" > <!-- _lcid="1033" _version="12.0.3015" _dal="1" --> <!-- _LocalBinding --> <!-- Insert Workflow.xml Code Snippet here. To do this: 1) Right click on this page and select "Insert Snippet" (or press Ctrl+K, then X) 2) Select SharePoint Workflow->Workflow Template->Workflow.xml Code --> <Elements xmlns=" http://schemas.microsoft.com/sharepoint/ "> <Workflow Name="Sample: Hello World Sequential" Description="Simple workflow that creates a revi ...Show All

  • SQL Server problem with query

    Hello , Actor ANO ANAME A1 L Tree A2 D Pond A3 M Lake A4 J Worthy A5 T Gross A6 L Leaf   Movie MNO MNAME M1 Work a lot M2 Sleep too little M3 Too much fun M4 Laugh and Cry    PLAY ANO MNO Pay A1 M1 $77.00 A1 M2 $80.00 A2 M2 $93.00 A2 M3 $88.00 A2 M4 $91.00 A3 M2 $74.00 A3 M3 $89.00 A4 M2 $75.00 A4 M3 $85.00 A4 M4 $55.00 A5 M1 $50.00 A5 M4 $61.00 A6 M2 $77.00 A6 M3 ...Show All

©2008 Software Development Network