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

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

str01014

Member List

Alphi
Vadim G
JP123
shadowdog
Wolf-Michael Haberichter
Anghy
he.lin
vishwas_udy
GerryJ
Jamil Afza
packagedeliverer
GBez
Dr. Zoop
feiyan0320
blindman
sherifsoft2002
dev-maniac
Jeetu
Dan Ciruli
wayne-o
Only Title

str01014's Q&A profile

  • Windows Forms MySQLDataAdapter Insert Not Working...

    Can anyone see why this insert command is not working It is not generating any error messages. It acts as if it has inserted the records, but when I check the database the row count is still 0. Here is my code... <hr> <color="Blue"> Public Sub UploadJournals() 'Import table structure. Dim mSQL As String = "SELECT * FROM salejnls" Dim conStr As String ...Show All

  • Visual C++ Creating an application for both 32-bit and 64-bit target platform

    Hi, I am a newbie in 64-bit development. What I want to do first is to create an application that can be run only on a 64-bit platform. In the linker option of VS 2005 I can define as target platform MachineX64 (/MACHINE:X64) for example. What else do I need to add to my application code to ensure that it is a native 64-bit application Second question: I want to build an application that can be run on both win32 and win64 platforms. There is no linker option for both target platforms available. Which linker option do I have to select and what other things (Macros etc.) do I have to append to my code so that the 32bit code is run und ...Show All

  • Visual C++ Can't #Include <gdiplus.h> to my Win32 application

    Hello,       I'm trying to use my native code that using GDI+ in my CLR application using the Visual Studio 2003 but it refuses to include gdiplus.h But it generate many and many of errors to me and I show you few of them below: d:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\PlatformSDK\Include\GdiPlusImaging.h(67) : error C2501: 'MIDL_INTERFACE' : missing storage-class or type specifiers d:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\PlatformSDK\Include\GdiPlusImaging.h(67) : error C2440: 'initializing' : cannot convert from 'const char [37]' to 'int' This conversion requires a reinterpret_c ...Show All

  • Windows Forms How to intercept WebRequest.Timeout

    Hi, there WebRequest wreq = WebRequest.Create(Url); wreq.Timeout = 15000; IAsyncResult r = (IAsyncResult) wreq.BeginGetResponse ....... ....... I must do something when wreq.Timeout. Where can I write code in Thanks... Hi, Thanks a lot I know how to resume, I omit the resume code here, just to protrude the restart download error. If I run 10 times, it gets error about 8 times, ...Show All

  • SQL Server SQL Server 2000 Enterprise Manager View Creation error.

    When I create new view with Enterprise Manager, I am able to add tables, edit Sql and run. But when I try to save it, an error message which is below appears. What is wrong ! ODBC error: [Microsoft][ODBC Sql Server Driver][Sql Server]An invalid parameter or option was specified for procedure 'sp_addextendedproperty '. Thanks in advance for the helps...(Even for the tries).. ...Show All

  • .NET Development Click Event for Member of Label Array

    I have a VS 2005 Beta 2 VB program that creates an array of labels at runtime ... several dozen of them.  Is there some way to capture click events on these labels so that I can figure out which one was clicked   I am worrried because as I understand it the WithEvents clause cannot be used with arrays but I cannot help but think there isn't some way to do what I want to do.  Here is how I created the array: Private Sub btnGo_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnGo.Click Dim i As Integer Dim j As Integer Dim cells(8, 8) As Label For i = 0 To 8  &nbs ...Show All

  • .NET Development Strange behavior of the Trace

    I use Trace class to get logs of the Windows Service. Log file could be changed dinamicalli (you change log file name and trace should to create new file and continue write trace in them). STrace (my class) contain such function to dinamically change log file: private static void AddTextListener( string FileName) { //=========================================================== Trace .WriteLine( DateTime .Now.ToString( "yyyy/M/d hh:mm:ss" , DateTimeFormatInfo .InvariantInfo) + " Names before" ); for ( int i = 0; i < Trace .Listeners.Count; i++) { Trace .WriteLine( Trace .Listeners .Name); Trace ...Show All

  • Visual C# Data Sources not showing tables

    Just installed Aug build VC#express.   When in design mode on a form the data sources window does not show all my tables in my MSAccess database.  They are showing the dataset and I can preview the data. But no drag drop available. Help ...Show All

  • Visual C# Help about the taskbar...

    How can I make my WindowsForm appear besides the clock (at the right bottom) and NOT in the taskbar where the active progs are If you set your forms ShowInTaskbar property to false, add a NotifyIcon control to the forms Controls collection, wire up the Click event to your own method for showing the form, set up any right click menus you need and you should be good to go. ...Show All

  • Audio and Video Development Microsoft HD DVD Interactivity Jumpstart is available...

    We are pleased to announce that we have posted an early Beta version of the Microsoft HD DVD Interactivity Jumpstart. You can download it here: http://www.microsoft.com/downloads/details.aspx FamilyID=994accae-1591-4cc0-9d5b-03b0494686a4&displaylang=en This Beta software contains: iHDSim, a simulator that you can use to run iHD code samples HDDVDValidator, a command-line utility that can help find many common errors in iHD markup and script Some other small utilities Documentation We hope this Jumpstart is helpful! I must, of course, add a disclaimer: Please note that thi ...Show All

  • Visual Basic Making a picturebox have a transparent background

    I have a picture of a panda with a pink background (panda_down.bmp) and I was wondering: how do I get that pink background to be transparent Draw the image yourself in a paint handler, and use the imageattributes class to make 255/0/255 ( magenta ) transparent. ...Show All

  • .NET Development Common Language Runtime Debugging Services

    I'm installing an application that I've created in .Net 2003 spanish version and in my computer it's working, but when i installed it in another one It's sending this error COMMON LANGUAGE RUNTIME DEBUGGING SERVICES and I installed already the .net framework 1.1 and also service pack 1 and microsoft java .net 1.1 with the microsoft java# redistribuitable pack language. What else can I do to solve this problem Hello, The message "Common Language Debugging Services" essentially means something failed when the managed code was executing. Without more information on the error message, it is har ...Show All

  • Windows Forms report load failed in another PC

    I use crystal viewer to viewe a crystal report. It is working fine in my home pc. After I re-run in company pc, I got error: report load failed.  Can anyone help me ...Show All

  • Visual Basic Menu creation does not print

    Hello, I am new to programming and I have run into a snag. I have created a Contract Form in VB 2005 with labels and text boxes and calculations for pricing. It runs great. My problem is that I would like it to print out. I have installed the code for the print dialog and the program does detect my printers. It does not print though. Do I need to save the menu as a text document and then print that Any help is appreciated. I will also put the print code I have in case I am missing anything that someone might be able to point out. 'Accept the name of the printer prnName = InputBox( "Enter the Name of the Printer:" ) 'Create a new PrinterSe ...Show All

  • Visual Studio Some errors after installing a visual studio 2005 beta2

    Hi, After installing a VS2005 Beta 2 I have a problem with "creating controlls from Toolbox". 1. Before an installation I completely removed all necessary components! 2. I've installed a VS2005 B2 3. I've installed a MS SQL 2005 B2 Developer Edition 4... 5. I've tried to reinstall all components ...!... In a project (not important wheather VB or VC# or ...) I can create only first control for example "Date Time Picker" - so I can save, compile and run !... but if I want to add next control (also Date Time Picker or Label and so on...) in my environment occurs an error : "Failed to create component: 'Label' System.IO.FileNotFoundException: Co ...Show All

©2008 Software Development Network