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

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

Myles A

Member List

NiklasSolna
Choccie_Mark
saavyone
highgameapple
Suryanarayana
Des Jacobsen
Debugger
Peso
Mayur_bm
smehaffie
silly1
ScottieVBA
anna-jayne
Gerald Huff
Manuelgo
ericsbox71
Brad Isaac
DaveRivera
Jasper Eenhoorn
Takrim Khan
Only Title

Myles A's Q&A profile

  • Windows Forms Dialog ZOrder Behind Parent on Win98 / NT

    I beleive I've found a bug in the Windows 98 / NT runtime for .NET framework 1.1. I've an MDI child which opens another form as Dialog.  While editing the form I noticed that while clicking on the second control in the tab index on the from caused that form to "fall behind" the parent form.  The form was still open but the  ...Show All

  • Visual Studio Tools for Office WebService and VSTO project, on diff. machines and planets

    Hello!   I will give 1 million kisses to the 1 st person to clarify the following issue I have a VSTO project and a WebService project. I can send data to the WebService and retrieve data. Both of the projects are linked on my pc and everything works. The thing is that I need to export my VSTO project to lets say machine A (in my toilet) and my WebService project to machine B (over in my attic). Does it involve the same process as linking a VSTO project to a local host web service, because I am having a very wonderful experience!     Thanks. Solved : need to ADD the Service. ...Show All

  • SQL Server how to check if a record is already in the database before importing?

    How to check if a record is already in the database I want to import to before importing My table have 2 primary key, and the DTS is suppose to be schedule to run every night, though it can be run whenever a user want to get the most updated data. Do I use an ActiveX Script for transforming the column and put the sql statement in the Lookups .h.mm... I am really new to this so I am not sure how to do this. ...Show All

  • SQL Server [OLE DB] how to use CCommand::Excute()...

    i want to set up a rowset with CCommand<CDynamicAccessor>::Execute(), but the CCommand do not provide me any function to set the CommandText. is it the only way the i must do with the ICommandText interface myself i tried to use ICommandText::SetCommandText to set up this command,   select * from authors where state=@state , and it returns S_OK. then i tried to use ICommand::SetParameterInfo to set the parameter info, and it also passed. to use Execute(), a DBPARAMS* is required to pass in the values of parameter, i use the following code to set the DBPARAMS::hAccessor, but failed struct Param{  PWSTR state; }; ...Show All

  • SQL Server Error rendering sub-reports

    I have a report (ReportA) that is a matrix showing monthly figures for 1 of 20 different items (think of monthly sales figures for 20 different products).  In order to obtain a report for all 20 items, it is necessary to generate this report 20 times.  To ease generating the reports, I created a new report(ReportB) that has a simple table displaying the recordset of all 20 items.  The single cell of the report contains a subreport object tied to ReportA.  Each record is passed to the subreport as the parameter of the subreport. The table is grouped by the items and a page break is inserted at the end of each gro ...Show All

  • Visual Basic Create Unique File name in ASP on Windows 2003 server

    Hello,      I am having a problem with an older .ASP application that was using the following code I wrote to create a unique file name : Set fso = CreateObject("Scripting.FileSystemObject") mTime = Mid(Now,Len(Now)-10 + 1,1) mTime = mTime & Mid(Now,Len(Now)-8 + 1,2) mTime = mTime & Mid(Now,Len(Now)-5 + 1,2)   Set f = fso.OpenTextFile("d:\inetpub\internal\public\webapplications\jetforms\" & mTime & ".dat",ForWriting, True) This works fine on a Windows 2000 server, but once I moved it to a new server running Windows 2003 it doesn't create the file. I can populate the variable mTime ...Show All

  • Windows Forms GDI : Mouse over the pie's slice's area

    Hi all, I am newbie in .net and right now i have a problem I Try to make pie chart graph using graphics.FillPie. I want to make each slice have onClick event on it. but the problem is How can i know if the mouse is over the slice's area Thx b4 Deep Dreams Deep Dreams, Once drawing operations are made to a Graphics object, they no longer exists as individual objects. There won't be a way for you to get at that object for mouse events, change its locations etc. That leaves you with at least two options that I can think of: Option 1: One option is to re-create a little bit of the logic that Windows uses for man ...Show All

  • Visual Basic F1 Doesn't Search Online Help

    I'm new to using VB 2005 Express 8.0.50727.42; previously I have only used VBA for OfficeXP (VB6, it seems).  Fresh install of VB and Ihave not installed the optional MDS Express Library. When I press F1 on a built-in function in my code, lets say 'left()', I get the all too familiar screen: "You have chosen to use local Help only for Search and F1 results, and the topic could not be found in local Help.  This error can be caused when..." So then I look up "left" in the index and I see "left$" and I get a table of function changes from VB6.0 " Programming Element Support Changes Summary".  I scroll down this list and sele ...Show All

  • Visual C# Comboboxes datasets, text and values

    I'm a newb to c# programming I usually work in php.. I have a combo box in my project, that I use to get a list of options from another table for an insert querry, uses a dataset when I set the textmember to the name field of the table it works great, but I can't figure out how to get the id for the row without either using another a querry stored proc or trigger but I know there must be a simpler way to get this for when I insert into the table, any suggestions Jankowiak Just to confirm... you are setting the DataSource property of your ComboBox equal to your DataSet containing the values in question and ...Show All

  • Windows Forms DataGridView - ArgumentOutOfRangeException

    I have a form with a DataGridView bound to a List<Visitor>. The first column contains buttons who allow the user to check out the visitor. When the last visitor is removed I always get an ArgumentOutOfRangeException when I set the DataSource to the updated List<>. Does anyone know what I'm doing wrong         private void visitorsData ...Show All

  • Visual Studio Express Editions Can I connect to my SQL Server 2000 with VS Express

    I seem to be having a difficult time connecting to my local SQL Server 2000 from VS 2005 Express. Can it be done If not, is there a way to import a table from SS2000 somehow Thanks. If SQL 2000 is on the same machine as VWD Express you should be able to connect.  I think remote access to servers is not supported.  You would need Standard or above for that. ...Show All

  • Visual Studio Team System TF30321: The name you typed is already used for another team project

    I had a project fail part way through creation (sharepoint timed out on creation for some reason) and it also failed to "back out" of creation properly.  Now when I try to create a project with that same name I get error TF30321 "TF30321: The name you typeed is already used for another team project on the Team Foundation Server.  Type a unique name for the new team project." I would have thought this was a big problem, but I had already successfully created a project and have since created another project so it seems to be some intermittent issue or timing problem.  I'll post up on the failure separately.  What I'm more c ...Show All

  • .NET Development config file

    I need to have a config file in my win app similar to one in webform... how can i access it < AppSettings > < add key ="InvalidUserName" value ="User Name is required field"/> < add key ="InvalidPassword" value = "Password is a required field"/> </ AppSettings > Dim test As String = System.Configuration.ConfigurationSettings.GetConfig("InvalidUserName") This doesn't work... anyone know how to make it work Thank you ...Show All

  • Visual Studio Why data can not display as I thought ?

    I want to display data like : 1 1.5 2.5 3.1 9 but I could not format like that . If I format field decimal (2) the result : 1.00 1.50 2.50 3.10 9.00 If I choose style $-1,123 the result : 1 1 2 3 9 Now I don' t know what to do . Please help me if you know Thanks in advance ! Use the Custom Style inside the number tab of formatting the field. It allows you to set the number of decimal places you want ...Show All

  • Visual Studio Language service's multithread deallock

    Experts,     I use the VS2005RTM and VS2005 SDK(October).       Unfortunaitly, I encoutner a multithread deadlock in babelpackage.dll.    In new SDK, VS.NET get text color through Colorizer::ColorizeLine .    There a greate difference inthe mthed:    Old version SDK (VS2003 SDK, VS2005 SDK(No October))            m_parser->m_babelService->ColorLine(bstrText, sink, &state );    Current Version SDK (VS2005 SDK(October))            m_parser-&g ...Show All

©2008 Software Development Network