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

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

Jademobile

Member List

Markmar11
Fille
hrvat
Frans Vander Meiren
Sweeps78
Crazy Engineer Kid
JLesch
meighlough
sbuster
AG Hunzian
James_Steven
Amit Patankar
daniel mark
tbothan
Stormin Norman
Yeshia
h1
Bob_Sullivan
WidgetWorking
Matt Tolhurst
Only Title

Jademobile's Q&A profile

  • Windows Forms Accessing the value of a a DataRowView from a ListBox (How)?

    I'm trying to use a form with a ListBox to select from and populate another ListBox depending upon the selection in the first. The first is populated by a query to a project resident .mdb file. I'm running into a problem when it comes to figuring out the value of the item selected in the ListBox. I can see that the object selected upon the firing of the SelectedIndexChanged event is of type System.Data.DataRowView, but try as I may, I cannot figure out how to get access to the actual values ( strings " Core" and "Special" in this case). Am I missing a necessary cast somewhere, or is it just a property or method that I missed Am I trying to use something entirely wrong for the situation Any help would be greatly apprec ...Show All

  • Windows Forms Inverse of GraphicPath.Warp() ?

    I have a bitmap, within the bitmap I have four points that represent a perspective area. I need to extract that polygon and map it to a rectangle. GraphicPath.Warp() will take a rectangle and map it to a perspective area, but I need to do this process in reverse. Any ideas Thanks! ...Show All

  • .NET Development PNG transparency being clipped

    I have an application that allows a user to position a graphic on a surface. Once the graphic is positioned, it is saved as a PNG that is set to a certain size. The image is always saved as the same size, so that the image will have different amounts of transparency, depending on how large the sub-image is. Later on the image will be reloaded and positioned at a known point, and the transparency will provide padding to make sure that the sub-image is in the right place. Make sense My problem is that when I load an image from a database, like this: primaryImage = Drawing.Image.FromStream( New IO.MemoryStream( DirectCast (primaryImageData( "ImageData" ), Byte ()))) It somehow comes out with all of the transparency cli ...Show All

  • Smart Device Development bitmap to char*

    Hello, i m newbie i have got the IBitmapImage * but i want to convert it to image is there any method that convert ibi* to butter* or directly convert bitmap to image how i do it help me ASAP any stuff u know API ,articles,Forum etc imf->CreateImageFromFile(L "\\My Documents\\My Pictures\\PixSense.jpg" ,&img); imf->CreateBitmapFromImage(img,0,0,PixelFormat24bppRGB,InterpolationHintDefault,&ibi); Thanks in advance Regards Salman First of all, you've got to learn not to finish your every post with "help me ASAP". We are not here for your convenience. Using capital letters and punctuation also helps. Regarding your question - you already have IIm ...Show All

  • SQL Server SQL 2005 Express and Visual Studio 2003 - Connecting

    I have Visual Studio 2003 and had used it successfully with MSDE. I recently upgraded to SQL 2005 Express and cannot seem to connect to the SQL server. it appears in the list of servers on localhost, but when I try to create a new database it tells me that it "cannot create databases on this server." It will not even open up any existing databases. I have .NET 2.0 installed. I uninstalled SQL and reinstalled it, but nothing seems to help. I feel I must be missing something, but do not know what. I no longer have the MSDE installation files, so I hope I can get Studio to talk to SQL Express. Any help is appreciated. Further checking in the services list showed that SQLEXPRESS was fro ...Show All

  • Visual Studio Team System Project/TFS Integration issue - please help

    Ok, this is my last effort before opening a ticket with Microsoft and spending the rest of my life on the phone with them. I have Project Server setup, and I have it receiving its data from TFS. The data is replicating between the 2, etc. Here is the problem. When I click "Refresh" on the Team plugin for project a couple times, the data will change. Here is an example: I have a work item with Actual (Completed) Work set to 8 hours. This shows in TFS. Refreshing it in project shows the 8 hours fine. However, if I refresh again it changes it bakc to 0. Clicking refresh 2 more times sets it back to 8, hitting it again makes it go back. This happens with most of the work items, and I cant for the life of me figure out what it is. ...Show All

  • SQL Server How service broker queues can be mirrored?

    Hi, I want to know that how is it possible to achieve mirroring for the service broker queues in the database Since mirroring mirrors the entire database and queues, services, contracts, message types etc are all entirely contained within the database, the queues are mirrored too when a database is mirrored. Note that in order to reach a service (and a queue) hosted in a mirrored database, a mirrored route must be used, as described here: http://msdn2.microsoft.com/en-us/library/ms166052.aspx HTH, ~ Remus ...Show All

  • Visual Studio Express Editions Special Problem: Running VB Application on two Screens!

    Hello there.. You are my last chance. Nobody I asked for this topic was able to help me. I wrote an application in Visual Studio Express in VB.Net. Everything works fine. Now I want the application to work on two screens of my dual head graphic card. On one screen there should the GUI of the application, on the other one there should be a full screen Bitmap. The Application: The second output is connected to a projector. When pressing buttons on the GUI (which must not be visible on the projector!) the bitmap should change. Do you have any suggestions how two realize my plan Maybe it's so simple, that it's too simple and I do net get it:) Thank you very much!! Greetings from Germany, Carsten ...Show All

  • Visual C++ Hiding component in an assembly

    How can I hide a component in an assembly so that when I add my assembly to the Visual Studio's Toolbox, the component is not added to the Toolbox Try using the [ToolboxItem(false)] attribute on the base class, [ToolboxItem(true)] attribute on the derived class. It worked in VB, didn't try it in C++ ...Show All

  • Software Development for Windows Vista getting started: ideas for workflow in my content mgt app

    Can someone please offer me a architectural guidance/overview of how to use Windows workflow in the following scenario. I'm starting from a clueless point, so, any elementary guidance/samples to start from would be great. My (new) WCF web service will host the workflow runtime. Web requests will be requests that move a particular workflow, fetch available next states and events, get status on current state. Below are some super simplified examples: //this adds the document and binds to a preexisting workflow, and transitions AddDocument( newDocument, workflowID, "Ready") //this gets stages and events available for the document GetDocumentNextStages( documentID) GetDocumentNextEvents( document ...Show All

  • SQL Server Row count validation between source flat file to target database table

    Hi all, I am new in SSIS. Anyone know how to valify number of record that I load from csv file to SQL database table For example, the source file call product.csv and target table in database named DSS table name PRODUCT. I load data from flat file to table then I need verification if count between source and target not match send e-mail to me. Thanks. Grace After your data-flow you should put a Send Mail task. Use a conditional precedence constraint to check the values, if they are different, fire the Send mail Task. If you want to know more about conditional precedence constraints - go here: http://www.sqlis.com/default.aspx 306 I don't think its necassary though. Your data-fl ...Show All

  • Windows Live Developer Forums Pushpin Onclick Event?

    Hi has anyone managed to handle the on click event of a push pin yet because i cant find any events for such a thing You can tell something happens because (in IE at least) you can hear the normal "tick" noise just like when you click a link, when you click on a pushpin, I need to be able to handle this even so I can action the users click on the pushpin cptscottie wrote: I've attempted to implement the div during the onmouseovercallback but when I render it on the map, it does not stay above my pin, instead when I pan, the div also pans. Would you mind providing a snippet of code that explains what exactly you've done I've got a div 'transpin' setup with no content. When ...Show All

  • .NET Development Acessing an Excel Sheet from a .Net web application

    I have a requirement where i need to import Excel data into a web application. The catch is I don't know in what format the data is i.e. either the columns can represent fields or the row represents fields. In case the column represents fields I can access the data. However in case the rows represents fields I am unable to do so. Any idea how I can handle a situaltion like this The difference lies in the orientation of the fields of the table in the excel sheets. The excel will be provided to the web application by the end user and there is no definite format of the same. As such all possibilities have to be considered. ...Show All

  • SQL Server missing credentials

    Hi evebody of the community!! I have a ReportViewer showing a report correctly showing some cities grouped by states. When I click on a city, it should jump to another report sending the city code as parameter. When I click, he retorns me the following error: "One or more DataSources is missing credentials". Does anyone know why this is happening I’m using a shared datasource. I’m working with visual studio 2003, developing my reports with reporting services 2000, and deploying it to a reporting services 2005 server. Best regards, Pedro Discovered something else that is very strange, you change the value of the parameter, you get the error, you hit the back button, and you c ...Show All

  • Visual Basic system is idle or no input from user

    in my application i need to know if the system is idle for more than 5 min my requirement is if the application which i am developing is now open on desktop and if the user of this application dose not give any input to the system for moure than 5 min it should open a dialog which promt the user to input the reason for the idleness  [SJW: Merged Thread  -please do not multipost] Have you investigated the System.Windows.Forms.Application.Idle event It's not system wide but reports whenever you application is about to enter the idle state. You should be able to attach a handler to it (AddHandler) in your application and perhaps glean the information you are seeking Any use Richard ...Show All

©2008 Software Development Network