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

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

joeydj

Member List

MattyN
MagicM
Claudiu Chiorean
The Eagle
ITAQ
xRuntime
Axe22
LouisPeter
YCDC.CN
DD_Helmetman
jport
lum1nos1ty
Jawad Naeem
Predator14567
JimElNino
Michael Hansen
A.F.B
Corby111
IB00
Forscius
Only Title

joeydj's Q&A profile

  • Visual Studio 2008 (Pre-release) Drag and drop ListViewItems to another UIElement(Canvas).

    Does anyone have a good example on how to accomplish this I have a tried an fews things with no success and haven't been able to find any good examples. Using this example, how do you specify the ListViewItem as the SourceAdvisor The following obviously won't work because I am not actually dragging the listview. <ListView local:DragDropManager.DragSourceAdvisor="{StaticResource sourceAdvisor1}" x:Name="TaskListView" ItemsSource="{Binding Source={StaticResource SelectedTreeNodeTasks}, XPath=project_task}"> <ListView.View> <GridView> </GridView> </ListView.View> </ListView> ...Show All

  • Visual Studio Express Editions Join function with array of Objects

    Help lists the declaration of the Join Function as Function Join( ByVal SourceArray () As { Object | String }, Optional ByVal Delimiter As String = " " ) As String It does not describe what happens if SourceArray is an array of objects rather than strings, but I assumed that it would use ToString to convert each Object to a String and then join them using Delimiter. However when I try to use Join to convert an array of IpAddress Objects to a string like this: Dim dnsAddresses() as IpAddress dnsAddresses = Dns.GetHostEntry("AComputerName").AddressList Dim Adrs As String = Join(dnsAddresses, ", ") the Join function gets an "Argument 'SourceArray' cannot be converted to type 'String'& ...Show All

  • .NET Development FTPWebRequest & SSL

    Hi, I'm trying to do FTP over SSL (Explicit). When i try to access the Response like this response = (FtpWebResponse)request.GetResponse(); I'm getting the error Remote certificate was verified as invalid by the user. I'm able to login to the same ftp server & list the directory without using the SSL but when I use SSL i'm getting the error. I'm adding part of the tracing log file containing the error. Can anyone tell me how to fix the error Thanks Mohan System.Net Information: 0 : [2512] SecureChannel#50510248 - Remote certificate has errors: System.Net Information: 0 : [2512] SecureChannel#50510248 - A certificate chain processed correctly, but terminated in a root certificate which is not trusted by the trust provid ...Show All

  • Windows Live Developer Forums Two issues: AttachEvent gives an error, Disambiguifier popup displays offscreen

    Has anyone else encountered these issues or know of workarounds -Tim ...Show All

  • Community Chat media

     removed ...Show All

  • Visual Studio Express Editions How to get the image path

    Hi, I just added an image file under the application tree by using: right click the project name>Add...>Existing Item...> then .. the picture. My question is how can i get the correct path name for this file Try to look up the some resource on the web but still can't get it work. i am a newbie in VB.NET, hope you can help me on this. Thanks. There are a couple of things you can do: 1. put it in the project directory and set it up to copy to the output directory and then the path of the object would be Application.StartupPath 2. Embed it as a Resource... my . Resources . Image1 ...Show All

  • SQL Server Building a report-dashboard in WSS 3.0 integrated mode

    I have a page with three Web parts; 1. Filter Web Part that uses a BDC-driven list of clients 2. Part showing RDL's from a doclib 3. Report viewer Web Part I can use the Filter part to supply a parameter value to 3. when I select an RDL manually, I can set the Viewer connections to get the Report Definition from 2. But I can't get both options to work at the same time. The reports in 2. all have the same Parameter so there shouldn't really be a problem. Looking forward to any suggestions or a way to provide feedback on the CTP (RS SharePoint Addin). TIA. Ed Thanks Brian, In my case, I made sure the reports have the same parameters. I understand what you are saying I was hoping there might be a workaround. I am ...Show All

  • Visual Studio Express Editions Working with ASCII files.

    Is there a way I can open an ASCII file I usually format them with just a "," to seperate the different fields. The goal would be do be able to import these items that are NUMBER,XCORD,YCORD,ZCORD (###,####.####,####.####,0.000) Right now I don't use the ZCORD so it is usually always 0.0000. I'm not sure what I'm going to do with them once I get them imported but I have a few ideas. I would probably use textfieldparser for this and you can also not use the zcord if you want. Since you posted no code, I don't really know what you want to do once the readfields is done. ...Show All

  • Windows Forms Slow painting of ListView

    I simple add ListView to the form and set ListView's back color. Draging the window over my listview, listview painted very slowly and i can saw the white regions on listview. How i can solve this problem public partial class Form1 : Form { MyListView p = new MyListView(); public Form1() { this.WindowState = System.Windows.Forms.FormWindowState.Maximized; InitializeComponent(); } private void Form1_Load(object sender, EventArgs e) { p.Parent = this; p.Dock = DockStyle.Fill; ImageList iList = new ImageList(); iList.ImageSize = new Size(32, 32); p.LargeImageList = iList; p.View = View.LargeIcon; for (int i = 0; i < 100; i++) { ...Show All

  • SQL Server The product level is insufficient for component

    I’m having this trouble (The product level is insufficient for component "flat file.txt") executing a ssis package using dtexec from a store procedure. The database is SQL Server 2005 Express Edition with Advanced Services SP1 and Microsoft SQL Server 2005 Express Edition Toolkit SP1 . If anyone knows how to solve this problem i would be very thankful yosonu wrote: Yes, you will have to use a different edition like the developer, standard or enterprise. if my memory serves me correctly, the developer edition cannot be employed in a production environment. ...Show All

  • .NET Development .Net 3.0 install error

    I keep getting an install error #0x13EC when I try to install the 3.0 framework. XP Media Center VS2005 Any Ideas Thanks I suspect your system has pre release ver. of 3.0. Download & install this redistributable & check what it says: http://www.microsoft.com/downloads/details.aspx FamilyId=10CC340B-F857-4A14-83F5-25634C3BF043&displaylang=en If the problem is pre release then follow this to remove it : Uninstall Instructions Uninstalling Microsoft .NET Framework 3.0 CTPs 1. Go to the Control Panel and launch Add/Remove Programs 2. Remove "Microsoft .NET Framework 3.0" NOTE: This step will automatically remove Windows Communication Foundation Beta 2 (aka ...Show All

  • Visual C++ MFC Accelerators

    Hello, Does anybody knows a short and easy was to manipulate a MFC application Accelerators NOT using the resources, for instance how can I make "Ctrl C" doing print instead of copy tnx I think you should examine the PreTranslateMessage member function of your application or your window. You can start reading this useful article: http://www.voidnish.com/articles/ShowArticle.aspx code=pretransdialog01 . I suppose this member of your application will execute the following actions: IF the message is WM_KEYDOWN AND the pressed key is 'C' AND the <Ctrl> key is pressed THEN post a WM_COMMAND message corresponding to your command and return FALSE ELSE return the value of the base's PreTranslateMes ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Game State Class - Sharing Information

    I'm using the default XNA game template for the time being, as I'm not intimate with C# yet. I'm trying to set up a game state stack, using a class derived from the game class. The GameState class has UpdateMe and DrawMe functions that basically call protected methods Update and Draw in the Game part of the inherited class. I also have a gameState handler class that has a stack of GameState objects that it keeps track of, etc. If I use this encapsulated method of game states, how do I share information between game states. For instance, if I have a menu screen that shows character info, how do I share the character's stats between the main game state and the menu state. I figured using static class members was a bit crude, but I'm unsure o ...Show All

  • Visual Studio 2008 (Pre-release) Problem importing an xaml file into a xaml template file

    What i want to happen: I want to an xaml file that i can use as a template for other xaml files that are loaded into the template file. Now i got a template xaml file that contains this code: < Window x:Class = " XamlLoader.Window1 " xmlns = " http://schemas.microsoft.com/winfx/2006/xaml/presentation " xmlns:x = " http://schemas.microsoft.com/winfx/2006/xaml " Title = " XamlLoader " Loaded = " Starter " Name = " mainWindow " WindowStyle = " None " > < Grid Name = " documentRoot " > <!--Here will an xaml file be imported with its nodes--> </Grid> </Window> The code behind for loading xaml files into the file above looks like this: public UIElement LoadXaml( String fileName) { s ...Show All

  • Windows Forms split view application

    I've been looking around for how to do a split view application. Much like Outlook the application I'm trying to create has buttons you click on the left hand pane and then another view in the right hand page which changes depending which button you click. I have added a splitContainer with the thought that maybe I could add and remove user controls from the right panel. I can't see any immediately obvious way of doing that though. I would be interested to know how any else has gone about implementing this. Thanks for any help or pointers. Take a look at "Outlook 2003 Look And Feel' at this link - http://www.windowsforms.com/Default.aspx tabindex=4&tabid=49#User%20Interface Very useful ...Show All

©2008 Software Development Network