Answer Questions
Julio De Leon 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
PAINKILLER1009 toolbar for dataset (how do i make one?)
i checked out the beginner videos and they were really useful. i added a dataset and when i dragged the table in datagridview onto the working area, a data grid pops up with a nice toolbar on top with the usual functions like adding, deleting and saving. i thought i didn't need the toolbar so i deleted it. now that i want one, how do i add one i tried dragging another datagridview onto the working area, and a data grid shows up WITHOUT a tool ...Show All
arvind_cv cant complie my code
here are my code #include <iostream> int main() { int alder; std::cout << "hej far\n" ; std::cout << "hvor gammel synes du jeg er" << std::endl; std::cin >> alder; std::cout << "\n" ; std::cout << "jeg er " << alder << "\n" ; system( "pause" ); return 0; } i did make it in Dev-Cpp ...Show All
T.R. Roadkill can I run the Visual Web Developer side by side with visual studio 2003?
Can I run the Visual Web Developer side by side with visual studio 2003 So I can use framework 1.1. in vs 2003 and framework 2 in visual web developer thanks in adv fc Yes, it is possible. ...Show All
Nico.Kaiser Arrays wont work?
ok so like in vb 6 this would be an example of a simple array of form1 which would work for what i want to do. Now if you upgrade to vb.net it says you cannot have an array. The following wont work :( and if i take out the new it gives me errors i dont get when i do the loop. How can i make this work Dim pm(100) As New Form1 Private Sub Command1_Click(ByVal eventSender As System.Object, ByVal eventArgs As System.EventArgs) Handles Command ...Show All
albedo20 Strange string problem in vb?
I am currently making a program that reads the ID tags from an MP3. Here is my problem or an example of my problem. Lets say I have the artist showen in a msgbox and the song title showen in a seperate msgbox like so: msgbox(artist) msgbox(song) The msgbox will appear and show the correct info. But lets say I do something like this: msgbox(artist & " - " & song) it will ONLY show the artist, but this ...Show All
buddysal UserControls/Design Time Property Grid
I'm designing and UserControl with a lot of properties. I would like to place some of the porperties in sub catagories. Similar to the way the X,Y properties are displayed for the Location property under the Layout catagory. Can someone help me emulate this behavior. Thanks Robert Sure... you can supply a TypeConverter attribute to a property. The TypeConverter will convert you ...Show All
Sven Beneke Error adding reference .dll
I'm trying to add a .dll that I wrote in C to a VB.NET program. I get the message that the reference could not be added... make sure file... is a valid assembly or COM component. How do I make it a COM component Thanks. Take a look in your framework directory and subdirectories /windows/Microsoft.NET for regasm.exe I think that's the tool you are looking for. It'll take a com ac ...Show All
Buboi Peng Timing issue
I would like to find out if there is a way to add a bit of time for one line of code to complete before Starting the next. I would like my textbox to display the contents of an action as in: case 4 TextBox1.Text = "My Text" ---Do Somehting here to slow the system down for about 5 seconds TheAmount = TheAmount - 50 If TheAmount <= 5000 Then MessageBox.Show("Your Amount is: " & TheAmount) End ...Show All
Support code for verifying username and password
Hi There I require the vb code for user to enter username and password if it is correct then only get access to the program. Run a check if the username and passowrd is incorrect the user can re-enter until he/she enters the right user name and password.A message box must appear to tell the user the correct username or password is valid.or that the both username and password are invalid. thank you will be waiting for your reply ...Show All
MarekP Registration Benefit Portal login problem!
Hey there When I try to login to the Registration Benefit Portal , my browser just go totally crazy. It redirects or something and stays on the same page. Here is the url where the error event happens: ( https://connect.microsoft.com/downloads/downloads.aspx SiteID=40 ) Can any one here help me out. I would like log in to the Registration Benefit Portal . Hope hearing from you! Greetings from Denmark, Europe /Lucien ...Show All
1Dave sample project "addresses" database
I just downloaded VB Express. I am a beginner. In the VBGuided Tour - managing your records, I tried the sample program "addresses" and the 3 addresses came up fine but I couldn't add any addresses to it. I first hit the add button and blank text boxes came up, then I filled them in and hit the save button but nothing was saved.(that is when I closed the program and then ran it again just the original 3 addresses wer ...Show All
CPG Chart Control
I have upgraded a VB 6 application that has a chart. The upgrade was successful but when I run the application I get the following error: System.InvalidOperationException was unhandled Message="An error occurred creating the form. See Exception.InnerException for details. The error is: Unable to get the window handle for the 'AxMSChart' control. Windowless ActiveX controls are not supported." Source="WindowsApplication ...Show All
Prasanth Menon how do i tell if a text box contains only spaces?
I am just converting from VB 6 to Express, and alot of the coding is different, so I've been messing around with some basic programs to get the hang of it. I'm currently working on a Magic 8 Ball Program lol, but it is actually relatively in-depth (for a magic 8 ball program lol). but my question is, how can I tell if a text box contains only spaces, because if the user clicks the button, i don't want the button to function unless they have type ...Show All
jaymik Is vc++ 6.0 good
i bought a book on vc++6.0.can i build powerful software applications with that.what is the difference between the vc++6.0 and vc++ 2005.what is the latest released version Softbyte wrote: Yes i have express edition but it requires Internet explorer 7.0 which i do not have.It takes a long time to download it I install Visual C++ 2005 Express Edition on a computer with Internet Explorer 6.0. I do not think you need I ...Show All
