16,916 Topics
![]() | |
Hi I am working in asp.net with C# web application, I have used visual studio 2003, i have used dropdownlist in my application to populate the data from mysql database, i have got problem while i selected the item from dropdownlist, its not selecting correct item i'm selecting from dropdownlist, … | |
Hi to all threadviewers, I've designed a datareport..That works fine.. But i need to customize height of report's page-footer. Report works fine with default height of report's page-footer. Not works when try to increase height of report's page-footer from normal.. It says "Sections don't fit vertically on the page". Any … | |
i have a problem in trying to link my listbox with its respective field in the database. when i run my program in vb6, i get all the other records populated into my form when i click on the ADODC but i couldn't get the info i entered in my … | |
Develop a [URL="http://www.daniweb.com/techtalkforums/thread311.html#"]program[/URL] that will determine whether a department-store customer has ex-ceeded the credit limit on a charge account. For each customer, the following facts are available: a. account number (an integer) b. balance at the beginning of the month c. total of all items charged by this customer this … | |
Is there anything wrong with this code? [code=C#] namespace RotnetSudoku { public partial class splash : Form { public splash() { InitializeComponent(); fclsStartScreen frmStartscreen = new fclsStartScreen(); frmStartscreen.Show(); this.Visible = false; } } } [/code] Apart from the indentation? When i run it ithe splash form doesn't close...Also, if i … | |
hi all! would just like to seek assistance... i am trying to open a pdf file in visual basic. if im trying to put it in as OLE it would only work if i have set the source file in the properties box. but if i put the source file … | |
Hi, any idea how to copy row and column data from msflexgrid to excel, I have tried looping from the selected rows and columns of msflexgrid using "VbTab" and "vbCrLf" and clipboard.setText, "vbCrLf" seems to work in separating the data into rows but data to column seems to have some … | |
I need everything about visual basic , i mean code and what is used for?, coz am beginner in that field so if can help plz do ,thanx so much:idea: | |
I have just begun to learn VB 6.0. I have a question: I save a project "freind.vbp" , then I want to open it but I can't open the properties of project. I only open the code of project. How can I open the properties of old project to fix? … | |
Hi to all, I have a program that will print a file automatically after downloading it from the web server, the problem is how can i delete or cancel print job already in the printer queue... i already try [code]printer.killdoc[/code] but it does not delete or cancel job that are … | |
I happened upon this forum from google. I have been trying to make this work for days and have read many, many articles but can't find anything that I can seem to get to work. I have installed IIS and it is running, I can type in my broswer [URL]ftp://localhost[/URL] … | |
I am using Visual Basic 2005 express (.net) 1) How would one get a SINGLE keypress in the console? (the equivilant to INKEY$ in QBASIC) 2) crap, i forgot my other question! Oh well. Chances are i will remember in a few minutes :lol: | |
Hi All, My First Post! And I'm not a student in school or college. This is a long story, but I will give you a synopsis of why I'm here: [COLOR=maroon]Another charge nurses . . . [COLOR=maroon]duty of creating the monthly schedule . . . [COLOR=maroon]other nurses . . . … ![]() | |
Hi All, I have a problem to solve.I am importing 200000 records(.txt) in notepad into excel but when it gets to 65000 records it truncates telling me that not completely exported.I now write a code in vb editor(excel) trying to count every 5records and export to excel.Please, have a look … | |
I need some help because i am trying to do this use a Cn as new ADODB.Connection , and a Dao Rs as Dao.Recordset so i need to put this to together? because i had a test in my university and my teacher put this in the exam, and nobody … | |
Visual Basic 6 VBP Assignment Mail Order As a member of a development team involved in setting up the accounting and financial systems for a new mail order business for household items, your task is to develop an application to calculate the amount due for each order. The specifications for … | |
I got a Logitech wireless mouse for my birthday, January 28, which I immediately installed on in new notebook. It worked fine, up until an hour ago. I unplugged the receiver to move it to a new USB port in the back, and when I did, it stopped working. Windows … | |
i am creating a notepad with the help of menu editor but i have problem to create a menus codes like when i click on the new then open a new form in same form and other menus also | |
I am currently writing a game in Visual Basic 6. It is a role-playing game that has many real-life features, like buying shops, cars, houses, and also joining a gang. I need help with something. On the main GUI, which has options for a job, like a shop owner, a … | |
have to make 4 triangles * ** *** **** **** *** ** * up to 10 lines on each, but to save space i threw down 4, i have those done no problem here is the code i popped to make those happen, this is VB '05 Command App btw. … | |
Hello to all thread viewers, There is any way to set a control's property through its "TABINDEX"... For example can i focus a textbox by simply knowing its "TABINDEX"... Thank you... | |
I have a problem with using the datareport in accessing a specified data from the database... example.. i have 100 persons in my database but all i want to print in my datareport is only the datas in person no. 77... can anyone help ? =) | |
I am developing a web application using Visual Studio 2005 to build the web interface and SQL Server 2005 to build the database. I need to be able to access the database queries via the web interface. What I want is that after accessing the website (via its address, say, … | |
Need a help, or hire VB progarammer to interface between different excel sheets. | |
Help please, how to appear a combo box in DataGrid while user click a cell? | |
hi, can any one help on how to convert text to voice... i have problem in the project where i use DirectSS component for the same. it works fine in my pc but not in other pcs. can anyone help? | |
Private Sub Command1_Click() Dim RetVal RetVal = Shell("cmd.exe", 1) ' Run Command window. SendKeys "telnet ip{ENTER}" ' For pinging ip SendKeys "login id{ENTER}" ' send login SendKeys "password{ENTER}" ' send password End Sub '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' Hi Friends, this is my simple program for pinging to my system and then i want … | |
Need some help on VBP6 Mail Order Code I'M loss with coding Anyone can help [B][COLOR=black]Visual Basic 6[/COLOR][/B][B][/B] [B][COLOR=#000000] [/COLOR][/B] [B][COLOR=#000000]Visual Basic 6 VBP Assignment Mail Order As a member of a development team involved in setting up the accounting and financial systems for a new mail order business for … | |
hello I want to know how can i use circle Button in Visual Studio. i have visual studio But i don't have any circle button on it. how can i add circle button and how can i find them? ![]() | |
I need help on this, does anyone know how? I tried by typing.. public int LeaderboardLength { get; } but Visual Studio gives me an error message :-/ I also tried to use public struct LeaderboardLength { get; } or public struct LeaderboardLength : get; please help, very well appreciate … | |
Hi! Before we get started, take a look on the picture below: [IMG]http://img524.imageshack.us/img524/5440/mapms1.gif[/IMG] If you use your imagination, you could see there a road map with two points: the "start point" and the "goal point". The truck must start in the "start point", follow the "road nº2", then the "road … | |
hey everybody, Does anyone have examples or web dir to conect visual basic using winsock to linux postfix. i already can work with smtp server (windows) but my code does not work with the oinux postfix. thanks Gerardo :idea: | |
Hello, I have developed a small commercial application in VB+ MS-Access. Now, I want to sale it with trial version and registered version. However, I am not getting a [I]perfect [/I]logic to write in VB to design a [B]Product Registration Code![/B] Please guide me in this regard. Thank you very … | |
hi... pls help me detect the recycle bin size using VB COdes.. coz im really having a hard time finding some sources over the net... ple help me on how to do it.. pls..pls... | |
Hi, Need Some Help. I Need To Connect To Postfix With Visual Basic 6 In Order To Send Administrative Mesagges To The People With Postfix Account, This Is Only Intranet Environment. Regards. Gerardo | |
Hi everybody, I'm so new with Visual Studio 2005!!!! It has bunch of functions that I don't understand on how it works, does anybody have idea on how to debut my code? I wrote a class program that will receive 2 integers from the main methods, but I don't know … | |
i already know how to do a login form using a .INI file, but i was wondering if it is possible to make a form that automatically downloads a file from the web on loading, and uses that as a database for passwords and users, i was also wondering if … | |
[COLOR=#000000]I access Visual Studio 2005 application to build my website from a remote system of the company that will host the website. I was building an asp.net website (website name is ThirdApp) following an example in a book. When I tried to run the application, following the exact steps in … | |
im not sure, and i dont have msaccess on my computer, dont like the newer versions and the older versions are too hard to find, but i'm pretty sure your able to use a msdb(mdb) file as an ini file, seeing as vb6 will pick up any file type as … | |
hey I am new here.. HI! I was wondering is it possible to create a "new user" buttion in vb6 anyhelp will be great.. thanks | |
Hi! I have to problems regarding VB6.0 and Access and some other applications... [b]1. I can not open a database from access.[/b] Dim mydb1 as Database Dim myrs1 as Recordset [b]Set mydb1 = OpenDatabase("MyDatabase.mdb")[/b] Set myrs1 = mydb1.OpenRecordset("student") The error appears on the bold text. It says either "Unrecognized database … | |
Hi, I have a program here, for encrypting text using caesar cipher....except, I don't know how to get it to input the encrypted text back into my input text box! Here's what i have so far: Any help appreciated, I'm sure it's only a minor thing but when I was … | |
Good day everyone. Please forgive me if this is in the wrong forum/context but I am seeking some assistance which i have been unable to find anywhere. Im currently in the hopes of being able to add a drop down to a particular column each time a row gets added … | |
this is my second time to post a message on this forum, well im not really sure if the first one was properly submitted. i just want to ask help again from someone who knows somthing regarding the detection of Recycle bin size without opening its properties. pls do help … | |
I need to modify a Function procedure, I can do it with de VBE object. But once time I have run this function, the changes made to the code don't take effect until ends the application and I don't want this, I need to recompile only this function. How can … | |
I made a small application for ActiveX control in Visual Basic to test. There is an ActiveX control which have a listbox and some command buttons.But this is not working . The application should work like this: ActiveXcontrol1(Listbox and Refernce to ActiveXcontrol2 as a command button)-> Click CommandButton1 (let's say … | |
Hi, I'm new to Visual Basic 6.0. Can I start with Visual Basic .Net or should I begin with Visual Basic 6.0. instead? Thanks; Jose | |
Hi, I am using SWIG to generate the wrapper for python i.e. I am tring to correlate the c++ and python2.4. I am using the windowsXP platform with Visual Studio 2005 Editor and the Turbo c++ complier. The problem is that after Generating the c++ file and the python file … | |
Is there any way to adjust the volume per sound when using the sndPlaySound function? I am using an MMControl for background music, and currently using sndPlaySound for all other sounds. The issue I am having is that the sndPlaySound sounds are alot louder the the background. Thanks, Mike | |
I am working in visual studio 2005,i want to open a new word document on click of button,for that i have added microsoft word 11.0 than also i am unable to import ( microsoft.office.interop.word )namespace.So any one can help me to import this namespace as soon as possible. Thanks in … |
The End.