-
- How to Navigate Multi Web browser Using C#
by Mani.kandan
- 2 Replies
- Last post
by jrboddie
- Hi
I am Developing window based Web rowser application using C#. I have small proble when i using my conditions. I am using two web browser in single form. when i use Google Search in both web browser i can get a out put properly. My problem is I need to use one browser is a souce and another one is target browser.
Whenever i select any link from webbrowser 1 the related out put should
-
- MAYA 8.5 Plugin development compile errors
by futurcraft
- 7 Replies
- Last post
by futurcraft
- Hi, I've got an issue here with respect to plugin development in Maya 8.5 the 3D software package. I encountered errors with respect to the header files... I followed the steps exactly on the highend3D site & also the MSDN tutorial on making changes in the VC++ express edition to support the PSDK installation which here . I even made the changes in the project settings to source the respectiv
-
- How to transfer HBITMAP (C++) to Bitmap (C#) ?
by kawing0510
- 3 Replies
- Last post
by nobugz
- Dear Everyone,
I have created the following codes to capture frame from a video using DirectShow in C++. It uses HBITMAP to hold the bitmap data. Now, I want to transfer the HBITMAP to C# Bitmap. How could I do Thank you.
====================== long size; hr = pDet->GetBitmapBits(1, &size, 0, width, height); printf("Size %i \n", size); if(SUCCEEDED(hr)){ char* pBuffer = new
-
- Multiple Forms
by jebtrillion
- 3 Replies
- Last post
by Solitaire
- Hey Everyone
I have a small problem!
I have a windows forms application, it contains two listbox, a panel, and a user control with a textbox in it. When I click on a item in listbox1 listbox2 is filled with more items and a user contol is loaded into a panel. When I click on listbox2 it is suppose to load some text into a textbox on the user control. But no text is displyed.
W
-
- Where does the .NET framework put programs?
by Jerry Brown
- 14 Replies
- Last post
by Jerry Brown
- I wrote a small application in VB Express and installed it on my laptop which runs Windows ME. After installing the .NET framework the application loaded and ran ok. I'm reconciled to the fact that the .NET framework will have to be installed on all my client's computers (even though it took 20 minutes). But the code isn't located in the "Programs" folder. Is this normal Is there any way
-
- Visual designer (win32)
by CyberLord_Dan
- 14 Replies
- Last post
by CyberLord_Dan
- I've created a win32 project.... Can I use the form designer to design my forms (i want my project to remain native...)
-
- C++: DialogResult and namespaces confusion...
by martinlooker
- 8 Replies
- Last post
by faex
- Hi I'm working with C++ Express, I'm new to Windows Forms and the namespaces used but not to C++. I'm having difficulties with DialogResults: The MSDN documentation gives examples like this: System::Windows::Forms::DialogResult result; result = MessageBox::Show( this, message, caption, buttons ); if ( result == ::DialogResult::Yes ) Yet when I compile I get the following errors (for the if line)
-
- simplifying code
by Cameron Kloot
- 8 Replies
- Last post
by Figo Fei - MSFT
- hi, i want to simplify this piece of code so it wont take up as much ram: (there are other like it which is the reason for simplifying) private void openItem_Click(object sender, EventArgs e) { if (dataChanged == true) { DialogResult result; result = MessageBox.Show("Would you like to save your file ", "Close", MessageBoxButtons.YesNoCancel, Mess
-
- how do we update our program?
by pinoyz
- 5 Replies
- Last post
by pinoyz
- how do we update our program for example i have a finish product and i install it to user's computer...in form1 i have datagridview and a button!!! i want to update my program and put some search button and textbox... how do we do that
i saw some option when i publish my work to update... it require's a server... can we do that in shared computer how can i update my software install it again
-
- C# for Kids
by Wizard420
- 2 Replies
- Last post
by Wizard420
- In the MSDN Library there is an eBook titled "C# for Sharp Kids". I thought this would be a good place for me to start since I haven't done any programming since QuickBASIC.
Here's the web address...
http://msdn2.microsoft.com/en-us/library/bb330922(VS.80).aspx
In the first chapter, there is mention made of a file named "Example.zip" which is supposed to cont
-
- Help with Data Units
by Decimator
- 2 Replies
- Last post
by Decimator
- Hi, I am building a VB project for some school work, and have got to end, and got stuck with some errors that it is throwing me. Please can someone tell me what the following means: (The last four procedures is where i am getting the Build Error) Private Sub cmdCalculate_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles cmdCalculate.Click txtDayTotal.Text = Format(Val(txtD
-
- Excel, Access and VBEE question
by FVxSF
- 6 Replies
- Last post
by TJayE
- My understanding is that Excel is like a database and MSAccess well is a database.. My friend works for a shipping company and every now and then their server goes down, along with the orders. Their only back up are poorly had written orders.. Well he was talking to me about a printable solution. I've been programming for a while as a hobbiest. Probably 4 to 5 years and made some fairly good progr
-
- Will not connect to server...
by JesseV
- 3 Replies
- Last post
by JesseV
- Hello Everyone,
While trying to install Visual C# Express it will not connect to the server. It trys 5 times, but will not connect. What do I do Any information provided will be greatley appreciated. Thank You.
-Jesse-
-
- How to compile a standalone exe?
by jls
- 6 Replies
- Last post
by nobugz
- I've made an application that runs perfectly on my computer but doesn't run on another one (the error message says something about bad configuration and reinstalling the application). The project's configuration is pretty much the default one. I guess there is something I need to change in order to make it work as an standalone exe, so it runs in every other computer.
-
- Running applications from the library
by field33
- 2 Replies
- Last post
by ahmedilyas
- I embedded in my application another application, but how to run it
Thank you.
-
- How to Make Help File in .net 2005
by laxmisatya
- 6 Replies
- Last post
by laxmisatya
- hi,
My requirement is to create a HelpFile to my Project.
Iam doing on .net 2005 C#.
Iam searching more sites but i dnt understand which one is New Version.
What is the new version in Help File.
How to involve that HelpFile in My Project.
Help Me with process.
Thanks In Advance.
-
- Question about a ContextSwitchDeadlock error message
by James Nesbitt
- 3 Replies
- Last post
by ReneeC
- I am writing a program which creates a list of all of the folders and files on a number of drives on the computer for helpdesk documentation purposes.
In testing the program, I am getting the following error:
ContextSwitchDeadlock was detected
Message: The CLR has been unable to transition from COM context 0x1b5630 to COM context 0x1b57a0 for 60 seconds. The thread that owns the destinati
-
- Interop question
by Paul_Sharlyr
- 2 Replies
- Last post
by Paul_Sharlyr
- Hello
I have a question about C# express, apologies if it's been asked before, I searched the other posts in vain.
Is it possible to create a class library dll in C# 2005 and use it in a C# 2003 project When I try to reference my 2005 project dll from 2003, I get a "reference could not be added, not a valid COM component or assembly ...". I haven't tried going the COM route (I'm n
-
- slideshow
by clint 2
- 14 Replies
- Last post
by cheyenne
- how can I alter this code so it displays a different image every minute.....like slideshow
thanks
PictureBox1.Image = Image.FromFile _
(System.Environment.GetFolderPath _
(System.Environment.SpecialFolder.Personal) _
& "\Shell2.jpg" )
-
- Infinite Loop - having trouble exiting
by visual_star
- 14 Replies
- Last post
by ReneeC
- Howdy
I have about 5 to 10 subroutines and the program can use up to 5 subs at a time
for example
its a hockey simulator program so its starts with a faceoff routine and depending on what team wins the faceoff it can go to two seperate subs
so after i click a button it goes like this
Opening_faceoff()
runs code
Left_defense_Home()
runs code
-
- Error when creating or opening a project
by stefan.w
- 11 Replies
- Last post
by dRoseMirakel
- Hello, I already posted this in the C# section, but the problem also happen for VB :-( http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=141667&SiteID=1 When I'm trying to open or create a project with C# or VB an error message is shown. The error describe a problem with the file, folder or volume label ! "Die Syntax fur den Dateinamen, Verzeichnisnamen oder die Datentragebezeichnung is
-
- how to: user controls visually
by PL01
- 9 Replies
- Last post
by PL01
- Hi All,
actually I test-drive VS Professional 2005, but since my question is very basic (I suppose) decided to post here.
I have customized DataGridView, adding event handlers for some exta functionality, like colors, behaviour, etc. Now, as my project grown big, I want to use benefits of inheritance and 'reusable user controls' idea.
I know good idea is to do a separate project
-
- Any book or tutorial available for free on Visual C++ Express Edition
by benktesh
- 1 Replies
- Last post
by einaros
- I am trying to move along with Visual C++ Express Edition from Visual C++ 6.0. I would like to know if there is any resources out there to learn this software products. Thank you.
-
- Controls on Tab Pages
by Maenvoliust
- 4 Replies
- Last post
by Maenvoliust
- When I select one of the tabpages the controls on that tabpage are redrawn so slowly.
Does someone have an idea to improve the performance
-
- How to make the entire VB assembly CLS-compliant?
by Ken Pergola
- 1 Replies
- Last post
by Ken Pergola
- Hello,
Does anyone have a Visual Basic 2005 Express snippet that details how to make the entire assembly CLS-compliant
In C#, it's as easy as this:
// Assembly marked as CLS-compliant.
[assembly: CLSCompliantAttribute ( true )]
But I want to perform the equivalent in Visual Basic. I've searched these forums and did not find any example. I've seen the following in the MSDN document