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

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

ares_l

Member List

InfoDemers
AlanWKey
BiBi MeiMei
Reid Williams
MSP.Saami
mig16
John Portnov
marlun78
hanjg82
Lune
Aurora222
Stark77
Jianxing
Kandisa
Hakan Gümüş
Claudeb1965
logogamer
Mr_Z
Santhosh Pallikara
Xcel
Only Title

ares_l's Q&A profile

  • Visual C# DateTimePicker.ValueChanged event

    I am trying to build some code in this event. The idea is to open an ODBC table and populate a DataGridView with a limited subset. All records in the table are dated and the grid will contain records (schedule) for one date only. The problem I have is that if I go back a few months then every time I change the month with the tool button on the top (the left one) the event fires and the date I get is not the one I need. E.g. today is 10/06/2006 and I need to select 01/25/2006. Then on my first click it will fire with the date 09/06/2006, then 08/06/2006 etc... then finally on 1/06/2006 and after I selected 01/25/2006 in January I will get my date. In the meantime the gridView will get updated needlessly. MouseDown event does not fire ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Source Control for XNA Projects

    Previously, when we were using MDX 1.1 with C# we were able to use VS2k5 with a SourceSafe server on a machine running Windows Server 2k3. To my understanding, VC# Express does not integrate SourceSafe into the IDE like VS2k5 does. If that is incorrect please let me know. What options for version control do we have using VC# Express Thank you. There are no integrated add-ins for express so if thats what you want you are out of luck. However all version control tools come with their own UI for checking in and out so you just have to do it yourself using that. So any of them will do including VSS ...Show All

  • Visual C++ ActiveX controll working in Win98 and in XP don't

    Please help ! I have an Activex Controll (in C++ 6) theat work on Win 98 but on Win Xp don't work. His job is to make a communication with a cash market (on port Com1) It is a diference managing ports between WIN 98 and XP Exactly the same have a good functionality on Win 98... This controll is hand made is not generated or something else. The "modern vesion" is my job to do. Enybody knows about these diferences ...Show All

  • Windows Forms Hello, every one, wanner a suggestion

    I've develop a application(Using C#), and now i want add a new function, this function is burning CD. This is a new domain for me, Somebody can give me some suggestion to start this. I think there are some questions, 1) how to check CD (or dvd) Driver, 2) is there a disk in it and is disk a empty one 3) what's the type of this disk,(CD or DVD). i am do some preparations for this:) thanks. here is some articicle plus complete source code for burning cd's http://www.vbaccelerator.com/home/NET/Code/Libraries/Writing_CDs/index.asp Remco ...Show All

  • .NET Development Regasm error: Access is denied.

    I have a .NET COM dll that works fine, but when I make changes and try to install the new version using regasm sometimes I get this error: RegAsm error: An error occurred while saving the exported type library: Access is denied. Any suggestions on why this happens and how to avoid it Thanks very much ! I could delete the .tlb file; but still I get the same error: RegAsm error: An error occurred while saving the exported type library: Access i s denied. any clues Thanks Advait ...Show All

  • Visual Studio 2008 (Pre-release) Control Components

    I have made previous posts asking this feature, but seeing as WinFX is at beta 2 release already, is it now possible for us to make drag/drop controls in the Cider designer I don't want a User Control, I want to make my own custom component. Is this possible Thank you, Jaco I think what he probably means is, and I would like as well, can you maybe give me an example how I would go about to do what you proposed Thanks you, Jaco ...Show All

  • Smart Device Development SQL Server connectivity

    I have an app using SQL Server 2000 and VS2005. I can connect using Enterprise Manager and the Server Explore in VS2005. When trying to connect through the app I recieve the following error messages: "SQL Server does not exist or access denied. Has anyone seen this before Thanks If your server is registered in the Enterprise Manager, you can use the following script to print the port number: set app = createobject( "SQLDMO.Application" ) app.Use80RegistryLocation = true app.UseCurrentUserServerGroups = true for each grp in app.ServerGroups on error resume next for each srv in grp.RegisteredServers WScript.Echo "Server: " , srv.na ...Show All

  • SQL Server Help on global variable for insert statement

      I am new to DTS, but really enjoy it and was wondering if someone could help me with the following small vb app. I am using the following DTS insert statement to insert records into my table. I have multiple textboxes that needs to be filled and then inserted, none of them exept Nulls. How can I modify my code to insert those textboxes as well as run through the boxes and then check if they have nulls and NOT insert the ones that has nulls My form has 9 textboxes. Textbox1, 2, 3  Needs to insert values into the first column. Textbox4, 5, 6 into the second and then Texrbox7, 8, 9 into the last column. My question is how do I format the following line of code to do what I need oCustomTask1.SQLStateme ...Show All

  • Windows Forms Setup and Deployment Project FAQ

    Deployment FAQ   Q: I am now getting the following error when I build: " Unable to update the dependencies of the project. The dependencies for the object ' name.dll ' cannot be determined" A: Workaround :  Try to adjust the order of the Projects in the Solution and leave the Database project to the end. We can either edit the Solution (*.sln) file with notepad OR remove and add the Database Project back in the solution. (This also isn’t a great work-around as the addition of a project later in the development cycle will cause the corruption to re-appear). HotFix :Contact PSS and ask for the Hotfix for KBB917036: http://support.microsoft.com/default.aspx scid=kb%3Ben-us%3B917036   Q: Is it p ...Show All

  • SQL Server XML URL with authentication. how can i read that xml from the url/link

    I need to read XML from an XML query using OLEDB reader. Is it possible I found code to load the XML from a data set. I tried the following code but the XML file was incorrect. DataSet dsXML = new DataSet (); OleDbDataAdapter DBAdapter = new OleDbDataAdapter (); OleDbCommand command = new OleDbCommand (); XMLDataDocument xmlData; command.Connection = conn; command.CommandType = CommandType .StoredProcedure; command.CommandText = "usp_GetXML" DBAdapter.SelectCommand = command; DBAdapter.Fill(dsXML, "XMLData" ); xmlData = new XmlDataDocument (dsXML); The XML file looked like: <NewDataSet> <XMLData> <XML_F52E2 ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Visual Studo Express

    I have Microsfot Visual Studio Professional Edition and when I try to install XNA it tells me I need the Express Edition. Why would I need a lesser version of a program to run this If there is a way around this or anyone has any insite please email me codythejones@hotmail.com The XNA Game Studio Express (Current Release) was designed for the hobby developer, and yse you do need to use the Visual Studio C# Express. In furture versions of the XNA Systems the Pro Edition will be targeting the Full Versions of Visual Studio. These Pro Editions are targeting the Professional Developer and will bring a cost. So if you want the free system you need to use the Express Systems. ...Show All

  • Smart Device Development addressing dependency with partial deployment of CF1?

    I discovered that a dll used in our solution has a dependency on mscorlib and System.dll version 1.0.500, while the rest of the solution is upgraded to Compact Framework v2. Is there some way to create a CAB that includes just those two CF1 files for deployment, instead of requiring all of CF1 along with all of CF 2 Or can I assume that the CF 2 version of these dependencies will be compatible Thanks. Yes, NETCF V2 would automatically redirect 1.0 assemblies on to 2.0 versions, so your solution should work. That is only true for NETCF V1 assemblies, desktop assemblies won't be redirected and would cause TypeLoadException. ...Show All

  • Visual Basic MSG Box/and simple text box question

    Hi, I have an msgbox to show the user information they have typed in, and a yes/no button if it is correct: MsgBox("Are the following correct " & vbCrLf & "length: - ", MsgBoxStyle.YesNo) How do I get the answer from the msgbox so I can use it in an if then loop IF msg aswer is yes then ' do something Else ' do something else End If Text Box question:- I am sure this question has been answered 100s of times, but i could not find it on the forum:- I have a text box that the users enters a value you in, lets say amplifier gain. As amplifier gain can only be a) A number b) A number between 0 and 48 How do i, when the user types in something wrong disp ...Show All

  • SQL Server Show Monthly,Quarterly, and YTD revenue

    Hi All Experts, I need to show a result of a revenues total for Monthly,Quarterly, and YTD of a given sales person by a given period. e.g Period : 7-1-2006 to 8-1-2006 Sales Person Monthy Quarter YTD SalesPerson1 $1999 $10000 $100000 SalesPerson2 $1999 $10000 $100000 How can i do that Thanks in advance. It shouldn't be any worse than any other method. The calendar table is very small, so the join to it should not be very costly. Then it is just a matter of grouping. If you have too much data like this, then I would probably suggest going to an olap solution using Analysis Services, though I wouldn't know how to manually write that code in MDX :) ...Show All

  • SQL Server Sql Sever Job Steps

    I am trying to create a SQL Agent job with 3 steps. I want to delete three tables. Step 1 ...delete table "X" Step 2 ...delete table "X" Step 3 ...delete table "X" problem is that afer i create the three steps and start the job it never seems to finish the first steps and non of the other steps run, the job looks like is executing and never finishes. I break the job into three jobs each completes fine. I need this to runs one job, any ideas perplexed for sure..... You might want to have a look at the way each of te steps is configured, you might find that the step is configured to finish at completion, you need to make sure that the step is configured to move onto the next step aft ...Show All

©2008 Software Development Network