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

Software Development Network >> James Bannan's Q&A profile

James Bannan

Member List

engsrini
TheSniipe
Jeremy Jarrell
tochaitüs
nguyentanbao
ringram2077
kawano1h
thekaran
Thomas Skovsende
sunny123
Sigfuss
PabloTola
Sven Erik
smoon
killfr0g
vasudupe
McWhirter
Canderson
R.Nargang
c.cai
Only Title

James Bannan's Q&A profile

  • Visual Basic Where to ask ? re VB 6

    I want to ask a question about a possible memory leak I am seeing in VB6 but all the forums say "not for VB6". Any direction what forum I can use Thanks, Curt These forums are for VB.NET and there are better places to find answers for older versions of VB. Maybe the VB6 newgroups - http://msdn.microsoft.com/newsgroups/default.aspx dg=microsoft.public.vb.general.discussion&lang=en&cr=US or the VB6 resource center http://msdn.microsoft.com/vbrun/ or web sites such as www.vbcity.com Hope these point you in the right direction. ...Show All

  • SQL Server Calculate difference between two rows

    Hi, i have a matrix, and in that matrix i need to have one column which calculates the percentage change between a value on the current row and the same value on the previous row. Is this possible The RunningValue() function isn't of help as it can't help me calculate the change between two rows, and Previous() doesn't work in a matrix (why !!!!!). Also calculating this as part of the query isn't possible as there is a single row group on the matrix, and the query is MDX.* Thanks, sluggy *for those who are curious, the matrix is showing data an a per week basis, the row group is snapshot date, i am trying to measure the change in sales at each snapshot. Hi Everyone, I so ...Show All

  • Windows Forms C# Event Firing after form display.

    I want to implement an event which fires after a from is displayed. Because when I use the OnLoad event, it fires before the form is displayed on screen and this does not suits me. Thank you ! ...Show All

  • Windows Forms Error when Executing MAcro from windows form

    Hi everyone, This is my problem: I am trying to create an excel object so I can run an excel macro. This is the code I a using: Dim oExcel As Excel.ApplicationClass Dim oBook As Excel.WorkbookClass Dim oBooks As Excel.Workbooks Dim missing As Object = System.Reflection.Missing.Value Me .TextBox1.Text = Me .TextBox1.Text + " Report Creation in progress Please Wait..." + vbCrLf 'Start Excel and open the workbook. oExcel = DirectCast (CreateObject("Excel.Application"), Excel.Application) oExcel.Visible = False oBooks = oExcel.Workbooks oBook = oBooks.Open("C:\Developpement\Project_RCP\RCP_App\Job Bruts\Job RCP.xls", missing, missing, missing, missin ...Show All

  • Visual C++ psapi.dll error

    Hello everyone, I am having a problem, like most of the rest of the world, with the installation of IE7. I get the psapi.dll error. I read about the fix and I think I deleted, instead of renaming, a psapi.dll file. I can not even get my PC to boot up. I get to the "windows is loading" screen and then pauses for a moment, and goes back through it's boot cycle. I tried last known good config, safe mode, safe mode w/ command prompt, and nothing. I know how to replace the psapi.dll file, but can't get my PC to get going to replace it. Can anyone help me, please have you tried lutting your hard drive into another computer setting it to slave, then copying the psapi.dl file into the right folder on ...Show All

  • Visual C# Character into bytes

    Hi, I need help with turning a characters into ASCII bytes. Here is the code that I have worked on so far my problem is that I can't get to covert. using System; using System.Collections.Generic; using System.Text; namespace KyawPaineW4A1 { public class Crypto { public string getInput() { string getInput; Console .Write( "Please enter a single Character >" ); getInput = Console .ReadLine(); return getInput; } public char convertData( string input) { char convertData; char letter = char .Parse( Console .ReadLine()); convertData = letter; return convertData; } public void displayMessage( char letter) { ...Show All

  • Windows Forms working with MySQL data bases from windows ODBC connection

    Here's the problem: I've installed the mysql odbc connect (v3.51.12) and I've created a data source connection ...added a DataSource to my project binded the data with a dataGridView and all worked well. My dataGridView fills up with the data from my db. All fine until this point. Now I want to be able to save the changes I make to the data in my dataGridView and update(insert) the data in my data base. How can I commit those changes Using query parameters InsertCommand.CommandText: Insert into FooTable (ColA, ColB) values ( , ); InsertCommand.Parameter: Create 2 parameters for the command with the dialog that opens. Charles ...Show All

  • Visual Studio Express Editions Adding library

    hi! im creating a program with sockets and i need the winsock32.lib, can anyone tell me how to add this library to my project thanks! Well You need platofrm SDK only if u install you get the neccesary includes and libraries.. Get it here http://www.microsoft.com/downloads/details.aspx FamilyId=A55B6B43-E24F-4EA3-A93E-40C0EC4F68E5&displaylang=en You can also choose what all to install and what not to ...Show All

  • Visual Studio Team System How to gather "ASP.NET v1.1.4322" and "ASP.NET Apps v1.1.4322" counters using VSTS while performing a load test

    Hi, I've to gather certain counters while performing the load test of a web application. I'm unable to find the below specified counters while tryijng to add the counters in the load test wizard. ASP.NET v1.1.4322 Request Execution Time Request Wait Time Requests Queued Requests Rejected ASP.NET Apps v1.1.4322 Requests Failed Requests in Application Queue Requests Timed Out Requests/Sec Cache Total Hit Ratio Cache Total Turnover Rate Cache Total Entries However, I see the above counters in"perfmon". How should I gather these coun ...Show All

  • Windows Forms stretch form to full screen c#

      Is it possible to strech my form to the resolution of my screen  [coded in C# net2.0] I need to install my application to computers that have a lower screen resolution.    1280x1024 to 1024x768 for example.   Thanks for your helps   Mark     Your code maximized the form but not the composent into it. I know this function.   I want to resize my form and strech all the composents with the same proportion . Does’it mean if I have a textbox or a datagriview for exemple, I want that it resize it too not only the Main Form.   Is it possible ...Show All

  • Smart Device Development Connecting active sync to emulator in an x64 environment

    Hi, I am trying to connect my Windows Mobile 5.0 emulator to active sync on a 64 bit machine, but the emulator is not being recognised by active sync. Is this a problem with the 64 bit environment (is active sync+WM 5.0 emulator) supported on a 64-bit machine Is there something that I am missing here Thanks Deepthi Can you please confirm following 1. Device Emulator (Win CE emulator is different from Device Emulator shipped with Visual Studio 2005). Help->About dialog 2. Which operating system you are using 3. In Active-sync, File->Connection Settings window make sure, DMA is selected in "Allow ....". -Thanks, Mohit ...Show All

  • Visual Studio 2008 (Pre-release) How to get DependencyProperty by its name?

    Hello, Could anyone suggest a way of getting a DependencyProperty object for some UIElement I.e. I have a Button (button1) and I would like to do something like: DependencyProperty dp = DependencyPropertyHelper.GetProperty(button1, "Content"); Thanks in advance Edmundas Thanks, this is it. Edmundas p.s. sometimes it is useful to think a little bit "out of the box" :) ...Show All

  • Visual Studio Express Editions Web Form Tpye Program

    Hi, Im new at programing and I'm making a program and I want to add a "help" feature. I want it to have a "web forms" type look where you answer question(s) in 1-5 textbox's. Then have that string sent to me somehow. I don't want the user to have to type an e-mail, they would just the textbox's inside my program. Please help, -Josh OMFG another error! I give up, could u just write me a code that when you click button1 it emails me at ieatyourunits@bluebottle.com with subject "help" and body as: textbox1.text & "{enter}" & textbox2.text god this is pissing me off...atleast im learning! ...Show All

  • Visual Studio Jump to report expression (conditional navigation)

    It is possible to enable a navigation link (Jump to report) based on an expression I need to: 1) Disable the jump to link when the value of the textbox is 0 2) Disable the link when exported to excel / pdf (local report urls are botched in excel, but still clickable) #1: Yes, the drillthrough report name can be an expression. For example, =iif(Me.Value = 0, Nothing, "DrillthroughReportName") Note: if the expression evaluates to Nothing, no drillthrough link is shown. Btw, Me.Value is a shortcut to refer to the current textboxes value. #2: No that's currently not possible. -- Robert ...Show All

  • Windows Forms which Control Can I Use

    Hi All I have an requirement where i need to design Time line( looks like Geometry Scale ) !00:00:10 !00:00:20 !00:00:30 ! 00:00:40 !-- pls Suggest me thanks in advance try using a panel( in your case the blue colored box will be a panel) and place labels on the panel(the labels will contain the values !00:00:10...) nhd ...Show All

©2008 Software Development Network