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

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

AaronNY

Member List

Cesar Atoche
DrQwest
Raymond Chen - MSFT
FuZi0n
ersheido
mikey_from_ireland
TakaKami0000
Yurgen
MartinUruguay
callmekv
V_Bapat
ChipRadio
altja
Richard.C.Bower
Bryan Pritchard
ancutaandrei
Carol Prochnow
ThomasSob
DavidR100
sneakers007
Only Title

AaronNY's Q&A profile

  • SQL Server using Checkpoints in nested packages

    I am building a set of packages to load different things, some of which have relationships with the others. Therefore I want them loaded in a certain order. I have built a main package that executes the set of packages to control the flow of the packages. Now, I want to implement checkpoints. Ultimately, I only want to deal with the main package that controls everything. So I figure the main package needs checkpoints enabled. When packages a ...Show All

  • .NET Development can't launch the MFC application on AMD64 operating system.

    Hi,        I have ported an application from 32 to 64 bit and trying to run on AMD64 OS but it prompts a follwing system error.   " Application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem. " system error code for this message is 14001. Also, Windows event viewer displays the following message  "Dependent Assembly Micr ...Show All

  • Visual C++ DrawDibDraw and Bitmaps bottum-up

    This is I think a common problem while I can't find a fix over the Internet... DrawDibDraw draws bitmaps bottom-ups, while most of the images in files are top-down . I'm using either the old CBitmap or the new Bitmap classes from gdi+ to work with the pixels data, (e.g. CBitmap::CreateBitmap or the constructor Bitmap::Bitmap(filename)). Each time I have to reverse the image upside down! Using this code...      if (stride ...Show All

  • Visual Studio Express Editions the code has some problem

    Hi, I am using VB express 2005 to create an interface to retrieve data from Excel spreadsheet then store it into my Access database. I am able to retrieve data and store it in a dataset then display it in a dataGridView. But I am not sure how can i store the data into an Access database. I tried to connect VB to Access by opening a connection and then create a table in Access. I created a DataGridView and bind it to this tab ...Show All

  • Windows Forms upload download from FTP Server

    Hi, How can I upload and download and View files from FTP Server Thanks, ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Computer reboot issue

    Hi! I've made a game as a school project using VB and DirectX 8. The game is a side-scrolling platform game and it has some very confusing (for me) problems. When I tested the game on some of the computers at my school, they rebooted (instantly) at a particular point of the game. This problem occurs only on some computers. A similar problem came up a while ago, but that time the similarity was all computers with the problem had ATI grap ...Show All

  • Visual Basic How to write QUOTES to a text file?

    Hello! I am attemping to write a text file utilizing My .Computer.FileSystem.WriteAllText( In Visual Basic 2005. However when I try to write a line like: varname = "value" With the quotes my string breaks up and creates a new instance. I happen to be attempting to write a VBS page for a website that needs to generate from a VB program, thus the " " are not optional. Anyone happen to know how to make writeall ...Show All

  • Visual Studio Team System Possible to detect use of enum.ToString()?

    Does anyone know if it is possible to detect the use of an enum's "ToString()" method The reason I ask is because we have started obfuscating our code using Dotfuscator, and of course because that renames the enums, it plays merry hell with any use of enum.ToString()! It'd be great if FXCopy could detect such usage. Also, I guess we'd need to detect enum.Parse() and other reflection-style access. Any help would be much appreciated! ...Show All

  • Windows Forms BindingNavigator & Data Binding Problem

    When I use BindingNavigator to add new record, I has a problem: I want to save time for input informations, so I set default value for some controls which has data bindings, but it's not working. for example, I always set DateTimePicker's value to System.DateTime.Now, set CheckBox's Checked to False. If I don't change the default value manually, when I try to save the new record, it'll said the value is null. When I use DateTimePicker, I must ...Show All

  • Visual Basic VBA PowerPoint Sequential Object Naming causes code problems

    Hello. This is a VB for applications (PowerPoint) problem but this is the only forum I could find that came close. If I am in the wrong place, please forward me the address of the correct forum and please forgive the interruption. I am trying to change the ZOrder of a stack of objects in PowerPoint such that I can rotate through them using a macro. This is easy enough and works fine. My problem is that PowerPoint names objects sequentia ...Show All

  • .NET Development Passing User Defined Data type/ Oracle & .net

    Hi, Can any one help me with how to pass an user defined type in Oracle, which is used as an input parameter to a stored procedure, using .net. First is it even possible if yes then how if some body has a link to an example that would be best. I have seen example at msdn "http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnadonet/html/advoracledataaccess.asp" where they are passing values to the Oracle database using dy ...Show All

  • Visual Basic Adding Tables to DataSet

    Hey there, me again... I really don't get it, am I really this stupid I have a DataSet with a table from a SQL-Server. Now, how can I add a second table from another SQL-Server into this existing DataSet I'm sure you guys can help me! Thanks in advance! Felix Hi Felix, Open the Dataset in the Dataset Designer (double-click the Dataset in Solution Explorer), then drag the table ...Show All

  • Visual C# C# .net to Excel 2003 Saving wkb as txt file

    Hi, Can anybody teach me how to open a txt file with Excel file and then save it as txt file again , like "c:\example.txt". Thanks in advance. I am trying this (but getting error when saving): wkb = Wkbooks.Open(fileOpener.FileName,0, false , 5, "" , "" , true ,Excel. XlPlatform .xlMSDOS, "\t" , true , false , 0, true , Type .Missing, Type .Missing); // ExcelApp.Visible = true ; wkb.SaveAs( @"c:\example.txt" , ...Show All

  • Architecture %TEMP% Env Variable

    Is there a need for having multiple values for the System's %TEMP% variable From a design point of view, is it safe to assume it as a single valued variable Incase it is a multi-entry variable is there a registry entry or some reference that separates the %TEMP% value created by Windows and %TEMP% value created by a 3rd party program How can I make sure that I use the one that is defaulted/created by Windows Thanks in advance! I th ...Show All

  • Visual Studio Team System Team Project Creation Faild- not able to connect to the SQL Reporting Services at http://192.168.0.1:8080/

    Installation: ------------ SqlServer 2005 (command line install) SharePoint Service SP1 (command line install) patched with Security Update for Windows SharePoint Services (KB887981) http://www.microsoft.com/downloads/details.aspx FamilyId=6BB93661-0CE7-46CF-B8BB-55546B58A2F2&displaylang=en TFS Beta3, single server Some other facts: ----------------- Reporting Services function well at http://192.168.0.1/Reports and http://192.168.0.1/Repor ...Show All

©2008 Software Development Network

powered by phorum