11,868 Topics
![]() | |
i've upgraded my vb.net application from visual studio 2005 to 2013 and and when i click to show a form which its windowstate is set to maximize , the form shows in design size and i need to open another form and go back to it to get it in … | |
Hi, I have some problems when drawing dot or lines in picturebox. If I do minimize and maximize the form after finishing my drawing, all of my drawing will be lost. I can't see any more. How should I handle this situtation? Regards, Zawpai | |
How can i copy data from a named range in a different worksheet and paste it to another worksheet all done without activating both sheet. With all code just behind a form button If i try to use the statement **application.goto reference:="x"** where x is the named range but this … | |
I am building a winform Application. I have to create buttons dynamically based on data fetched from database. I followed following steps Created UserControl On UserControl_Load event I fetched data from database. I populated the UserControl with buttons based on number of rows i get from the database. The above … | |
hi can u help i have a problem regarding to my database, i need to show an error window when the connection is not available. for example, the router is off means the user cannot connect to the database, so the user screen will appear that there is no connection. … | |
Hi all, Can I protect my exe file not to copy from one PC to another? I think it can be done, but I don't know how to do this. Could anyone please give me some guide lines? Best Regards, zawpai | |
I made a visual basic program and i want to know how to make installer can anyone help? | |
Hi does anybody know how to create a custom form that user can fill in excel. what i need is: lets say user select and click 1 or 3 cell a popup form open. The user then fills in the info on the form ( ex.. name, address, tour operator … | |
I have a project which is running on client side.Now i have to do some modification in it.so i have to make patch file.what is patch file and how to make it.Can i make ocx,dll and exe in place of that. | |
I have a dir list box db.Close 'Kill (App.Path & "\PhoneTel.mdb") our = (Dir1.Path + "\" + File2.filename) mitt = Left$(File2.filename, 12) ' phonetel.mdb SourceFile1 = our ' DestinationFile1 = App.Path + "\" + mitt '"PhoneTel.mdb" FileCopy SourceFile1, DestinationFile1 as seen in the second image there is i will that … | |
Hi Guys My Visual Studio 2010 Application exe looking wiered in windows 8 but work perfect in Win XP ? look at these snapshots, what would be the reason for this ? thanks regards sumith | |
Hello friends..please help me I have two identical Tables in my Database (Access) Table 1.Salup , Table 2.Salup1 . All the fields are identical My problem is:- I want to copy/append 1. All the records 2. selected Records agreeing certain criteria(eg."Sex=Male") From Table 1 to Table 2. through VB6 code.I … | |
Hello Dear All, I have a small problem ,though seems very simple,being a newb It is difficult for me. Please Help me I have a message box VbYesNoCancel My code is here If ACRS.RecordCount>0 Then MsgBox"SALARY ALREADY CALCULATED DO YOU WANT TO RECALCULATE ?",vbYesNoCancel,"Pebble" Else CmbNdm.SetFocus End If My problem … | |
What must be the code in order for the ff to be displayed once you clicked the command button? 1 1 2 1 2 3 1 2 3 4 1 2 3 4 5 | |
Hello All, I went through many websites and did not find any converter that could purely convert C# syntax to VB syntax. However there are many converters available on the Internet but personally I don't think they are pure converters. Requesting all to please suggest some online tools/converters to achieve … | |
hellow every body i need sql comand works in vb6 with windows7 thank you | |
Write Boolean function named CanEnter , that answer the question “ Can X number of people enter the new joe Blogge, s lecture room ?” , Where X can be any positive integer number . Write decimal function that takes One integer parameter, representing annual income. And return the tax … | |
My university's TA helped me setup all the necessary files to run OpenGL on vs 2008 (even though his .cpp and .h files were written in vs2013) yet when I compile the project, it gives me a white window. The same code will display a 3d mouse in the computer … | |
Hi. So I have an assignment wherein I have to calculate the highest, lowest and average of the bowling scores that is entered. How do I do it? I am so confused! | |
Hi all . I would really much appreciated if some one can help and guide me how to do login page by visual studio . Basically im trying to build helpdesk project . login page with database connection . Thanks in advance | |
On adding DataEnvironment i Get Automation error | |
I'm right at the start of designing a small E:Mail control program for a friend, but would just like to ask some advice on best practice before I dive in at the deep end. I have a Form with 2 ComboBoxes and the data selected decides what to send, what … | |
Converts Xml document to string | |
Hello, I was trying to view all the data from a single from a database after the button "search" is clicked and the output will be inserted into corresponding textboxes for future editing. After I entered the ID(1) I get an "OleDbException was unhandled" " Data type mismatch in criteria … | |
Hi Im just wondering if anyone can help me out? I have a text file that contains data that i want to load into a datagrid view I'm new to vb.net so i really have no idea on how iam supposed to start im using vb.net 2010 thanks in advance | |
i have been working with vb6 but does anyone know how to make a vertical slider(not scroll bar) | |
How to create a class in visual studio 2012? | |
I have to run my project when user login the pc.I have to schedule it on a weekly basis. | |
how to edit a record in database by using vb6, i don't any clue :( | |
I need red.proxy.dll reference file for my VB program. i dont have it.... how can i download that??? PLZ help |
The End.