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

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

BlueMikey

Member List

tabbycat
alik30
MrBradford
Bear23
ByteRider
Marie-Thérèse
LarryBB
shmulik_segal
LouisPeter
mabxsi
Stephen S.
Slim
LiamD
barkingdog
Ion101
Rob1234
pkr2000
sandeep srivastava
Re2Porter
Wesolek
Only Title

BlueMikey's Q&A profile

  • Visual C++ how to add a bitmap to a button?

    i want to let a radio button display a bitmap and a text on the right of the bitmap. how can i achieve this i try to setBitMap,but failed to achieve this. thanks you can use CBitmapButton to achieve your goal and to Add bitmap you can use TBADDBITMAP tb; tb.hInst = ::_Module.GetResourceInstance(); tb.nID = IDB_STANDARD; SendMessage (hwndTB, TB_ADDBITMAP, 1, (LPARAM)&tb); ::ShowWindow(hwndTB, SW_SHOW); // hwndTB is the handle of your toolbar ...Show All

  • Visual C++ x64 application (VS 2005): error LNK2019: unresolved external symbol...

    Hi: I am writing an 32 bit application using VS 6.0, compile and running successfully. However, when I open the same application with VS 2005 (Team Suite), compile the same application as x64 application for target running on x64 platform, it give me some error messages related to error LNK2019. I have changed the project properties -> configuration manager as x64, updated my own .lib files path at Additional Library Directories, but I get some error messages when i tried compile it. The error messages (LNK2019) show that it can't find the function that i am calling from my .lib files even though I already included .lib path on my project properties. I feel wierd because my application can compile very well in 32bit with VS 6.0 ...Show All

  • .NET Development MS06-061

    last night, wedenesday, i, for the first time, noticed a microsoft vulnerability on my pccillen scan; referring me to the vulnerability addressed in the microsoft MS06-061 bulletin . i can't figure out how to solve this particular vulnerability. "the microsoft vulnerability" MS06-061; rated as "very risky," by my pccillen security software; continues to be identified by my security software; no matter what actions i take! i am dedicated to the following ongoing practices AND have taken the following steps, attempting to address this vulnerabilty, with no success: i am religious about updating and scanning my computer (I scan it daily, with "full system scans"; using not only my pccillen, but a ...Show All

  • SQL Server what errors normally should i log for my SSIS package?

    I got an SSIS package that first "truncate the product table" then populate the table with new rows....if there is an error then i will invoke the send email task. However in the "truncate the product table" task, the sql i put "truncate dbo.product" instead of "truncate table dbo.product" but this error is not captured in the text file that I m going to send an email to the appropriate personnel. Under logging, and when i go into "truncate product table" tasks , "Details", i saw "OnError", "OnWarning" and other error handlers...which should i tick in order for the text file to ONLY show errors I encounteered during the running of the SSIS packa ...Show All

  • Visual Studio VS .2003 - Deployment Project - include File extension

    We have a C# web application. For other reasons, we needed a set of files with a custom http handler extension of .report However, when we use the Deployment Project to create a setup executable, this .report file isn't included in the build. All our other files .gif, .jpg, .aspx are included. Where would I specify to include .report files ...Show All

  • Microsoft ISV Community Center Forums iexplore.exe - Application Error

    I get the following error message when I close my internet explorer. The instruction at "0x62304320" referenced memory at "0x62304320", The memory could not be "read". Click on OK to terminate that program. Any ideas what is causing this Hello i would like to know how to fix this problem on my computer. If there is away please let me know so i can fix it. Tracyb ...Show All

  • SQL Server Open the link in new window

    When i giving a url passing some parameter..in Jump to Url of cell navigation properties.. In VS Studio its opening in new window ..but when deployed in server and its opening same browser while my requirement is to open in new window.. You need to set the LinkTarget deviceinfo to "_blank". This can be set using a url parameter or in the rsreportserver.config file. See this link for more information on setting the device info: http://msdn2.microsoft.com/en-us/library/ms155397.aspx This link has information on the device info settings for the html renderer. http://msdn2.microsoft.com/en-us/library/ms155395.aspx ...Show All

  • Visual Studio Express Editions How do I convert .NET 2.0 Coding into VB 2005 Express Edition coding?

    How do I go about understanding and converting the coding of .NET 2.0 into the coding that Visual Basic 2005 Express Edition can understand Spotty, I find these sites to be highly fallable. Rarely will they translate user generated code. On the OP's first request, I tried to use them and they received errors as per usual and produced mostly C#. That's why I resorted to translating them myself. ...Show All

  • Smart Device Development How I create Word Document using c#

    Dear sir I want create one Word Document with Html Format. Please give me some suggestion Vijil Bangalore You could always just write a text file and name it as a word doc. That way when word opens it through association it will add the proper encoding when the user saves it the next time. Take a look at System.IO.File for the methods to create this file. ...Show All

  • Visual Studio Function evaluation disabled because a previous function evaluation timed out. You must continue execution

    This error happens when you sit at a check-point for around 30-40 seconds. Is there a way to disable this When I attempt to continue execution (to another break-point on the next line), it does not stop. Is this a Visual Studio setting or a runtime setting. Hi Larry, It has been almost a year and a half or may be more when this problem was raised.Has MS come up with any solution till now,If yes then can you give me a link to the solution,and if no--then it really hampers the wonderful VS2005 team's image for showing neglegance to such a critical issue. ...Show All

  • Visual Studio Team System Deploy with Unit Test

    I wish to use VSTSForDP to support my pre-existing unit tests. Currently the process we use is anytime we make a change to the database schema we use SQL management studio to generate a script that will create the database. We then check that .sql file into TFS as a solution item. Our unit tests have a piece of init code that reads in the .sql file and executes it against our test server to create a fresh database that our unit tests will use. We wish to simplify this process using DataDude. When our Unit Test init code runs I would like to run the .sql file that is the result of the build on our DataDude project. How can I do this With a solution item I can use the test run config to make that solution item deploy along with the unit ...Show All

  • Visual FoxPro the no server server?

    ok my client now wants the application i made to run on multiple computers. i am not a network wiz but i know a few things. will this work: 1. right click mynetwork places and do map network drive. ill make drive Z:\ and find a folder.... ok now i have drive Z:\.... now i do the same thing with the 2 other computers. So i now have 3 computers with drive z:\. on drive z:\ im going to have all the files. my questions are is this a good setup will it work out More or less but not so simple. You have to make sure any new installation has a map to drive Z: Better yet, don't use mappings and use \\Servername\SharedFolder\ notation instead. Your program has to be multiuse ...Show All

  • Visual Studio Express Editions about bounding dbase to textbox,combobox,richtextbox?

    hi there... i have a problem regarding bounding dbase into textbox, combobox, and richtectbox.... i know there's an easy way using wizard to make it detailed but i want is coded. i have a sample program here but there are somthing wrong with it. dim con as new oledbconnection("connectionstring") dim sqlcom as new oledbcommand("select command",con) dim myadapter as new oledbadapter(sqlcom) dim bind1 as new bindingsource dim ds as new dataset sqlcom.connection.open() myadapter.fill(ds) sqlcom.connection.close() textbox1.databinding.add("text", ds , " table_column ") <-- i got an error on this ...Show All

  • SQL Server Install SQL Server 2005 on top of Express for publications

    Hi, i have the SQL Server 2005 Express installed but i want to create publications so i’m going to install the Developer Edition. Shoud i uninstall SQL Server Express before IN DE installation i have the following options: sql server database services analysis services reporting services notification services integration services workstations components, books online and development tools What is the minimum i have to install to create publications Thanks SP You need to install the database services which includes the Replication part. HTH, Jens K. Suessmeyer. --- http://www.sqlserver2005.de --- ...Show All

  • Windows Forms Error when binding DataGridViewComboBoxColumn to a datasource

    Here's my issue, I have a DataGridViewComboBoxColumn that I want the options bound to a lookup list like such: Dim dgCol As DataGridViewComboBoxColumn = CType(MyGrid.Columns(" Description "), DataGridViewComboBoxColumn) dgCol.DisplayMember = "Description" dgCol.ValueMember = "DescriptionID" dgCol.ValueType = GetType(Integer) If m_ImportFileID > 0 Then dgCol.DataSource = m_DataTable.Select() Else dgCol.DataSource = m_DataTable.Select("IsActive = true") End If And it works wonderfully. Then I want to bind the datagrid containing the above column to a different datatable, which should select a value in a given comboboxcell MyGrid.AutoGenerateColumns = False MyGrid.Columns("Type").DataPropertyName = "Type" ... 'Description co ...Show All

©2008 Software Development Network