Software Development Network Logo
  • VS Team System
  • Windows Forms
  • Visual C++
  • Microsoft ISV
  • .NET Development
  • Game Technologies
  • Architecture
  • Visual Basic
  • SQL Server
  • Smart Device
  • Visual C#
  • VS Express Editions
  • Windows Live
  • Visual J#
  • Visual Studio

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

pena_a

Member List

Merlino
OneDeveloper
BTBL
objecta
IgorBabic
PetterA
DennisV
MichaelDymond
Sivya
Gabri
gauer
SSotnikov
Vaxman2
parygark
another_noob
Eric Small
kilky
Jane_nrj
UntimelyWill
Tyler Clendenin
Only Title

pena_a's Q&A profile

  • Visual Basic Help: Visual basic program

    Hi i am making a program with a listbox named (lst) and picturebox named (pic) and i put the following code into the listbox selectedindexchanged sub so as the user clicks on the picture name from the listbox it displays in the picturebox Note: the listbox contains the paths of the images as there is openfiledialog in the program Private Sub lst_SelectedIndexChanged(ByVal sender As Object, ByVal e As System.EventArgs) Handles lst.SelectedIndexChanged Dim img As Image Dim s1 As String Try s1 = lst.SelectedItem img = Image.FromFile(s1) Catch ex As Exception pic.Image = Nothing Exit Sub ...Show All

  • SQL Server Using a OCX created for use with Access

    Hello, I need some help getting an OCX to work in reporting services that works great in access. I have repeatedly asked the vendor of the software to get this working with no help. They say their customer base is not savvy enough to move to reporting services, but I love reporting services and have moved all but a few reports over which require this ocx. Is there a way to make this OCX work without the vendor having to rewrite It draws a stick picture based on x and y coordinates. I have included some access cod ebut I dont think it will help answer the question. Connection Opening Private Sub Report_Open(cancel As Integ ...Show All

  • Windows Forms Tutorial on writing to text files in notepad

    Hi All! I am new to VB and this community.  I am working on a VB.NET project for work where I need to be able to write data that is input by the user to a text file, and to do so every time the user clicks the appropriate button. If someone could point me in the right direction to find such a newbie article/tutorial, I would&nb ...Show All

  • Visual Studio Team System Performance Tools

    Do the VS2005 Performance tools work with C++/CLI Mixed executables and assemblies I have a onld MFC application with parts of it now compiled as /clr and assemblies linked in built with /clr and I can't seem to get the performance tools to work. Thanks Colin Colin, Are the binaries mixed between CLR 2.0 code and native code The profiler only supports 2.0 code, mixed 1.x and native binaries won't work for you. Thanks, Ian ...Show All

  • Visual Studio Express Editions Visual Studio C#

    WHEN I OPEN MY DESIGN FRAME there is no Resource File on the Right. IT is however, on a Tab, with Form.cs and Form.Design.cs ca you help me. I've tried to uninstall and re-download with the same result. ...Show All

  • Visual Studio Express Editions GetFiles Pattern

    Hi, I use the following code to get all *.tlg files of an specified directory: folderName = OpenFolderDialog.SelectedPath Files = Directory.GetFiles(folderName, "*.tlg" ) Unfortunatelly, I've no idea, how to select files with different extensions. This one isn't working: Files = Directory.GetFiles(folderName, "*.tlg;*.txt" ) How do I have to specify the searchpattern for GetFiles hi, a bit late july 2007 i wanted to select .html and .htm files from a directory with getFiles("*.html") and getFiles("*.htm") Dim inf As New DirectoryInfo(Server.MapPa ...Show All

  • .NET Development Creating Images

    C#, .NET 2.0, XP+Latest updates I am reading an image from a database into 'rawData'. I then use the following code to create an Image and add it to my cache: // Variables used.. // SortedList<string, Image> m_images; // string fileName; // string imageId; // byte[] rawData; // 'File' is System.IO.File // Save it to a file File.WriteAllBytes(fileName, rawData); // Add the image to the cache m_images.Add(imageId, Image.FromFile(fileName)); // Delete the file File.Delete(fileName); The problem is that the File.Delete(...) is thowing an IOEx ...Show All

  • Visual Studio Team System Missing CLR Perf Counters on my Windows 2003 Machine

    Hi, I am trying to setup Perf Counter on two of my machines and get the following errors: 1) Machine1(Windows Server 2003 Enterprise Edition) -When i open PerfMon, I do not find the CLR Performance Objects . I tried re-installing the .NET framework 1.1 but still didnt help. Any idea, as to how to install these performance objects. 2) Machine2(Windows Server 2003 Enterprise Edition) - When I open PerfMon, I do find the CLR Performance objects, but the values are not recorded when i run my load test. Noticed the following error in the Event Log: Event Type: Warning Event Source: SysmonLog Event Category: None Event ID: 2 ...Show All

  • SQL Server Sept CTP Failed to install - unexpected error

    Attempting to install Sept CTP, the installer failed with a message "An unexpected error has occurred...", with text suggesting that I should consult the log files produced by the installer to see what happened, but negelecting to mention where I might find such log files. So, where would I find log files left behind by a failed install Complete error text: There was an unexpected failure during the setup wizard. You may review the setup logs and/or click the help button for more information. Occurred right before installing workstation components.  It appears that all of the services were successfully installed. The issue here w ...Show All

  • Visual Studio MS Dev 2005 FindToolWindow crashes with mysterious error

    I have code that instantiates a ToolWindow in the new (presumably preferred) way: ToolWindowPane window = this .FindToolWindow( typeof ( MyToolWindow ), 0, true ); I have a default CTOR in my tool window that looks like: public MyToolWindow(): base ( null ) { InitializeComponent(); } I can step through the CTOR with no problem, but as soon as I step out, I get the following exception (before FindToolWindow finishes): An unhandled exception of type 'System.Runtime.InteropServices.COMException' occurred in mscorlib.dll Additional information: A null reference pointer was passed to the stub. (Exception from ...Show All

  • Smart Device Development How to access shared folder in network from device

    Helo, from Windows Mobile 5.0 device, how can we browse to shared folders of desktop computers in the network. The device is connected using ActiveSynch 4.0. Any security settings are required in device or desktop computer(s) Positive replies are highly welcomed. Regards, Shanavas That can be done exactly the same way as on desktop - by using this path format: \\host_name\share_name\path\file.name . That is not supported on SmartPhone, only on Pocket PCs. If password required for access, device will pop up a prompt. Note there’s no computer browser, you need to know the host name you’re going to access. ...Show All

  • SQL Server Sequel express uninstall problem

    Hey everyone, I'm trying to uninstall Sequel express (RTM) and the uninstallation just stops. no error message, no nothing. I'm posting my uninstall logs hoping someone has any advice on how to solve this issue. SQLSetup0014_JUSTIN_SCC.txt SCCOpenPerformer Added machine: JUSTIN RegisterAddCheckArticleCallbackFunction registered callback function Calling add article callback function for article: WMIServiceWin32OSWorking Callback function returned TRUE Adding Article... Article Id: WMIServiceWin32OSWorking Article type: 4, ARTICLE_WMI_TYPE_VALUES Number of value: 2 Value: 1 Type: ARTICLE_WMI_TYPE_PROPERTY Namespace: cimv2 Class ...Show All

  • Visual Studio Tools for Office Outlook calendar sync

    Is there anyway to synchronize Outlook calendar with an ASP.Net page or Web Service that brings data from the database Juliano, You can create a Web service that Outlook syncs to in order to display data in and Outlook calendar. In fact, we have an article with a full-blown sample on MSDN. My colleague, Stephen Toub, wrote this one, and the code is ready for download. In essence, you create your service to implement the SOAP calls with XML data exchange conforming to the schemas that Office 2003 expects when connecting to Windows SharePoint Services lists. It's more than clever, actually. It's downright brilliant. Here's the article: ...Show All

  • Smart Device Development The Microsot Visual Remote Debugging Monitor(MSVSMON.EXE) does not appear to be running on the remote computer

    Hello: I am trying to connect to the remote server, which is a mobile device. Whenever I am trying to execute the program, an exception is thrown on my desktop application. Error: Unable to automatically step into the server. Connecting the server machine "xx.x.xx.xx" failed. The Microsoft Visual Studio Remote Debugging Monitor(MSVSMON.EXE) does not apper to be running on the remote computer. Please see Help for assistance. If this is the cause for the error, can anyone tell me how to add this exe in my mobile device. I am using Compact Framework 2.0. Thanks Vinay If you're server is a Windows CE based appl ...Show All

  • Microsoft ISV Community Center Forums Excell VBA: displaying values from the sheet in user form

    A simple question probably, but I got stuck on it. I have a user form that allows users to select and run some reports and what I'm trying to do is to put on that form a value from one of the sheets that will show the latest report date used. I tried with the text box and label on the form: Trx_Date = Sheets("Trx_Reg").Range("K1").Value Trx_Reg_Date.Caption = Trx_Date where "Trx_Reg_Date" is the text box / label name, but that doesn't seem to be working. Is there a better way (well, one that works) to do it Any comments highly appreciated. Thanks, A. Dont s ...Show All

©2008 Software Development Network