Answer Questions
Cao Yang More text box Stuff?
Private Sub Button1_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim incomebox As Double Dim MTR As Double Dim result As Double incomebox = IncomeBox1.Text MTR = MTRBox2.Text Resultbox.Text = result 'Label20.Text = result result = MTR / 100 * incomebox End Sub is returning a value of "0" Hi, after looking at my code ...Show All
curious george2 Unable to "require" or "use" classes and functions from a included .cs file
I am using Visual web developer 2005 Express Edition and i have right clicked the project file in SolutionExplorer and included a .csharp file.It got added inside a App_Code directory. When i created an object for the class constants the dropdown was visible and constants class was selected. Constants cons = new Constants(); When i ran the webform an error occured indicating: CS0246: The type or namespace name 'Constants' could n ...Show All
gdekens express editions videos
can't see any of the learning videos for visual studio express edition. It plays in Media Player but no picture only voices, is this what's suppose to happen How Do you save these videos Locally Thanks Open up whatever express edition you're using and at the start page you'll see the links to guided tours and video series tutorials. To save the videos locally, si ...Show All
salmanhasan Express and "MSDN Desktop search" together ?
Anyone using these two together and having crashes I cann't seem to have a hours worth of programming done or my machine is totally frozen and I have to restart it... txs jmw Jmw - We haven't heard of any problematic interactions between Express and MSDN Desktop Search before, but if you see this problem in an isolated installation, or in a way you can provide any more details about, we'd be very interested ...Show All
R.E fstream with Japanese filenames?
Hi I'm currently making a studylist program for learning Japanese. I'm using an fstream reader to read and open my studylists and it works fine when the filename is in English, however when the filename is in Japanese, or any directory in the path is Japanese the fstream reader returns a null string. (actually it returns nothing which I'm assuming is null). This is strange because reading the studylists (with Japanese entires) is fine, ...Show All
Shelly vb&exel workbook open event
hello everybody, I'm trying to run a macro when activate event accurse, the macro should add a menu item. while openning nthe workbook an error message pop's up code: Private Sub Workbook_Activate() Dim myMnu As Object Set myMnu = CommandBars("Worksheet menu bar").Controls. _ Add(Type:=msoControlPopup, before:=3) With myMnu ' The "&" denotes a shortcut key assignment (Alt+M in this case). .Cap ...Show All
Grandote945 making the program starting with windows via registry
Hi there. I have a question. I want to make an Option in my application so the user can decide if it should be put into the startup folder. so, how can i write into the registry, or create a shortcut into the startup folder - and how can i delete it, if the user uncheck the option I already opened a thread like this, but i forgot that the english name for the startup folder is different from the german one ( autostart ) which may cause irri ...Show All
MuthuAnnamalai Help i'm trying to query from sql with tableadapter
A below is how i got it setup, I know it's very wrong but I hope you can understand what I'm trying to do. Basically, I have one searchtextbox, one searchbutton and a combox which I edited and inserted two strings RMAnumber and SerialNumber. I want to beable to get the result no matter if I search by a RMAnumber or a SerialNumber. I know that my setup conflicts between RMA and SerialNumber, so I guess this is where a combobox comes in, rig ...Show All
Ajay Tandon VC-EE Redistributable Executable?
Hi, I live in a country where ISP's have harsh restrictions on download usage. And would like to save a copy of Express Edition that doesn't require me to download 60mb~ every time I reinstall the program. Does anyone know if a "redistributable version" exists which would allow me to install it without an internet connection I ask this as nearly all other Microsoft software I've come across has this option. (.NET Framework, Service Packs, Direct ...Show All
Garron Mosley Do I still need this connection string?
Do I still need this for the connection string .... one of the reasons I had it in a method was so that I could change the address of the database... ' ************************************************************ This is a connection string, though I'am sure I should not need the whole thing can you inlighten me what I would need for the code below this code for it to allow me to change the address for the connection string .mdb ' ******* ...Show All
Brian Furner Formating a Label
Private Sub Button1_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click 'This calculates average income tax paid on earned income Dim incomebox As Double Dim MTR As Double incomebox = IncomeBox1.Text MTR = MTRBox2.Text Label20.Text = "$" & MTR / 100 * incomebox End Sub Private Sub Label20_Enter( ByVal sender As System.Object, By ...Show All
corner22 Having problems creating a new user VWD2005
I am currently having problems with creating a new user this happens under visual web developer 2005 here is what it looks like: User Detail Sign Up for Your New Account User Name: * Password: * Confirm Password: * E-mail: * Security Question: * Security Answer: * The Password and Confirmation Password must match. Password length minimum: 7. Non-alphanumeric characters required: 1. ...Show All
rayhojka No sound using My.Computer.Audio.Play and Win98
My app plays sounds when it is running and works fine on my WinXP machines but when I use it on a Win98 machine it doesn't produce any sound. The sound files (.wavs) are distributed with my app and stored in a folder in the same directory as the .exe Are there any limitations with using My.Computer.Audio.Play with Win 98 I have the same problem discussed in this topic. The problem is the same also on a ...Show All
Goswinus Do you know how to play video with AxMediaPlayer Class?
Dear everyone, I have a problem and hope you could help. Thank you. AxMediaPlayer is a class which plays video using Windows Media Player. I could play the video with AxMediaPlayer. But I also want to play video of certain time slot. For example, I want to play it only from second 5 to second 12 (not playing the entire video) after open the media file. Then, how could I do this with this class Do you know Regards, David ...Show All
tdhers Suddenly I can't open any forms in the Designer
I've been happily working on a new program in Visual C# Express. I have had a few problems, no doubt, but this one takes the cake. When I opened my project today, upon double-clicking a form in the 'Solution Explorer', I get 'Object Reference not set to an instance of an Object' dialog popup. And the form doesn't open. It happens to all the forms in the Project. I tried opening my other project... same thing. So. all my C# projects have come ...Show All
