4,588 Topics
| |
I've been learning the .NET framework in vC++ for a while and I'm thinking of going to C#. I'd like to here the opinions of others who have experience with both. Thanks. | |
Hi, I'm working on this project and it requires to manually control a digital camera. I have the dll that is supplied by Cannon, but the dll is unmanaged the the demo project they have with it is in C++ or C. I've been doing a lot of research and … | |
I am trying to call a [URL="http://www.daniweb.com/forums/post398239.html#"]C#[/URL] function which returns byte array from C++. Can anybody have some sample [URL="http://www.daniweb.com/forums/post398239.html#"]code[/URL]. Thanks njvr | |
I'm searching the entire web which i can,for the example or discussing about using flash in C# application I find one in Mike Chamber( [url]www.mikechambers.com/blog/2003/05/30/integrating-flash-with-c-applications[/url]) but it just discussion only. If you have have any suggested web site or tutorial. can you post to me? I'm planing to integrating flash … | |
hi , how could i able to upload multiple files into the web browser using asp.net? the task is we need to use the tree view to brose the files and inside the tree view we will choose the required files by checking on the check box and thus on … | |
Hi, I have two exes, one is in C# and other in C++. The C++ exe is a windows service. i want to notify my C# executable with events occuring in the windows service. How can i call a c# code frm C++. The application is a simple form based … | |
Hi, I have two exes, one is in C# and other in C++. The C++ exe is a windows service. i want to notify my C# executable with events occuring in the windows service. How can i call a c# code frm C++. The application is a simple form based … | |
Hi All: I have started to teach myself C#, if you can give me links // refs to content that can help start from fundamentals and then progress from there. I appreciate your help in this matter. Thanks, Poonam | |
Hello, I want to use C# to select a random number from MS Access database table. <SELECT TOP 1 userID FROM users ORDER BY NEWID()> seem to work only with SQL Server. | |
hi Frns ;-) i have a c#.net project .i am creaing the dll using this. the procss i am following: 1)tlbexp (to create typelib) tlbexp ComInteropExample.DLL /out:ComInteropExample.tlb 2)regasm regasm ComInteropExample.DLL /tlb: ComInteropExample.tlb after this i m taking the ref of the .tlb file in my vb project. i am not … | |
Hello friends, Hope you are enjoying and using the contents of this site very well. This is the best site for all freshers who want to become .net professionals. [COLOR=red]Question:[/COLOR] Is there anyway so that I can unpack the contents of the .pak file using C#, asp.net application. If it … | |
Hi, I want to call TCL scripts from a C# project for some functions. How can I do that? | |
Dear friends, Fine and hope the same with you all. I am here with one more new problem which I might be able to solve with your suggestions as we have did earlier. Problem: I have a requirement from my client where I need to give update or edit privileges … | |
Hi to all I hope you can help with the following issue I have, thanks in advance. I'm working in an application that insert text to pictures. The problem is that after inserting the text, the size of the new pictures is smaller(in KB). I'll explain myself the original picture … | |
Hi, My Name is Tomi..i lived in Surabaya,Indonesia I work in one of the software house in Indonesia,i use .Net for my programming language.Before .Net i use C++,VB6 and Java for my win apps programming, and for the web apps before ASP.NET i use PHP, JSP and Javascript I'm a … | |
Hi! Am trying to create a C#.NET dll and use it in VB6.0 application. I've created the class library, generated the type library using tlbexp.exe, registered it using regasm.exe, but after referencing the tlb file in VB6.0, it says "ActiveX component can't create object". Am using MS Visual Studio 2005. … | |
hello to all!! my name is Alex, i started with progeamming a few days ago, now i got to do this console application and i dont know how i can find and compare one word inside a sentence: fro example: "Hello World!" how can i check if the word "Hello" … | |
Hello, I have done a web based project in C#. One of the module that I did was newsletter. I did the newsletter in javascript to design a simple editor with simple function such as bold, underline, italics etc like the one we used in this forum. I am wondering … | |
Hi everybody, Sub Validate_Data (Src As Object, Args As GridviewUpdaeEventArgs ) If Not IsNumeric(Args.NewValues("BookPrice")) Then Args.Cancel = True EditMSG.Text = "-- Book Price is not numeric. Record not updated." End If How to write this if part in C#. Please give the answer. Thank you, Aravind . | |
Dear friend, do you know how to convert Right function (in VB .NET) to C# ? Tks, hendy ========== [code] Public Function Format_Hex2(ByVal NUM As Integer) As String 'Format Byte into two-digit Hex Format_Hex2 = Microsoft.VisualBasic.Right("00" & Hex(NUM), 2) End Function [/code] | |
Hi , i made in my project a new project , a setup project , i add the latest primary output , and have a installation folder , yet when i try to run the release , i get an error ... Unrecoverable build error . anyone ? thanks in … | |
[COLOR=Green][B]Hello everybody. I'm new to .NET and I would like to become a web developer in .NET environment. I've searched a couple of times on the internet and found that have to learn VB Script or C# if i want to be a webmaster in ASP.NET . I have inexperiance … | |
Hi :) How can i start a conection between c# and Pervasive.SQL database ? Can you show me how its done, or point me to tutrials ? Thanks | |
I am automating web based application. Through my script i I have opened IE and the web based application i want to test. how can i click on the links of that web applcation? | |
[COLOR=green]I have created a picture viewer in C# but it's giving 2 errors, i don't know how to deal with them. I'm at beginner level in C#. So please help me in this, I have written the code and errors below, you can look at that. [/COLOR] [CODE] using System; … | |
Hello, I have a few questions about C#: 1. How to make the C# application quit? Like [CODE]PostQuitMessage(0); [/CODE]in winapi. 2. Is possible to use same commands in C# like these in C++ [CODE]PlaySound(); ShellExecute();[/CODE] Thanks in advance (have to know some C# basics because the project I work on … | |
I am trying to call a C# function which returns byte array from C++. Can anybody have some sample code. Thanks njvr | |
Hello, I'm a bit new at in-depth IE programming, and am having a bit of trouble with a couple of IE browser extensions (getting them to talk to each other). The first one is a C++ Browser Helper Object (BHO). I have a class (MyClass) that has a method called … | |
okay so I'm getting started with directx and C#, but the tutorials I've found are very similar and general and I'm having trouble finding the best way to do this. Any advice is appreciated on this: I'm trying to make a grid, of varying sizes like say 10x10 or 5x5 … |
The End.