| Subject | Date Asked |
|
| Visual Basic Express 2008 variable output file | 11/22/2009 |
Q: Console.WriteLine("give the name of the output file") fileName = Console.ReadLine() ... A: This should work: Console.WriteLine("give the name of the output file") fileName = ...
|
| voip | 11/19/2009 |
Q: i want to build a voip application that works in a local network i have a good coding skills using ... A: It depends on what architecture you wan't to follow, first thing you need to do is to start research ...
|
| Session | 11/13/2009 |
Q: I have a question on Session in VB.net. How to extent the live value of session in the application? ... A: Please try this in web.config <configuration> <system.web> <sessionState mode="InProc" ...
|
| Visual basic 6 | 11/9/2009 |
Q: How can I get the information from a HP printers LCD panel and put this in a text box in vb6. I have ... A: I have not done any work in talking to HP drivers specifically, unforetunately I won't be able to ...
|
| Visual basic 6 | 11/8/2009 |
Q: How can I get the information from a HP printers LCD panel and put this in a text box in vb6. I have ... A: You might want to have a look here: ...
|
| re: treeview | 10/8/2009 |
Q: Assalamu alaikum, it seems that my question not understood. what i mean is that i want made treeview ... A: So on the click event or (SelectedNode or NodeSelected) event write code to retrieve create a new ...
|
| How to auto-generate dynamic connectionstring? | 10/7/2009 |
Q: I follow online 3-tier sample application. One advice is to use app.config to keep connectionstring. ... A: Yeah thats why the steps described for 2k3 and 2k5 are not available on 2k8 the data layer ...
|
| Explorer Button | 10/7/2009 |
Q: I am currently working upon my data mining project for which i need to upload a database into a ... A: For MDI applications look here: http://www.startvbdotnet.com/forms/mdi.aspx Regarding browse button ...
|
| treeview, listview | 10/6/2009 |
Q: Assalamu Alaikum, with due respect and honour, i create my project which consist treeview in vb 6, ... A: W.Salam, Please let me know what error are you getting exactly and at what line of code. And I ...
|
| How to auto-generate dynamic connectionstring? | 10/2/2009 |
Q: I follow online 3-tier sample application. One advice is to use app.config to keep connectionstring. ... A: Late reply, wasn't able to check my emails lately. Would you please tell me what kind of ...
|
| deployment | 9/29/2009 |
Q: I am using windows authentiction to connect to my database on a lan and i have configured my sql ... A: for windows authentication it is required that you are logged on to the same domain as sql server. ...
|
| To create setup | 9/27/2009 |
Q: I know how to make setup as primary level. But i want to make advanced setup as i can give serial no ... A: Please read this: ...
|
| How to create a Card View? | 9/26/2009 |
Q: how to create a card view using an SQL data Source? This card view contains a list of records where ... A: If you have attempted to write some code and are facing troubles, then I can help you with that. ...
|
| deploying vb.net app with sql on a lan | 9/8/2009 |
Q: I want to deploy my application over a LAN and link the users to the main server but the problem i ... A: When you configure SQL Server by default it disables remote connections. You would need to check: ...
|
| Control User Screen Resolution Setting | 9/7/2009 |
Q: followed up from the previous question answer by you in this url: ... A: Woooo, there seems to be a big time confusion here somewhere. Are you trying to change client's ...
|
| What's the easiest way to remotely control my VB.NET program? | 9/6/2009 |
Q: I started learning programming using VB.NET a few months ago, so I'm still like a total noob at ... A: As it appears to me you need to take a good look at Socket programming in vb.net, here: ...
|
| How to append textbox entries to file ex. "C:\Log.txt" | 8/20/2009 |
Q: I managed to create a program that will append a value from a textbox entry to write/save in a .txt ... A: appears as if the statements above were written for VB6 or TurboBasic. To simplify for your ...
|
| setup in vb.net | 8/18/2009 |
Q: .. I want to make setup in vb.net application. I had made it but my setup can not access images. so ... A: Please read this: ...
|
| Compilation Error in VB.Net | 8/13/2009 |
Q: I encounter an error after compilation. Below is the error I got from my program. Before ... A: Please check that you don't have more than one class with the same name it can happen in the project ...
|
| vb programming vechile registration checker | 7/22/2009 |
Q: im trying to create a vehicle registration checker which needs Area Code containing two letters ... A: This statement should not be working and should give you an error: areacode = Val(txtareacode.Text) ...
|
| printing directory of MS WORD docs | 7/22/2009 |
Q: I have background in ASP/VbScript, and i have studying a little of VB.net. So hope you can help? my ... A: If it is only MS Word documents then you will have to open them using MS Word (programmatically ...
|
| using dataset to get serial data into access | 7/21/2009 |
Q: I have written an application which produces about 200 data items, each has name, value, type, ... A: ah OK. So you want to create a dataset from access which contains the whole access db schema?. In ...
|
| using dataset to get serial data into access | 7/20/2009 |
Q: I have written an application which produces about 200 data items, each has name, value, type, ... A: once you have created a typed data set use the "accepted solution" on this link to create the ...
|
| vb programming vechile registration checker | 7/19/2009 |
Q: im trying to create a vehicle registration checker which needs Area Code containing two letters ... A: Well it appears that you will need to dive into the String class and its members and read about what ...
|
| Question about saving file of excel in vb.net | 6/26/2009 |
Q: I've created an aplication in vb.net that save a created file excel file from a datagridvieww, i ... A: Although the best method is that you record a Macro in Excel and save your file as excel 2003 this ...
|
| to read Image files | 6/19/2009 |
Q: We want to display the photos of students together with their other details. These photos are stored ... A: First of all ImageURL is not a method its a property. Seconly, the approach relates to ASP.net ...
|
| sheduling vb.net application of sending mails | 6/18/2009 |
Q: Let me iilaborately describe the scenario. I am to write a vb.net application which would read ... A: 1. You can use Task Scheduler or Write a windows service that does that for you. reg: ...
|
| Help me! Please | 6/16/2009 |
Q: please help me i need to pass a sql query results in an array I dont know how. Can you help me ... A: I still don't get why you need to your results in an array, the query results themselves are a ...
|
| opening different file types from list box | 6/12/2009 |
Q: I have a button on a form that opens a dialog box so that a user can pick a file. That file name ... A: You need to replace the following three lines with Shell(name): Set wks = GetObject(name) ...
|
| Converting String value to Integer vb.net | 6/9/2009 |
Q: VB6 Code: Dim lngDocSystemID As Long Dim lngEmpSystemID As Long Dim lngProfSystemID As Long ... A: Do you really need to use a fixed value string? I would suggest that you use String Builder class ...
|
| VB6 Multiple DB connection in single SQL | 6/4/2009 |
Q: Currenctly I am using VB 6 to develop this program. the problems I faced now is unable to connect to ... A: You generally cannot create queries which collect data from two different connections. Although you ...
|
| Database Access in Visual Studio 5 | 5/29/2009 |
Q: I am fairly adept in VB 6. I want to convert my vb6 program to vb.net 5. Access Databases. I am ... A: ADO is gone in the new version of .net its now replaced with ADO.Net and new controls for database ...
|
| binary data to database | 5/22/2009 |
Q: usually I can find what i'm looking for on the net, however, this one has me stumped. I have a ... A: This should help you: ...
|
| Union/Map in VB.Net structures | 5/20/2009 |
Q: Syed, I am trying to convert a FORTRAN program written on OpenVMS on a DEC VAX machine to VB.Net. ... A: First of all memory management in VB.net is automatic, you would read and understand how CLR works: ...
|
| Upload Data through VB studio. | 5/18/2009 |
Q: I plan to write a program in VB Studio where upload the data from file with either txt, csv or excel ... A: You could look into ...
|
| Visual Studion 2005 | 5/5/2009 |
Q: Would like to ask you how can my program develop in Visual Studion 2005 can control the user screen? ... A: Can this be done: Yes anything can be done. Should this be done: No. Reason: Thinking of different ...
|
| VB.Net Deployment | 5/4/2009 |
Q: Can we insert CD key or product key when we are making CAB files for our project? There are product ... A: This is for creating the key: http://www.vbcode.com/asp/showsn.asp?theID=2187 Additional Help: ...
|
| wait for a page to refresh | 4/30/2009 |
Q: I'm relatively new to VB.net (well to be truthful I'm new to Programming). Anyway I'm having trouble ... A: I would need a more detailed explanation than what you have provided. Are you writing a desktop ...
|
| Folder and Register Permissions | 4/15/2009 |
Q: I have to install a desktop application in a network environment. The installer creates some keys in ... A: reminds me it might be something to do with the DEP in Windows Vista. Try to add it to DEP as an ...
|
| visual basic .net two questions | 4/11/2009 |
Q: i was wondering if whether u could help me with two problems. i am making a application for my ... A: For your first problem I need to see the connection string first. For your second problem I would ...
|
| random bindind | 3/26/2009 |
Q: sir ,, im making a program that could choose a random data from my sql database and display it in a ... A: Private Sub Random(counter as integer) RndValue = Int(Rnd() * 3) If RndValue < ...
|
| Access 2007 - VB 2008 Express | 3/26/2009 |
Q: Using Access 2007 & VB 2008 Express Having a devil of a time filling a DataViewGrid ... A: Thats why I dont use Data Adapters. Try using Dim cmd as OleDBCommand = CS.CreateCommand() ...
|
| desktop icon | 3/25/2009 |
Q: I have an icon called favicon.ico in my resources flder. How do I add it to my vb.net program, so ... A: When you write the installer you are given the option to choose which icon you want to go with for ...
|
| Help | 3/7/2009 |
Q: I am having a program wrote. In this program there are many dropdown menus. They have created a ... A: I assume that your programmers have your IDs stored as Primary Key in the database which will ...
|
| Reg. DATETIME FORMAT | 2/27/2009 |
Q: Rizwan I have a form where I insert date in a textbox to be stored in SQLSERVER 2000 ... A: I normally use varchar fields to store date in sql server and then convert it to date in queries if ...
|
| Sync. Database | 2/26/2009 |
Q: I'm develop a system with database sql server 2005 express edition program by vb .net, my question ... A: The GUI interface to Publishing is not provided in the Express Management Studio, you either have to ...
|
| Re-checkbox in a datagrid | 2/23/2009 |
Q: Hallo Syed, Thank you for your previous reply but I was not clear, I think so. I have a datagrid ... A: If this is a template column then, you should be using: Dim irow As Integer For irow = 0 To ...
|
| Re: Checkbox and datagrid | 2/12/2009 |
Q: Hallo, I have a checkbox which I called ToPay (design name), this checkbox is unbounded with other ... A: if its a grid generated checkbox then you will have to write code on RowCommand event or ItemCommand ...
|
| Searching A DataGrid and Importing A Image | 2/12/2009 |
Q: I'll try to explain this very simply. I have a form with a PictureBox1, Texbox1, TextBox2, and ... A: So is the DVD image path stored in the database? if not then the above code stands correct. And, ...
|
| Searching A DataGrid and Importing A Image | 2/11/2009 |
Q: I'll try to explain this very simply. I have a form with a PictureBox1, Texbox1, TextBox2, and ... A: you will need to use the Image.ImageFromFile Method and pass it the filename entered in textbox1 ...
|
| Bold part of a string in excel using VBA | 2/6/2009 |
Q: Ok, this task is way more trouble than it's worth, but I know this and my bosses don't. " In ... A: f1 = Range("a19:j22").Formula = Dollar(Info!B112, 2) f2 = Range("A19:J22").Formula = Text(Info!B115, ...
|
| Bold part of a string in excel using VBA | 2/5/2009 |
Q: Ok, this task is way more trouble than it's worth, but I know this and my bosses don't. " In ... A: If you really like to learn then, all you need to do is start recording a Macro. type some text in ...
|
| .net with crystal | 1/28/2009 |
Q: We are using crystal8.5 for our web application reports.It will work for some time and start giving ... A: if you goto web.config and allow errors to be displayed as suggested by the screen shot we can then ...
|
| visual studio | 1/25/2009 |
Q: I have outsourced a project to india. The project has finished and i have no access to the person ... A: My company also offers outsourcing so if in future you need a reliable company and not an ...
|
| Building a Website with Login and database capabilities | 1/24/2009 |
Q: I have the basics down for building and publishing a website. However, I would like to add the ... A: The ability you are talking about is called Shopping Basket. Or in very general terms E-Commerce ...
|
| DateTime Picker Change Event Firing Recursion | 1/23/2009 |
Q: I am the facing the ateTime Picker Change Event Firing Recursion.As when change the month in the ... A: Logic is not too clear from your code, may be you can elaborate a little bit on what you are trying ...
|
| vb | 1/5/2009 |
Q: i want know to how to set the timer to close the form and how to change the color of the cell of ... A: add a timer control to your form. On the timer's tick event write the code to close the form. e.g. ...
|
| Edit items directly from list box | 12/17/2008 |
Q: i'm trying to edit the items in the listbox by just double click on it. It is possible to do so? ... A: You either need to use a custom third party listbox control to achieve that OR you can creation your ...
|
| search crieter in vb.net | 12/12/2008 |
Q: I have a table call tblcustomer when I input for example the letter "A" in the textbox I want to ... A: On the textchange event of the textbox control you can re-load the data with the proper filter ...
|
| How to get the count(*) value | 12/10/2008 |
Q: Currently the below code is working fine for me. I need your advice that I plan change the the below ... A: if you want to know about how many rows are returned by a query you can simply run the query like: ...
|
| vb loop | 12/8/2008 |
Q: i'm sure that it'spossible to shorten this by putting it in a loop, but i can't work out how. ... A: For sanity to prevail you must understand first what the code is doing itself. Replace: If TypeOf ...
|
| parallel arrays in vb.net | 12/7/2008 |
Q: I have a parallel array(decQty) that holds the number of specific items at a store. How can I make ... A: lets say you have two arrays one contains ItemCode and the other contains quantity you can do it ...
|
| How to do | 12/5/2008 |
Q: I am using Visual Studio 2008 and VB, SQL Compact Edition. My main problem is: I am getting an User ... A: You can apply Select query on any column table. Refer to the SQL manual for the type of database ...
|
| BasicDatePicker | 12/4/2008 |
Q: Yesterday I try to add the following dll into the C:\Program Files\Common Files\Basic Date ... A: You would need to check your IIS configuration and ensure that hosting platform security is enabled. ...
|
| CrystalReport in VB.Net | 11/20/2008 |
Q: I am facing a probelms on creating a crystal report in VB.Net 2005. Below are the steps how I did in ... A: did you try re-binding the report? There must be some event which is getting fired on the export ...
|
| How to insert RadioButton text into Database in VB.Net? | 11/18/2008 |
Q: i have 31 PAIRS of radio buttons Yes or No in a web form which will insert the value of radion ... A: if you could name either the buttons or group names by the name of the fields then you can iterate ...
|
| listview | 11/17/2008 |
Q: helo sir, do you have any sample program or code on how to display my data from sql database to ... A: Ryan, I know its easy for me to answer your question but due to the number of questions you are ...
|
| asp.net | 11/14/2008 |
Q: i would like to know whats the difference between ID and NAme property of any control??? also if u ... A: there is no difference except the fact that different browsers like to follow diffierent attributes. ...
|
| SendKeys | 11/11/2008 |
Q: I am facing as problem in a SendKeys coding in my ClearButton Click Function. I want a function key ... A: From your code I see that you are using asp.net. SendKeys is not available for web application. You ...
|
| VB.net | 11/11/2008 |
Q: I would like to know how to make an object follow an object if that is possible. ANSWER: Object ... A: there is no attaching mechanism available out of the box. You will definitely have to build your ...
|
| Drop Down List Box | 11/7/2008 |
Q: I will have 2 drop down list box: Drop down list box 1 use for Region Code selection as I write in ... A: Replace all your whiles with Ifs e.g. This: While (dr_Sregion.Read()) ...
|
| Drop Down List Box | 11/5/2008 |
Q: I have a drop down list box call ddlbrgCode. With the code I write in Page_Load function, I able to ... A: I see that you are re-populating the dropdown on page_load event. when a post back occurs the ...
|
| Updating and displaying data through dynamically created controls | 11/4/2008 |
Q: Good day, I am very much the beginner in this field and I'm hoping that there is a simple answer to ... A: ASP.net provides Me.IsPostBack property which you can use to determine if the page reload was caused ...
|
| Get reference of an object | 10/30/2008 |
Q: Am having major problems! I have a for with a button that creates another form: Dim frm As New ... A: If you want to have multiple instances of the form then just add them to a public collection of ...
|
| VB 2005 SQL | 10/29/2008 |
Q: I am trying to filter some records with a simple SQL instruction that works fine in VB5. In VB2005, ... A: ADO has been given a kick in latest .net technology due to performance reasons. Time to change ...
|
| vb.net 2005 | 10/28/2008 |
Q: I had an application installed at user pc, but when i want to load data the speed become very slow ... A: Have you deployed the release version of the software or the debug version? You can also download ...
|
| DLL or batch file need for end user | 10/27/2008 |
Q: I had an application installed at user pc, but when i want to load data the speed become very slow ... A: if they both point to the same server what about the connectivity medium used i.e. bandwidth of the ...
|
| DLL or batch file need for end user | 10/24/2008 |
Q: I had an application installed at user pc, but when i want to load data the speed become very slow ... A: there can be many reasons why the application is running slower at client side. what about hardware ...
|
| Drop down list | 10/23/2008 |
Q: Sir I want to validate drop down list boxes i.e. DateIn MonthIn YearIn (3 drop down list boxes ... A: Look into http://msdn.microsoft.com/en-us/library/xcfzdy4x.aspx You can create two datetime objects ...
|
| vb.net programming | 10/22/2008 |
Q: am a student and i have to write the following programm.I have count all the words in textbox(which ... A: you can an array of words by using: wordArray = txtSentence.Text.Split(" ") then loop through ...
|
| Visual Studio & Excel VBA | 10/21/2008 |
Q: I have an Excel workbook which is running a rota and annual leave schedule. There are about 6 ... A: I dont know about the 15 clicks solutions as it doesn't account for the several hundred keypresses ...
|
| picturebox | 10/20/2008 |
Q: I have paste image in instance of picturebox of datagridview cell_click event and applied mouse_move ... A: Let me understand the problem again, first of all you won't find databound even for desktop ...
|
| System.ComponentModel.CancelEventArgs | 10/16/2008 |
Q: please could u help me with this question. How can I write a very short base class in VB.net ... A: Override the dispose method of the class and create an event called Disposing(cancel as ...
|
| .Net Framework problem, please advise | 10/10/2008 |
Q: I am not sure if this is at all within your field of expertise, if it is not then I appologize for ... A: download and install from here: ...
|
| vb.net setup | 10/10/2008 |
Q: i creat vb.net setup 4 my programe & i connect it 2 MS Sql server i want to know how i add ... A: There can be two ways for that: 1. After setup has finished copying files you call a "Custom Action" ...
|
| list box issues | 10/8/2008 |
Q: I am new to VB and working on a project for class. I have 3 list boxes, the first two have to deal ... A: are the charges fixed or calculated? in either case you can use a DataTable to sore Location and ...
|
| vb.net setup | 10/8/2008 |
Q: i creat vb.net setup 4 my programe & i connect it 2 MS Sql server i want to know how i add ... A: vb.net allows you to create settings through IDE during development this will automatically create a ...
|
| listbox | 9/15/2008 |
Q: sir, can you help.. can you give some sample codes how to display my data from a SQL database using ... A: Not that I dont like you asking questions, but for the sake of saving your time, if you type your ...
|
| Outlook Sent Items or Outbox | 9/3/2008 |
Q: I have implemented the emailing of spreadsheets using a macro linked to a button in Excel 2003, ... A: I know I could have answered this more accurately, but all in the name of learning and saving me a ...
|
| Working with Datagridview | 8/11/2008 |
Q: I am the learner of .net. I have a Datagridview which consist of columns ie, Quantity, Unit_Price & ... A: dim tmpTotalAmount as double = 0 For each tmpRow as GridViewRow in GridView1.Rows tmpTotalAmount += ...
|
| Remove duplicates in Access | 8/6/2008 |
Q: I have created an application in vb.net which reads a textfile and loads the data into the access ... A: For each row that you retrieve before inserting it into access you simply query access with the text ...
|
| Working with MDI | 8/5/2008 |
Q: I am working with vb.net 2008. I have created 3 form of which 1st form is MDI form & other forms are ... A: change this: Private Sub btn_child_form1_Click(ByVal sender As System.Object, ByVal e As ...
|
| How to make 15 days trial package s/w vb.net 2005 | 7/31/2008 |
Q: May I please know how to make an installation which works for exactly 15 days and then ask to buy it ... A: Clocks are manipulatable, but the important thing to notice is that you can certain checks placed to ...
|
| writing to text file from datatable object in vb.net | 7/29/2008 |
Q: As I tried to write the data to a text file through file handling from datatable object it is not ... A: you might not see any data unless you actually close the file after writing. The easiest way of ...
|
| Doubt on event firing | 7/29/2008 |
Q: i have a button in my program and its purpose is to load an image in to an image object. If i am ... A: There is a mechanism called Event Queuing which actually queues the event of an object unless the ...
|
| how to insert a new data into MsSql through a text box in vb.net | 7/15/2008 |
Q: i'm newbie, now try to insert a data from the text box key in by user and save it into the database. ... A: try putting a break point on itemINfoPad.ExecuteNonQuery() and then goto immediate window and type: ...
|
| VB 2005 : Gridview | 7/9/2008 |
Q: I like to see a progress bar updating while gridview is geting data from the database. I have tried ... A: When you bind data to GridView it executes a blocking call and doesnt not return any progress ...
|
| Validation in user log in | 7/7/2008 |
Q: Can you help me validate this code because even i tried to type the wrong password still it open my ... A: Do Pline = ReadPassword.ReadLine() Uline = ReadUsername.ReadLine() ...
|
| VSS 6.0d and VS 2005? | 7/2/2008 |
Q: After using Visual Sourcesafe 6.0d with VB 6.0 for several years, I recently installed Visual Studio ... A: I have been using VS2k5 for a long time as well with both VSS6 and VSS.net in either case it never ...
|
| barcode scan in vb.net | 7/2/2008 |
Q: how do i dyanamically display records in datagridview for user input and save records to database ... A: You can do that on textbox change event. I think depending on a barcode configuration it can be ...
|
| First In, First Out in Datagridview | 6/27/2008 |
Q: I have a question in vb.net. I have written a program that could create 7 records in the ... A: There are two ways: 1. If you want to keep the Rows indexing use ...
|
| SelectNextControl Usage | 6/23/2008 |
Q: In a followup to the person who wanted to use the Enter key to advance to the next control... The ... A: Try this: Private Function GetFocusedControl(colControls as ControlsCollection) As Control ...
|
| Captuing all events | 6/22/2008 |
Q: Is it possible in VB.Net to capture any and all possible events without writing every single ... A: Not as you are saying it would happen in Java, unless you are using windows API to receive any ...
|
| Calling Stored Proceedure | 6/19/2008 |
Q: I have a stored procedure that returns a number of records. I need to cycle through these records ... A: The things in .Net are pretty similar to ADO in VB. System.Data.OleDB and other native Database ...
|
| Write error to cmd prompt dialog | 6/19/2008 |
Q: Basically, I'm starting my own cmd prompt through my program. I've modified the input/output, and ... A: I have checked your code it seems to be working fine. I think you need a bit more info on ...
|
| vb.net | 6/11/2008 |
Q: how enter key will work as tab key in datagridview control in vb.net A: you need to bind javascript to each text control in the datagridview to actually shift the focus to ...
|
| Regarding Master Pages | 4/24/2008 |
Q: stiil problem is not solved Source Code of Masterpage.master -------------------------------- <%@ ... A: I dont think I would be able to find enough time to play around with the CSS and come with a ...
|
| module or class | 4/23/2008 |
Q: I'm confuse of using module and class in vb .net, for example i write a function that is global use ... A: MOdules are normally used to create global functions and variables which are accessible throughout ...
|
| regarding master pages | 4/23/2008 |
Q: can we use master pages while developing dynamic applications or it can only be used in static ... A: I see that you have placed the content panel inside a td, and that you are restricting the height of ...
|
| regarding master pages | 4/21/2008 |
Q: can we use master pages while developing dynamic applications or it can only be used in static ... A: try: <asp:contentplaceholder id="ContentPlaceHolder1" runat="server"> <div ...
|
| msgbox pop-up twice | 4/18/2008 |
Q: i put a condition on my on_leave property of my textbox. it worked out well. but there's a slight ... A: This might be due to the fact that after you click on OK for the first time the focus sets back to ...
|
| Entering Data in a Word table | 4/6/2008 |
Q: Iam using visual studio 2008. I have a word template which has a table and I would like to know how ... A: This link should have you up and running: ...
|
| vb 2005...trying to insert value to cell in word table | 4/3/2008 |
Q: Maybe you can shed some light on my problem... I am using vb 2005 and I do a find for a variable in ... A: Code for creating a table: ActiveDocument.Tables.Add Range:=Selection.Range, NumRows:=5, ...
|
| subtraction | 4/2/2008 |
Q: i don't know if this is still VB.NET or sql but here it goes: myd = .runQuery("SELECT ... A: myd = .runQuery("SELECT tbltrcclient.ClientID, tbltrcservice.ServiceID, tbltrcservice.`Date`, ...
|
| lockdown application | 4/2/2008 |
Q: Is there a fairly simple method to ensure that an application you distribute to paying customers ... A: Food for thought: Are Microsoft Products not pirated anymore? Is there any company in the world ...
|
| VB.Net Objects on a Form Not Visible | 3/31/2008 |
Q: This is probably a really stupid question but for some reason the NEW OBJECTS (like buttons, list ... A: I am assuming that by "new objects" you meant, new objects created using code. I am also assuming ...
|
| Datagrid with Images | 3/28/2008 |
Q: I want to retrieve images from Access Database and display it in Datagrid. Columns: ======== ID ... A: For this you will have to write some funky javascript to show a bigger image on mouseover and ...
|
| Search codes | 3/26/2008 |
Q: this is my search code: myd = .runQuery("SELECT Lastname, Firstname, Barangay, TypeofSeed, ... A: Should be: myd = .runQuery("SELECT Lastname, Firstname, Barangay, TypeofSeed, TypeofArea FROM ...
|
| Coding in VB.NET | 3/17/2008 |
Q: Basically I am trying to create a type of calculator to calculate the area of shapes such as the ... A: atleast come up with some basic code that I can help you fix. Converting formulas to a structured ...
|
| change value in data grid view | 3/14/2008 |
Q: how do i change the values in a particular column in my data grid view? ANSWER: Changing the value ... A: In sql server the boolean values are always represented as 0 or 1. You might to change the data type ...
|
| DLL calling a function in a VB program | 3/7/2008 |
Q: VS 2008 I have created a C++ smart device DLL and added it to my project. From my VB program I ... A: Rather than asking you to write wrappers etc. I would suggest that an easier way would be to write ...
|
| search code... | 3/4/2008 |
Q: i'm using VB.net as my front end and mysql as my backend. i'm actually new to this program and my ... A: I am guessing you would be an expert in writing SQL? and, I dont know, what alternative does mysql ...
|
| Parsing | 2/26/2008 |
Q: Sorry couldnt ask any more followups.....i just want the first 7 characters from that line to be ... A: You syntax should then be: TextBox1.Text = strFields(0) TextBox2.Text = strFields(1) TextBox3.Text ...
|
| access database help | 2/25/2008 |
Q: net 2003 here is the code for you to look at for me thank you. Imports System.Data.OleDb Friend ... A: Can you please tell me what is the update command which is attached with ContactsDataAdapter. Also ...
|
| Reading text file and parsing | 2/24/2008 |
Q: It is saved in a text file. I have to read it, and get the info i need and rubbish the rest, and ... A: I am assuming by bits you mean the comma seperated values. This is very easy to achieve in VB.Net. ...
|
| access database help | 2/23/2008 |
Q: net 2003 here is the code for you to look at for me thank you. Imports System.Data.OleDb Friend ... A: Three Problems that I can see immediately: 1. ToyDataSet is not Global so its not accessible inside ...
|
| User Control | 2/15/2008 |
Q: Can only send so many follow ups, but I would send the project in email but you didn't provide an ... A: After looking at the code, What you did is all right, but to set it up more properly I would make ...
|
| Move an asp website to another host server | 2/11/2008 |
Q: There is a website where i need to move it to another host server. It's a asp website with database. ... A: you are better off explaining the situation to the new hosting provider's technical staff they can ...
|
| Dynamic User Control with buttons | 2/10/2008 |
Q: I have created a user control with a button on it, when I add this to a form dynamically (more than ... A: Normally you would create event handlers for those buttons inside the user control. But I guess you ...
|
| Disable Copying of file from USB flash drive | 2/10/2008 |
Q: Good day. I would like to know the code on how to disable the copying of file from USB flash drive ... A: Not sure if this is what you require: ...
|
| asp.net using vb.net | 2/7/2008 |
Q: how can i convert my data stored in datagrid to a msword table A: if you are talking about doing it off screen then simply copying and pasting the grid into msword ...
|
| find a date | 2/4/2008 |
Q: Using Microsoft Access VBA this is what I need to determine: On ODD Number years(2005,2007), the ... A: here is the pseudo code: Dim intYear as Integer = Year(Date) if inYear Mod 2 = 0 then 'Even Year ...
|
| csv to excel convertion | 1/30/2008 |
Q: Sir, I new to software field and dont know about VB.Net,But I would like to have a small ... A: http://www.softhypermarket.com/Advanced-CSV-Converter-download_38077.html Also, its as simple as ...
|
| connecting to an oracle DB(SQL) | 1/27/2008 |
Q: I am building a program that connects to an oracle DB and I am havimg trouble with EXACT and PERSICE ... A: you need to paste exact errors that you are getting. I certainly do see your delete code as wrong ...
|
| .NET and Visual Basic compatibility issue... | 1/23/2008 |
Q: I have a C++ program that has a .NET wrapper. That .NET wrapper's functions are being called by a ... A: I dont know if it changes anything the way you want it to work, but can you try using & instead * ...
|
| .NET and Visual Basic compatibility issue... | 1/22/2008 |
Q: I have a C++ program that has a .NET wrapper. That .NET wrapper's functions are being called by a ... A: If you add your vb.net project and C++.net in the same project, and create references to the c++ ...
|
| 2D contour plot using vb.net | 1/17/2008 |
Q: I would like to write 2D contour plot routine in vb.net Lets say you have four values of a function ... A: 1. use img = new Image: g = new Graphics.FromImage(img): 'Do funky graphics stuff here: ...
|
| 2D contour plot using vb.net | 1/16/2008 |
Q: I would like to write 2D contour plot routine in vb.net Lets say you have four values of a function ... A: http://msdn2.microsoft.com/en-us/library/system.drawing.graphics_methods.aspx The above link will ...
|
| help me ;please urgent | 1/2/2008 |
Q: I'm currently doing my final year project. And I had encountered a major obstacle: I'm using VB.net ... A: What you are trying to do is normally achieved very easily. In vb.net you can use a simple copyfile ...
|
| Random Array Sort | 12/28/2007 |
Q: I am looking for a fast way to randomly sort an array. The type of elements doesn't matter and the ... A: Depending on your type and size of data there are various sorting mechanisms available that you can ...
|
| WindowsForm vs. WidowsService | 12/27/2007 |
Q: The following code works fine in a windows form: Private Sub udpserver_AfterReceive(ByVal sender ... A: I think windows service it all runs in a single thread. Or you might want to start a parametrized ...
|
| barcode reader | 12/17/2007 |
Q: I want to use barcode reader in my application. What should I do? do I need a special Dll for each ... A: did you search for free? and why not pay when you are getting paid for it. Free is not as good ...
|
| project installer | 12/1/2007 |
Q: i got your answere that how can i creat *.exe for a vb.net project.i do everything as your ... A: Press CTRL + SHIFT + B on the IDE to compile the project. Then in the release folder you can find ...
|
| vb.net in Internet | 11/14/2007 |
Q: Syed Rizwan I am develop a project using VB.NET, database SQL SQRVER 2000 and ... A: You will need to upload your database (using maybe backup and restore procedure) through your ...
|
| DateTimePicker populate DataGrid | 11/12/2007 |
Q: I'm trying to get a datetimepicker to filter and populate datagrid with the filtered data. Any ... A: There are two steps to it: 1. You need to trap valuechanged event for DateTimePicker control. and ...
|
| many to many in treeView | 10/28/2007 |
Q: How can I show a many to many relation in treeview? I have a self referencing table in db and i ... A: Not that difficult you would need to build a recursive function which is passed a node and PK value. ...
|
| Looping through MP3 files in VB.Net | 10/18/2007 |
Q: Salam. I want to play files like d1.mp3, d2.mp3, d3.mp3,.....,d9.mp3 continuously from d1 to d9. I ... A: Havent used MMCOntrol for a long time I guess the following code will do the job, its more like a ...
|
| Looping through MP3 files in VB.Net | 10/17/2007 |
Q: Salam. I want to play files like d1.mp3, d2.mp3, d3.mp3,.....,d9.mp3 continuously from d1 to d9. I ... A: I guess that you are not putting delay or wait statements inside your loop which actually waits for ...
|
| Software Specification | 9/26/2007 |
Q: Can u give the details abt.. Who prepares the spec for the project? and What the spec consists of? ... A: Business Analyst prepares the specs for the project. The specs can be veirtually anything from ...
|
| DataReader Error | 9/23/2007 |
Q: Sir, I am having an issue with some vb.net code that I hope that you can help. I need to find all ... A: Solution 1: You can always have more than one connection objects open so with each connection you ...
|
| VB.NET and XML | 9/7/2007 |
Q: A function in a web service returns some data in XML format. My question is: How should I declare a ... A: Modify as below webservice function: Public Function givemedata() as String Dim test as string ...
|
| read results of SQL query | 8/22/2007 |
Q: I am new to VB.Net. I have written code to pass a SQL query, but I need to store the results in an ... A: Why in the world would you pass the sql query string to crystal report? you simply create the ...
|
| split function | 8/22/2007 |
Q: I want 2 thing in my form 1-my input box text contains only numeric value and one / (divide sign) ... A: Private Sub TextBox1_KeyPress(ByVal sender As Object,ByVal e As_ ...
|
| OOP | 8/4/2007 |
Q: I have a question about object oriented programming. 1)I have 2 classes; one userinterface which is ... A: 1. You can use a global module in vb.net to contain shared values. you can also encapsulate the ...
|
| usercontrols | 8/2/2007 |
Q: 1)How can I set the icon of my usercontrols, which could be shown in the toolbox (instead of the ... A: 1. Add an icon file to the project make it an embedded resource and use the following: ...
|
| Printing Issue | 8/2/2007 |
Q: I come across one problem regarding printer. When I print multi page document then it print all ... A: The only solution I can come up with is to use a UPS :), the problem is that once the job is sent to ...
|
| read results of SQL query | 8/1/2007 |
Q: I am new to VB.Net. I have written code to pass a SQL query, but I need to store the results in an ... A: Try: Dim intCol As New Collection While dr.Read intCol.Add(dr(0), dr(0)) ...
|
| control with no DLL | 7/28/2007 |
Q: There are some UI elements in my project that are needed more than 1 time in different forms. I ... A: Try adding the control related files to your project and reference them in your project compile your ...
|
| Integration Of flah and vb.net | 7/26/2007 |
Q: I am a student of MBA-IT nd making my final project on web. I am willing to make something different ... A: What university are you doing your MBA-IT from? just a curious question anyway. To integrate flash ...
|
| Ref: MDI | 7/26/2007 |
Q: I am using vb.net, I have application of 3 forms in that form1 is set as MDI parent it is an Main ... A: Declare global form variables in a module then you form objects would be come accessible through to ...
|
| full OOP with VB.NET2005 | 7/25/2007 |
Q: I want to code 100% OOP in VB.NET 2005 and I have some basic problems: -what is the difference ... A: 1- http://www.codeproject.com/csharp/abstractsvsinterfaces.asp 2- ...
|
| Ref: MDI | 7/24/2007 |
Q: I am using vb.net, I have application of 3 forms in that form1 is set as MDI parent it is an Main ... A: assume you have button2 and button3 and on each button click you want to open a form2 and form3 ...
|
| Interoperability | 7/14/2007 |
Q: How can I write a program that can handle other programs' events. For example I give program (or ... A: I see where you are going. This is very easily achievable. in VB.net you drop a control on a form or ...
|
| Interoperability | 7/13/2007 |
Q: How can I write a program that can handle other programs' events. For example I give program (or ... A: Nice thinking but reality is far from your thought. only if any object itself supports global events ...
|
| Help with VB sorting | 7/2/2007 |
Q: I am contructing a VB lottery program for Uni but am stuck on the last bit as i am very new to ... A: I suggest that rather than using Simple Arrays you use ArrayList so e.g. your declaration would ...
|
| insert flash in vb.net | 6/24/2007 |
Q: how flash file(.swf)is insert in vb.net form ,but that file is already save in resources folder? plz ... A: as far as my knowledge goes flash control would not allow memory streaming you will have to copy ...
|
| Disassemble VB6 .exe file | 6/21/2007 |
Q: Can i get code from .exe file. Please help Thank you A: Many tried this feat none was able to translate it properly. there are a few commercial software ...
|
| VB.NET | 6/15/2007 |
Q: I face a error "Dynamic SQL generation for the UPDATE command is not Support against a SELECT ... A: Looks like you are trying to access a readonly view, which is not returning table column info. Can ...
|
| Form Size | 6/14/2007 |
Q: This is not a home work question. I'm a 38 year old developer and an Expert myself. If you don't ... A: First of all, I dont know when I ever said that your question is a home work question. If my memory ...
|
| How to calculate transfer/download/upload rate? | 6/14/2007 |
Q: I have a question, how do i measure the bandwidth (i`m not sure if this is the right term) as if ... A: If you are using a way which returns to you the bytes received then you can ofcourse time using ...
|
| vb.net services | 6/13/2007 |
Q: I need to make a service that records any changes made to the system date to a file. What i am ... A: test your service by running from inside visual studio just to be sure if its even running or not. ...
|
| KeyDown event musses up other controls? | 6/5/2007 |
Q: I'm working on a project in VB.NET 2005, I am trying to use the KeyDown event to change pictureboxes ... A: In Visual Basic a concept called Event Bubbling is used, where the events are queued and wait for ...
|
| vs2005 open Excel | 6/4/2007 |
Q: Website created in VS2005 can access Excel sheets as well as update from gridview. But when this ... A: The solutions to this problem can be very diverse it would be better if you can send me the error ...
|
| finging a certain string within a text file. | 6/4/2007 |
Q: what can i do to get a spesifique word within a text file for example ".find("fd_%")" and how can i ... A: I liked the use of spesifique here :). to find a word in a text file you will need to load the file ...
|
| vs2005 open Excel | 5/26/2007 |
Q: Website created in VS2005 can access Excel sheets as well as update from gridview. But when this ... A: before going into how to fix the problem a very simple way to test it is that in the same Virtual ...
|
| VB.NET Move Column in Excel | 5/16/2007 |
Q: Sir, I wrote a vb.net program that places data into an excel spreadsheet. I need to move columns of ... A: lets learn how to catch the fish. Open MS Excel, Goto Tools and click on record macro. then goto ...
|
| Creation of Setup Files in vb.net | 5/14/2007 |
Q: Can we make Setup file of a vb.net Project where we use com components A: If the com is detected as a dependency for your project it will automatically be included by the ...
|
| iis server and vs2005 | 5/14/2007 |
Q: I hv IIS installed on my PC with xp prof and vs2005. App created in vs 2005 and published on iis ... A: e.g. the PC that you have IIS is named iis1 then you can simply access your website by typing ...
|
| Load data to Excel | 5/2/2007 |
Q: I have a form with several textboxes that I would like to have loaded into excel. Can you provide ... A: The task is very simple to perform, you simply need to explore the Object Model for MS Excel, I am ...
|
| Formatting a number | 5/1/2007 |
Q: I'm learning vb.net and am having a problem with formatting a number. I have a form with a textbox ... A: Formatting highly depends on the type of data that you are passing when you say Textbox1.text then ...
|
| vs 2005 appln on web server | 4/28/2007 |
Q: I have developed web application using vs 2005 - which works well on my PC as well as on IIS server ... A: "Normally" control panels do not provide this option, so you are better of asking the webmaster or ...
|
| how to access Outlook.CalendarView object | 4/27/2007 |
Q: I am trying to declare a variable to Outlook.CalendarView but the VB Script is not recognizing it ... A: I think you wrote VBScript in your question not VB.net? Please confirm what are you using? VB.Net ...
|
| Project referencing | 4/24/2007 |
Q: I have an Visual Studio 2005 application written in Visual Basic that I want to connect with to a ... A: The easiest way to do it is to leave the references while you are doing development and debugging on ...
|
| Function to Validate Filename | 4/10/2007 |
Q: Im using VS 2005 on win Xp. How to develope the code for the below Fuction in vb.net?? Public ... A: in VB.Net the function structure is like this: Function REturnAValue(fileName as string) as Integer ...
|
| .NET code security | 3/11/2007 |
Q: As you know, you can disassemble a .NET-based executable file using 'ildasm.exe' application ... A: It is very easy to de-compile obfuscated code and make changes to it, to secure your assemblies you ...
|
| Regrding Error in ASP.Net | 1/24/2007 |
Q: I have got this error .pls help error is as follows: Server Error in '/webpdms' Application. ... A: If the site works perfectly for a specific no. of users and fails with this error after it reaches a ...
|
| Regrding Error in ASP.Net | 1/23/2007 |
Q: I have 48 users .When they all use the application it becomes slow and give this error .COuld you ... A: in your web.config file which you can find in the webpdms folder you need to search for ...
|
| vb.net datetimepicker value changed | 1/16/2007 |
Q: When I double click a datetimepicker I get a datimetimepicker selected value changed subroutine. ... A: there must be some code in the eventhandler which is re-firing the event pls. check if you are ...
|
| ASP. NET Web services and objects - VS.Net 2005 | 1/15/2007 |
Q: When I call the product service from the client app, the product object gets populated, but when the ... A: The code that you have sent me doesnt seem to be causing any trouble, if you can run your webservice ...
|
| Logical Error in Accounts Distribution | 1/13/2007 |
Q: There are two list box.In the listbox name lstOpenAccounts there are three hundred values. In ... A: Your algo seems un-necessarily complex and illegible, I would suggest the following: lets assume we ...
|
| Graphics Programming | 1/3/2007 |
Q: I am pretty familiar with Visual Basic 6.0, but I am trying to expand my knowledge into VB.NET. ... A: Did u have a look at System.Drawing namespace? There are some very cool third party 3D Graphics ...
|
| Program gets zapped from memory | 12/28/2006 |
Q: I wrote a vb .net desktop application that calls Mappoint webservice. It doesn't have an interface, ... A: It can be a very simple problem like admin rights or some library not being available or COM+ not ...
|
| Opening a webpage. Need to get data in a frame | 12/21/2006 |
Q: I am using VB.net 2005 This code loads a webpage perfectly. dim contents as string contents = ... A: You can safely ignore this line, it only specified whether to use transitional or frameset HTML, it ...
|
| my assistant programmer and me want to work in same directory on LAN | 12/6/2006 |
Q: while we tried to develop and debug in shared application we get the error "Error while trying to ... A: nah thats not the way you can do it, you need to use version control software for that. working on ...
|
| new tab in Maxthon browser then then wait for load to complete | 11/25/2006 |
Q: I am using VB.NET 2003. My application will request up to 2 - 40 records from a database by using a ... A: I havent worked with Maxthon before, But I think there should be a tabs collection to create a new ...
|
| vb.net exe | 11/20/2006 |
Q: i am using .NET framework 2.0...please help me... T_T A: when you add a setup project using wizard it automatically detect dot net add as a dependency. you ...
|
| Save Excel file In VB | 11/20/2006 |
Q: I have written a code in VB for saving an excel file. But if I excute the same code once again, ... A: looks like you are using VB 6.0, you need to use the "Dir" method to see if the file already exists, ...
|
| Date format in VB 6.0 | 11/15/2006 |
Q: I have developed an application program in VB with Access as B/end. I m storing dates through ... A: rather then using DD/MM/YY format you need to use DD/MMM/YYYY format, this is a classical problem ...
|
| Error = Only byte array and strings can be serialize by MySqlBinary | 11/11/2006 |
Q: The below code is my save code Private Sub cmdsave_Click(ByVal sender As System.Object, ByVal e As ... A: OK, checked through the code, didnt find anything wrong, perhaps there is a mismatch between ...
|
| how to autogenerate jobno when i open a new form and display in the form jobno field | 11/6/2006 |
Q: i have the code but i really dono how to write it correctly below are the code i wrote out Sql = ... A: its max(jobno) not maxjobno and you need to execute a jobno = cmd.executescalar to retrieve the ...
|
| archive files | 11/2/2006 |
Q: I want my application to be able to copy (backup) a part of the database to a file format that can ... A: some files formats are patented and you will have to pay to know the format some are easier to find. ...
|
| Using GroupBox | 10/27/2006 |
Q: I am a newbie at VB .Net and trying to use GroupBoxes. What I would like to do is have a bunch of ... A: on each button click you can write the following code: e.g. on Button1 you can write ...
|
| query | 10/26/2006 |
Q: The text above is a follow-up to ... -----Question----- hi,syed.my name is piyush.thanx 4 u'r ... A: Dont put it on TextChanged Event, rather put on save's click or text box's lostfocus event. Make a ...
|
| How to add checkboxes and table at run time in panel control in asp.net | 10/19/2006 |
Q: still i am getting no error but no outputi am developing web based application in asp.net, i want to ... A: please use datarepeater control instead, this will keep giving you problems. This is a very good ...
|
| Change record content | 10/10/2006 |
Q: I am not a Vb programmer, but I looking for a program written Visual Basic to do the following: ... A: Seems like you are trying to Copy CC numbers. To read a character in a string you can use ...
|
| system monitoing& screen capturing | 10/7/2006 |
Q: my project is "SYSTEM MONITORING & SCREEN CAPTURING" iam not familier to vb.net.iam getting problem ... A: you need to use system.management classes for monitoring, there are a few file system controls that ...
|
| ListViews... | 9/25/2006 |
Q: Perhaps I'm using the wrong approach but I'd like to take string values from multiple text boxes and ... A: 1. Set ListView Control's View Property to Details 2. Add Columns to the ListView Control 3. Use the ...
|
| Copy columns of one worksheet to another | 9/19/2006 |
Q: I would like to do it with a GUI kind in VB.NET. The GUI provides two OpenFileDialog boxes to input ... A: it should be easy to do then, 1. Add References of Microsoft Excel and Microsoft Office to your ...
|
| Web | 9/18/2006 |
Q: I want to find whether the given servlet is UP or not using httpwebrequest object.Is it possible pls ... A: I cannot understand the exact nature less you send me the code, more often then not its a missing ...
|
| Refreshing dataSet | 9/6/2006 |
Q: I am creating a windows form with a datagrid and multiple textboxes. All of the controls are bound ... A: :) at no experts in C# dont worry I can cater for your C# problems as well. Did you try fetching ...
|
| asp.net | 9/1/2006 |
Q: can one dataset and one datareader will work in the next button click A: you simply load the data once in a dataset using a datareader at the load of page lets say, and then ...
|
| ASP.Net/VB.Net Web Application connecting to Axis Web Service | 8/29/2006 |
Q: I have a problem with regards to Web Service. I have an ASP.Net Web Application. I want to pass ... A: Right click on your project in VS IDE and click on Web References point to your web service that you ...
|
| paste text as hyperlink. | 8/23/2006 |
Q: I am using VB.Net. Standard Edition. My application can dynamically create strings that can be ... A: there is no magic in life :) all effort, if you paste only the URL e.g. http://SomeURL then MS ...
|
| VB.Net question followup | 8/21/2006 |
Q: Is there something else I need to do? Dim cntl As Control Dim txtBox As TextBox, ... A: have u got controls in Panels or picture boxes or even group boxes, if the controls are contained by ...
|
| VB.Net question | 8/19/2006 |
Q: I didn't have the option of asking a follow up question so I senting a new one. Went went I entered ... A: that was the pseudo code, you were supposed to modify it to fit your needs, from the else if section ...
|
| Developing web enabled application in asp.net | 8/18/2006 |
Q: I am developing web enabled application in asp.net. I want to inlude jpg file in asp.net as header ... A: Simply use the <img> HTML tag or the ASP.Net image control to display the header image so it would ...
|
| XML WebServices through SOAP error | 7/31/2006 |
Q: After enabling the GET and POST Protocol it now generates the proxy file. There are two matters now: ... A: does the proxy contain references to all required namespaces for data manipulation (System.Data)? ...
|
| Listboxes | 7/21/2006 |
Q: I’m starting to learn VB.net and am trying to move items from listbox1 to listbox2 when you double ... A: on the double click event of listbox1 type: Listbox2.Items.Add(listbox1.selectedItem) ...
|
| multi-threaded xml posts in vb.net | 6/30/2006 |
Q: I'm trying to port a project for work into multi-threading in hopes to make it faster, however the ... A: You cant send more than strings at a time, but you can devise some way to send all the data ...
|
| VB.net Object | 6/13/2006 |
Q: Goodmorning! I want to set and read from a Label or TextBox the value, but the name of this object ... A: dim tmpCtrl as Control dim tmpLabel as Label dim tmpTextBox as textbox for each tmpCtrl in ...
|
| Another question | 6/6/2006 |
Q: I have another question for you. My project requires me now to add an additional GridView to the one ... A: Rather than what you are doing I would simply add a column au_id in GridView1 as the first column ...
|
| Deployment with MS SQL database | 6/4/2006 |
Q: assalamualaikum! Dear Sir, I'm working upon a project in which I need to enter some initial data ... A: SQL Server needs to installed on client machine or as a sep. server at client side to run the ...
|
| VB.NET Project (some code to help) | 6/2/2006 |
Q: I set AutoPostBack to true, but upon execution of the program got the following error(I got the ... A: you cant modify the signature of the DropDown's SelectedIndex change event. The header for the ...
|
| Parsing information out of a string | 5/29/2006 |
Q: If I was to put the output of the first and last name into a 2 dimensonal array and the age into a 1 ... A: I suggest that you create a type in VB e.g. Type Person FirstName as string SecondName as ...
|
| Datagrid | 5/25/2006 |
Q: I want to customize datagrid so that when i click on it ,a full row be selected . thanks Babak ... A: First of all the the row has to be selected for that you can use the select button or set the row to ...
|
| boolean function | 5/23/2006 |
Q: still have doubt..Thanks.. If Not ValidateData() Then Return so you mean - if Not [False] , then ... A: the If condition expects a boolean value to perform its task consider the following eg. if true ...
|
| VB.NET | 5/22/2006 |
Q: how do i link my VB.NET application to a excel and word spreadsheet? hers my code: Try ... A: Your code looks fine, this might help: Dim x As New Excel.Application Dim ...
|
| My.Computer.Network.DownloadFile hangs a long time | 5/15/2006 |
Q: I have the following code in VB.NET: Dim t As DateTime t = Now ... A: I hope you are not on Wireless LAN, seems more like a network problem to me than coding problem, it ...
|
| CD Copy Protection | 5/12/2006 |
Q: Thats True Sir But I Have to Make CD such that using this CD no Registration is Required and Even ... A: one way can be that you create your CDs with a special track which can only be understood by your ...
|
| CD Copy Protection | 5/10/2006 |
Q: I Want to Make CD Copy Protection, by this no one can use software without using my cd. to prevent ... A: the pirates copy the CD with Protection :) so there is no point in thinking like that. Good ways of ...
|
| ASP.Net File Access. | 5/6/2006 |
Q: I have an area of a website which users must login to access. I wish to display a client image for ... A: HTTP response supports multiple mime-types within a response. You can change the response header ...
|
| utf7, utf8 file types | 4/20/2006 |
Q: How can you determine what type of encoding is inside a seemingly ascii file. I get files with ... A: + sign normally replaces a space in URL encoding, I propose u replace + sign with space and things ...
|
| Multithreading in Vb.net | 4/19/2006 |
Q: I have an OCX build using VB6. The control has a public start function, which when called will count ... A: 1. Re-Write the VB6 Component in VB.Net while implementing multi threading. 2. Write a wrapper ...
|
| help | 3/28/2006 |
Q: i want to know that If visual basic.net is a language designed only for making websites? If no then ... A: A general answer to all your questions is Yes, You can do anything with VB.Net that u want specially ...
|
| datagridview and listview | 3/26/2006 |
Q: Dhruv, I am using VB.NET 2005 with SQL Server 2005 as the database. I just migrated to .NET from ... A: 1. Load Data into a DataSet 2. Set DataView1.DataSource Property equal to DataSet In reality there ...
|