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

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

Kamii47

Member List

JVaccaro
mrdenny
Dileep Agarwal
syhzaidi
XNA.Zach
Joos
Yassi
Rtalan
imin83
nbrege
Visual C# Novice
onderkoksal
UncleZen
Perwel
SHBEHM
rebelR
Bill Calkins
foobarX
Tryin2Bgood
Whoisit
Only Title

Kamii47's Q&A profile

  • Visual Studio Express Editions why cant i create a new project?

    hi im new but not to programming, now the problem i have is when i try to create a project, it tells me "project creation failed" why is this also is microsoft visual c++ express edition suitable for writing my own code to create mods/ addons  (half life 2 ect.) and why cant i open dll file asociated with games (for example, mp.dll, tfc.dll)   please help!! my email is dr.grumbles99@hotmail.com , please contact my email if unable to on this forum   thank you If you did not complete the installation you might not be able to use it properly. If you want to download CD images to burn to CD check out http://msdn.microsoft.com/vstudio/express/support/install/ The ...Show All

  • Visual Basic Types in VB?

    Hi, Does VB support custom types I can not find a way to define my own datatype. For example I need a datatype named "DeviceId" that works as integer. In Delphi I use Type DeviceId = integer; in C/C++ typedef int DeviceId; :-( :-((((((((( Damn, It's one from basic elements of programming language and it's missing! Thank you for the answer. By the way, can I do it in C# ...Show All

  • Visual Studio adding images to reportviewer

    Hello i have a problem about adding image to reportviewer control in Windows Forms. I want to add an image to my report from a path. This image changes during program run. When user wants to see report, then a different image shall be shown to user from same path. how can i give such an image path to reportviewer Thank you very much... you can find a sample on http://blogs.msdn.com/manisblog/ ...Show All

  • SQL Server whilst stuck in a land of 6.5 compatibility

    is there an alternative to a user-defined function, short of an extended stored procedure Your question is a little too short and succint! It depends what you're trying to do - there may well be an alternative, but given that there are three different kinds of UDFs and a bunch of different ways that they can be used I'm not about to start going into all of them. Post your problem and we can try and help you. ...Show All

  • Visual C++ MoveWindow for dialog has no effect when invoked by message handler

    Problem: MoveWindow function for a dialog appears to not work when called from a message handler. Details: My dialog-based application needs to work in both landscape and portrait screen modes. Not only that, but it needs to detect when the user has chosen to rotate his/her display from portrait to landscape or vice versa, and adjust itself accordingly. When in portrait mode, the dialog is 1024h x 768w. When in landscape mode, it is 768h x 1024w I added a message handler ON_WM_SHOWWINDOW, which is called when the application is first displayed. I also added a message handler WM_DISPLAYCHANGE which is called when the system detects an aspect ratio change. Both of these message handlers call a member function that does the follow ...Show All

  • Visual Studio Team System Just to clarify TeamSystem license - TFS

    I have been reading a lot of different information about TFS x TeamSystem license model, concerning Cals etc One thing I am almost sure is when we sign for MSDN Premium TeamSystem (whether Suite, Dev, Tester or Arch), we do have rights for 5 CALs to access TFS. Another issue has to do with using this package after expiration. I have posted previously about the possibility of signing for MSDN Premium TeamSystetm Suite, and when renewing, choosing a lower package (tester for instance). In this case, I would not receive any other new features on the other versions (in this case Dev and Arch), but I would be fully license covered to continue using the whole package I had up to that moment. Could anyone from Microsoft confirm this 2 in ...Show All

  • .NET Development download a file from http -file type

    Is there any limition on the file type that can be download from http My program can download a doc, pdf, txt, html file from http. However, for some extension such as dwg, it will return a 404 error(file not found). Anybody know why And what I should use to download other type files. Ying ...Show All

  • Audio and Video Development How to control frame buffer mechanism

    Hi, all: In DShow, there are some allocators in input pins to control the buffer management, frame queue, and memory re-use. But in MF, I don't know how to control the details about frame re-use. For example, a MFT can create and output DXVA buffers by itself. But, the MFT does not know when the buffer can be reused. That makes me very confuse. Always to re-create DXVA buffers is not efficiency. Is there any more detail information about that Else, I don't know how to playback video smoothly. Thanks Ah... It seems that we hadn't yet published that interface as of Beta2, which would explain why you don't see it yet. But anyways, when we ship, IMFVideoSampleAllocator will be in mfidl.idl(mfidl.h), and it's the interface throu ...Show All

  • Microsoft ISV Community Center Forums [OTP] VBA Using combobox in Excel

    H i there,   I'm working on an engineering spreadsheet (Excel) and need some help in manipulating comboboxes / dropdown list.   Say i have 2 list, where list A has the list of countries and list B has the list of cities for the country chose. If all the data source (i.e. countries and cities) are to be extracted from the Excel spreadsheet, is it possible to make list B dependant on list A (that is to say when user selects a country in list A, list B will automatically gives the respective cities) WITHOUT creating a userform If so, please advise how.   Hope you can understand what i'm trying to ask here. Fyi i have minimum VB knowledge so a "dummyproof" explaination would be really ...Show All

  • .NET Development SSL Authentication problems

    Hello, I want to make a valid SSL connection with a server based on this code but I get an error -> Certificate error: RemoteCertificateChainErrors. Exception: The remote certificate is invalid according to the validation procedure. The admins from the server asked me if I use the right certificate to authenticate <-- I don't understand that part. What to do now Thx in advance. Seems like ill communication The error message means the server's certificate was rejected. Your admin was asking whether you're sending a client certificate. Assuming you didn't change the sample's overall program structure, which implies that the part of the program which authenticates as client didn't fail, client certificates seem to be either n ...Show All

  • Visual Studio Express Editions Visual Studio Ney side-by-side with Visual Basic Express 2005

    I wanted to learn Visual C++.Net and I registered at a local college. I had to buy Visual Studio .Net Academic version 2003 and even though I didn't do all that well with the course I still have this software. I've also downloaded the Express products. Am I better off having the .Net product installed along with the Express products or will it make no difference whatsoever   Adrian  ...Show All

  • SQL Server Statement parsing and conditionals

    I'm currently dealing with a block of dynamic T-SQL that basically says 'if exists(select name from ' + @databaseName + 'sysobjects where name = ''tablename') begin insert into ' + @databaseName ' + tablename blah blah blah end' When @databaseName is on the current server and the table does not exist, the procedure correctly skips over this section and proceeds to the next. The @databaseName is a linked server name, the procedure fails, complaining that the table doesn't exist or the user doesn't have rights to it. Is this a misconfiguration of the linked server or simply an order of operations issue that can't be avoided You still need the database in there too. So you need to pass ...Show All

  • Visual Studio Express Editions For loops

    Hi, I'm trying to figure out how to 'spawn' for loops on the fly. For example, I have three nested for loops such as: for (int x = 0; x < 2; x++) for (int y = 0; y < 2; y++) for (int z = 0; z < 2; z++) Console.WriteLine(x.ToString() + y.ToString() + z.ToString()); which displays the binary numbers 000 to 111, what I want to be able to do is pass an arguement (like the value 3) to a function which creates 3 nested for loops and behaves as the above for loops. The idea being that this function can be reused being given a different value resulting in that many nested for loops being executed. I'm new to C# so any ideas would be welcome. Cheers. How about: MyMethod( ...Show All

  • .NET Development How do I insert a datetimepicker1 text into sql table in datetime datatype

    If I try to insert a valve of datetimepicker text into SQL table in which datetime is datatype. It taken default value as 01/01/1900 For more plz see below code Dim sa As String sa = "insert into SOFTWAREREQUISITION values(" & st & "," & si & "," & TextBox2.Text & "," & DateTimePicker1.Text & "," & DateTimePicker2.Text & "," & pi & "," & DateTimePicker3.Text & "," & ei & ")" Please help in this regard, Regards, Sreecharan Yes I also use: insert into (...) values () style but that is not a must p ...Show All

  • Software Development for Windows Vista Error when attached to AppVerifier (Test Case 31)

    Hi, I have attached my application to the AppVerifier to run test 31. I run WinDbg and then choose to open my executable (File -> Open Executable) I am getting the following error in WinDbg: ModLoad: 6ba30000 6ba4a000 ApplicationUpdate.dll ModLoad: 068c0000 068da000 ApplicationUpdate.dll ModLoad: 6ba30000 6ba4a000 C:\Program Files\Fascia\ApplicationUpdate.dll ModLoad: 0bb50000 0bc98000 image0bb50000 ModLoad: 0bca0000 0bde8000 image0bca0000 ModLoad: 0bb50000 0bc98000 C:\Program Files\Fascia\SharpLibrary.dll ModLoad: 0bff0000 0c640000 image0bff0000 ModLoad: 0c640000 0cc90000 image0c640000 ModLoad: 0cc90000 0d2e0000 C:\Program Files\Fascia\KeSignature.dll ModLoad: 74510000 746ba000 C:\Windows\WinSxS\x86_microsoft.windows.gd ...Show All

©2008 Software Development Network