-
- Most powerful language.
by Code-Master
- 1 Replies
- Last post
by Bruno Yu - MSFT
- Hi
I was just wondering what the most powerful langauge is.
I also would like to know how much diffrence there is between say C++ and VB.What can C++ do that VB cant
-
- ExtractAssociatedIcon 48x48?
by paoloTheCool
- 3 Replies
- Last post
by Citizen on the earth
- I am trying to extract larger icons from files other then 32x32. (I am using Vista). I am using Icon.ExtractAssociatedIcon. Does anyone know how i would be able to extract 48x48 forexample
Thanks,
paoloTheCool
-
- protected override vs. event question
by cdx1
- 2 Replies
- Last post
by cdx1
- Hi, I'm making a usercontrol and was told that it was better to use the protected override OnPaint method rather than This.Paint event. Would this also be true, for example, for Resize and MouseMove etc.
-
- display a filename in a textbox?
by BabaG
- 3 Replies
- Last post
by BabaG
- i've gotten this to display a folder path in a textbox: private void wedgePath_Click(object sender, EventArgs e) { FolderBrowserDialog fbd1 = new FolderBrowserDialog(); DialogResult reslt = fbd1.ShowDialog(); if (reslt == DialogResult.OK) { wedgePathDisplay.Text = fbd1.SelectedPath; strWdgPath = fbd1.SelectedPath; } } and this to send the filename to a listbox: private void wedgeFile_Click(object
-
- How can I change the Language in Visual C# Express Edition
by DeepFar
- 4 Replies
- Last post
by EnglishmanInJapan
- Recent day I just dowloaded and intstalled the Visual C# 2005 Express Edition. Then I found the language of my VS 2005 IDE turned to Chinese( Yean, I'm Chinese for sure, A lot of my friends who hate En to death must burst into tears for this feature ).But I lived very well with those English words for a long time and I can't bear those strange translation. As my expect,I found the International Se
-
- Help with My.Settings
by YellowShadow
- 14 Replies
- Last post
by ahmedilyas
- I setup a Settings String called Hompage. When the application starts it navigates the web browser to the string I put in the HomePage settings. I set this up to Users so I could allow the user to change this. In the options dialog I added a textbox and a button. I want it to save whatever the user enters in the Textbox to the HomePage settings. This is the code I have:
Code Snippet
-
- installer error on Vista x86
by cozzie
- 9 Replies
- Last post
by cozzie
- I can't install Visual C++ Express Edition because I need Windows XP Service Pack 2 Update Information I'm on Vista, not XP... why does this happen
-
- Form is appearing behind another form?
by MLyons10
- 4 Replies
- Last post
by MLyons10
- I have a form that on the textchanged event of a textbox should appear. The textBox is pupulated on the form load even from a .txt file. Both forms are set to TopMost = False. Still, for some reason, this form is opening behind the main form. Does anyone have any ideas as to why this might be All of the other forms work fine. Thanks,
-
- How to open a .CHM file with HelpProvider?
by Rinaldo1961
- 2 Replies
- Last post
by Rinaldo1961
- Hi,
I have a F1 key handler, as Help_Reqeusted in my source:
Code Snippet
private void Radiospeler_HelpRequested( object sender, HelpEventArgs hlpevent)
{
helpProvider.SetHelpString ( this , helpProvider.HelpNamespace);
}
But how can I use HelpProvider so that he opens the CHM file
Thanks
-
- Power Point Show in WebBrowser Control ? can it be done ?
by KAAU
- 6 Replies
- Last post
by MichaelDK
- how to view power point show inside a web browser control in an application form
thank you
-
- How to change the Priority of the application.
by Evoluator
- 11 Replies
- Last post
by Evoluator
- Hi;
I am wondering how to change the priority of the whole application in VB
As in the sort of priority you get when you open taskmanager: Real time, High, Above Normal, Normal , Below Normal and low.
Could some body help me please
-
- Day in week in local language
by it.f4n
- 1 Replies
- Last post
by ReneeC
- Is there a way to convert Days in week (Mon, Tue ...) strings to show day in week in computer's default language .
Example :
date .Now.DayOfWeek.ToString converted would be in local language, not in English.
-
- Microsoft.Directx reference. can't find it
by seco
- 16 Replies
- Last post
by seco
- Hi im installing directx 9c on my machine and i have downloaded source code that needs some refrences like Microsoft.Directx Microsoft.Directx.3d and the developer of that source code says he developed it using directx 9c when i click add refrence can't find them ! what to do thanks in advance.
-
- How to copy textbox to a listbox
by Anonymous585628
- 4 Replies
- Last post
by cyber_383
- I was wondering if someone could tell me how to copy & Past
I have put a textbox ( TextBox1 ) in my form. I then put a listbox ( ListBox1 ) in the form & a button that I re named ( Add ). Now I want to put some text or a url address in the textbox and click the add button. And when I do , I would like for that text or URL to be added to the listbox. I have tryed, but i am a newbe to Vi
-
- Form Location
by Dopey-Rob
- 5 Replies
- Last post
by Dave299
- How can I make my program display a message box if the location of the form is greater than Point (1024, 680) My Screen Res
I've tried many things, maybe someone can help me here.
Question:
if form1.location greater than (1024, 680) Display msgbox
If this is possible, could someone write me the code!
Thanks
Rob
-
- Strange ComobBox Issue?
by C#Newbie01
- 2 Replies
- Last post
by C#Newbie01
- I am trying to clear the .Text property of a comboBox, and so I wrote code like so: comboBox1.Text = ""; The problem is that the text is cleared, but sometimes it then still comes back. I don't understand this at all... Why would this be the case It works fine for textBoxes, etc... Thank you very much,
-
- I want my programs to run on a different computer..
by robertlamour
- 3 Replies
- Last post
by Martin Xie - MSFT
- How do I make a release version of my programs so I can run them on a different computer
-
- Visual C# Setup gives "Windows - No Disk" error
by Magus1011
- 1 Replies
- Last post
by Magus1011
- Hi I download vcssetup.exe to my desktop and run it. Setup hangs with a Windows - No Disk dialog with "Cancel", "Try Again" and "Continue" buttons that doesn't go away no matter which button is pressed. I must use Task Manager to Kill Setup and then the Windows - No Disk dialog. The same thing happens when I follow the Manual Installation instructions. -- Thanks in advance for your help, Magus1011
-
- Question about math functions and imagelist control
by FooFighter560415
- 9 Replies
- Last post
by FooFighter
- I'm making a dice game sort of like yhatzee. I have the dice pictures in an imagelist. Say I have 3 of the dice showing 1 which is on index 0 of the imagelist. How would I make it display the total of the dice that are showing 1 when I click the button corrosponding to ones
-
- Serial Port multithreading
by Carsten Kanstrup
- 14 Replies
- Last post
by nobugz
- Is it possible for YourCOMPort.BytesToRead and YourCOMPort.DataReceived to change while the subroutine, which handles YourCOMPort.DataReceived is still in progress
At very high data rates, the data may come in so fast that for example while previous data is being send to display by means of BeginInvoke new data are received. Depending on how Windows and .NET is build this may or may not course
-
- sending a value to a method
by kennm
- 12 Replies
- Last post
by ReneeC
- Hi,
How can I send a value to a method. In the code below when the Analog value has change I would like to send the new value to PictureBox4_Paint.
Module Module1
Public AnalogValue As Short
End Module
Public Sub PictureBox4_Paint( ByVal sender As Object , ByVal e As System.Windows.Forms.PaintEventArgs) Handles PictureBox4.Paint
Dim B As New S
-
- F1 key doesn't work!
by Fulgator
- 4 Replies
- Last post
by Fulgator
- I am now in trouble because suddenly F1 help key has stopped work properly in my VC++ 2005 Express. More precisely when I mark some keyword or library function name in source file and then press F1, " Information Not Found" window always appears. Note that I have MSDN Help installed in my system so I chose "try local only, not online help" in the VC++ Tools/Options/Help menu.
-
- Hangman game with strange bug.
by MonkeyNeedBanana
- 3 Replies
- Last post
by MonkeyNeedBanana
- I can't seem to track down where the issue with this program is. I've only just started coding C++ any help would be great.
I started off with two global char variables as I intended to use functions and wanted not to have to worry about inheritance or writing local variables. Problem was when I finished the code I realised functions weren't needed and moved the variables within int main().
-
- mdi and menustrip problem
by pinoyz
- 3 Replies
- Last post
by SJWhiteley
- hi there!! here's my problem i have 2 forms... form1 as mdicontainer and has menustrip form2 as mdichild and has menustrip... when i run my project and call the form2 which is the mdichild, the menustrip of form2 is now in form1 menustrip it added to menustrip of form1.. can someone help me
-
- download from ftp
by Nightlife
- 1 Replies
- Last post
by Riquel Dong ¨C MSFT
- hi all, i have an auto updater that will download the files from an ftp server protected with ID and PW, but idk where to start.
-the auto updater will read a version (1000) in a text file
and on the ftp server there is olso a text file with a version (1001)
but on the text file of the ftp (1001) there it says what files he has to download
now how can i do this in vb