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

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

Asiye

Member List

Jangu
Sean Reilly
F.Costa
JawKnee
Andrew Grammenos
CJ Patrick
Angry Coder
Tim Greenwood
Tryin2Bgood
MrMojoRisin2000
Thomas Mayer
Michael A Thomas
Web Explorer
Magnus Sthlm
prk
AlexBB
ChildGuidanceCenterGB
Harpreet Singh
My Vizai
Neotech
Only Title

Asiye's Q&A profile

  • Windows Forms Populate combobox with datatable column names

    I thought I could do this on my own but after 24 hours across 3 days of working on it I need to ask for help.... I am connecting to an Oracle database, pulling in data into a datatable1 (using tableadapter1 and bindingsource1) and filling a datagridview1. I am trying to populate a combobox with the field names of the datatable1. I have a textbox that will take a SQL query and a button2 that will push the query to the datatable1. The combobox will be used to complete the "SELECT" option in the textbox1. So, the textbox1 will have this "SELECT 'insert column names from combobox1 here' FROM datatable1" Here is my code. The commented out code is what I have tried and failed. I would appreciate any help on this. :&l ...Show All

  • Visual C++ Help with script.

    I know nothing about programming. But I need a script that once you press a F7 will use SetWindowsHookEx and count every key and mouse press every second and add them for a total of 60 seconds. After 60 seconds it will delete the amount that happened in second 1 and add the amount that happened in second 61 and continue on in this pattern. Starting out with SetWindowsHookEx and timers is not a good way to learn how to program. Start with a book or a class at your local community college... ...Show All

  • Visual Basic Setup Produced By "Build, Publish" Gives Error After I Uninstalled VB With CD And 'Removed' All Installation CD Programs

    Hello, I created a setup file from my application. I did this because I want to put my application on other PCs without installing Visual Basic. I basically want to just run the applicatoin on other PCs. What I did to create the setup file was within VB I clicked "Build" then "Publish." I then wanted to test the setup file on my PC, so I removed everything given to me by the VB installation CD! So, I uninstalled VB using the installation CD. But, I also had to go to the control panel to remove some of the programs that the installation CD gave me. I did this because the uninstall via the CD left things on my system that the installation CD gave me. When I was done, the control panel, remove programs listing ...Show All

  • Visual C# How can I decleare a function with parameter like int or string keyword?

    I wish to make a function. it has parameter like as int or string. I know typeof keyword. but if typeof keywork use function will be long. ex) testFunction(Type type) { if(type == typeof(int) Console.WriteLine("int"); } this.testFunction(typeof(int)); I only want to use int keyword as parameter. ex) testFunction( type) { if(type == int) Console.WriteLine("int"); } this.testFunction(int); How can I do If the function takes a parameter that can be int or string then the best thing you can do is to define 2 functions: void TestFunc(int a); void TestFunc(string a); Now you have 3 choices: using typeof, using a generic fun ...Show All

  • SQL Server EXCEPT not working

    TIA. Here is my situation: I have two tables that I need to find the perform an EXCEPT op on. Table1: ToBeAddedCodes CodeID - varchar(14) Table2: ExistingCodes ExistingCodeID - varchar(14) DateIssued - datetime Active - bit ...&c I perform the following command, to no avail: select CodeID from ToBeAddedCodes intersect select ExistingCodeID from ExistingCodes Specifically, the following error appears: Msg 156, Level 15, State 1, Line 40 Incorrect syntax near the keyword 'intersect'. I don't understand what the issue is... Please help. Thanks. Well, I have no control over the infrastructure or anything in fact... I am just stepping in with the .NET development. Unfortunately, ...Show All

  • Windows Live Developer Forums No maps in 3d view!

    Hi I recently upgraded my VE code to v4, and whilst the 2d stuff still works perfectly well (even the Birds' Eye View works fine), all i get in 3D view is a green blur (i.e. just the globe) regardless of my zoom level. It doesn't matter where i look at in the world - whether it be here in the UK or anywhere in the US. It's almost as if the 3D tiles aren't loading, as the navigation control and the orientation widget are both present. I just can't see any details on anything - very frustrating! The 3D examples on the maps.live.com (i.e. Tower of London and the Millennium Wheel) do exactly the same thing, so it's not my code at fault. Has anyone any ideas as to what might be going on Thanks Spencer ...Show All

  • SQL Server lastnonempty & role playing date dimension

    Hello, I'm just curious if in case of a role-playing date dimention it's possible to somehow tell SSAS to use only one role for LastNonEmpty aggregate Like we have a fact table with a few date related members - such as TransactionDate, DateOpened, DateClosed etc. All measures in this fact table are set to aggregate as LastNonEmpty & everything works just fine as long as only TransactionDate is linked to dimDate. If any other dates are linked then LastNonEmpty doesn't work properly anymore & we get unpredictable results. So if it possible to set ONLY TransactionDate to be used as LastNonEmpty & for all other dates just aggregate as sum Thanks! Could you please be a bit more sp ...Show All

  • Visual Studio Express Editions Cant open project

    Im just a beginner in vb, and I dont know why when I try to open my project it does not work. It shows up in the left hand side of the start page but does not do anything, if i double click it or if i click the open link. either uninstall VBExpress completely, reboot, then re-install or go into control panel > add/remove programs and select VB Express and press the change/remove button then select to repair or re-install and follow the instructions ...Show All

  • Visual Studio exporting error in IE

    Here's the line of code I'm using to export crystal reports to the users browser as an attached .doc file: rd.ExportToHttpResponse(ExportFormatType.WordForWindows, Response, true, "WordReport"); When I load the report and click the export button in IE the browser shows a download box but then gives the following popup error box: 'Internet Explorer cannot download filename.aspx from www.website.net' Internet Explorer was not able to open this internet site. What is weird is this used to work a few months back (nothing has changed since then codewise or with server permissions AFAIK) which makes me think this was caused by a windows update of some sort. Exporting still works fine in Firefox as well. For now I changed the code to ...Show All

  • Visual C++ Changing Colour of a Row in DataGrid

    Hi, I have a datagrid and I would like to set some rows to a certain colour depending on a certain criteria. How could this be implemented in C++ Would it be easier maybe to colour a certain cell within a row Thanks in advance for your help. hello Please note that this forum is dedicated to visual c++ 2005 and its c++ features of visual studio, questions like GUI problems are out of scope of this forum . please find an appropriate newsgroup listed here to get more resource to solve your problem, thanks. good luck Bite ...Show All

  • SQL Server set password on report server 2000

    Hi, i want to set a username and a password on a running report server 2000 for login. how can i do this ...Show All

  • Windows Forms DataGridView EditingControl.KeyUp event strange behaviour

    I am trying to capture datagridview cell KeyUp event while in CellEditMode. This I achieve using the EditingControlShowing event, where I add handler to e.Control.KeyUp event. This whole thing works well, except for one particular situation. Example 1: After pressing any letter (lets say letter 'g', cell KeyUp event is raised. After that, if I press Keys.Down key, cell KeyUp is again raised, as it should be. This all works well Example 2: I press F2 to go to edit mode (or call BeginEdit method, I believe they do the same thing). If I press Keys.Down at this point, cell KeyUp is NOT raised. But if I continue with steps from example 1, two events will be raised, as expected. The question is, why is KeyUp event not raised if there was no entr ...Show All

  • SQL Server Analysis services connection from Data Source

    Hello everybody. I want to perform a Analysis Services Processing Task using a connection manager created from a Analysis Services data source. I create the data source using the Oledb provider for Analysis Services 9.0, and it works fine. Then I create a connection manager using the "New connection from data source" option, and it seems to create it ok. The problem is that I can't then asign this connection to the Analysis Services processing task. I get the error: "Connection Manager MyConectionManagerFromDataSource is not a Analysis Services Connection Manager" However, if I create directly a connection manager using "New Analysis Services Connection" it works fine. Is it at all possible to c ...Show All

  • Architecture What is Architecture and Who are Architects?

    In the software/IT industry the notions of "Architecture" or "Architects" are certainly not very well defined. The Open Group Architecture Framework (TOGAF) supports four groups of enterprise architects -- business architects, data architects, application architects, and technology architects. Microsoft Certified Architect program so far designed for two certifications (solution architects and infrastructure architects), and one more certification, messaging architect, is coming soon. Different companies use titles such as "Chief Architect", "Industry Architect", "Integration Architect", etc. Job recruiters announce "Web Architect", "Software Architect", and "Dat ...Show All

  • Microsoft ISV Community Center Forums ActiveX 429 error

    Hello, I am trying to export spreadsheets through VBA. I get an ActiveX error. This is the code I have, below. There are no ActiveX references in VBA and Monarch.tlb is referenced. I commented out the previous way of getting and creating the Monarch object to directly find the object with the path but that does not work. What is strange is that 2 users can use the app fine but others cannot. They have the same versions and same desktop. Any help will be appreciated! Option Compare Database Option Explicit Sub MonarchExp() 'On Error GoTo Error_Handler Dim MonarchObj As Object 'original...Dim openfile, openmod, t As Boolean Dim openfile As Variant Dim openmod As Variant Dim t As Boolean 'If Monarch is currently active GetObject will use Mon ...Show All

©2008 Software Development Network