Answer Questions
PikachuSalad Code for letting the user change the color and font for whole application
I am making a application program in vb.net 2005. I want the user to select the font and the color which he/she wants for the application. Once the user select the color changes should occur to the whole application. or if possible the list come from the display property and user can select from scheme which is in apperance. Please help....... Jonathan, the user does not have the right to change this or her background setting or deskt ...Show All
Brian Stern - MSFT ASPX Error message : Server Error in '/' Application.
Hi there, I have develped an ASPX page in Visual Web Developer 2005 Express Edition. It worked fine on my local IIS but as soon as I posted that page on internet, it crashed. I have v2.0.5.727 of .Net Frameword and my hosting company has v1.1.4322. Does this matter Does he needs to have framework v2.0 as well I asked him he said version conflict should not be the problem. I think he right about version but he needs to have Framework ...Show All
Mattyv Getting primary key of record just INSERTed
Hi. What is the best way of inserting a row of data to an SQL Server database and getting the primary key (identity) of the record you just inserted - preferably in as few statements as possible I've not managed to find any examples of this on MSDN. Is there a method that does this without requiring another SELECT statement following the INSERT Thanks, Mark Ups... Sorry - it's an old asp-thing... Conn is as sqlconnection a ...Show All
hotentote How to determine the SERVER.TRANSFER'ing aspx page.
Hello, I'm wanting to know how to determine the page that was just transferred away from. For example given three web pages; CallerA.aspx, CallerB.aspx, and TargetC.aspx. Both CallerA and CallerB can perfrom a 'Server.Transfer' to TargetC. TargetC.aspx which needs to appear differently based on where the transfer came from. TargetC also uses properties from the calling page in order to retrieve information from that ...Show All
mlewis Inserting large numbers into a byte array
I have been dealing with this problem for months now and have basically been avoiding it. I have a program that can load a file into a byte array using the following: Public Class Form1 Protected b() As Byte Private Sub LoadFile(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button_LoadFile.Click Try Dim open As New OpenFileDialog() With open .CheckFileExists() = True .CheckPat ...Show All
curous_rosebud access conversion to vb.net
I need help, and i was wondering if there is way to convert/display a microsoft form to vb.net windows form I have searched and found a program called evolution. I haven't used it yet. but are there any other suggestions or tools embedded in the .net framework that i can use URGENT hi, Is your problem solved can you be more clear in from which form you want to convert to vb.net Thank you, Bhanu. ...Show All
BillGates4ever are there any examples i can follow?
I have created a form in vb.net, where the user supplies thier name, thier email address, and thier comments. I want to create an email message and send the information the user supplies to me when the user clicks the submit button on the VB form. How do I do this, making the process as automated for the user as possible Are there examples somewhere that I can study so what should i do ...Show All
André Phillip PASSING PARAMETERS BETWEEN CLASSES
CAN YOU PASS PARAMETERS BETWEEN CLASSES IN VISUAL BASIC EXPRESS 2005 I HAV EN'T HAD ANY LUCK TRYING TO USE PUBLIC AND SHARED STATEMENTS. WHAT AM I DOING WRONG This is code for 1st form in VB express Public Class Form1 Public ANUMBER As Integer = 0 ' declare number as public Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Butt ...Show All
Yuriy Slepoy Migrating from Ms Access to SQL Server 2000
Hi, Is there many changes need t o be done in order to change my DBMS. Currently, i'm using Microsoft Access in my VB.net program. however, i need to change the DBMS to SQL Server. So what should i do can i still use back the same coding what namespace should i include Hi there, Could you please post the connection string you are using This'll help in determining what the problem is. Without seeing the connection string, it's really ...Show All
Annonnymus Creating a Master/Details Form Using Two Windows Forms DataGridView Controls
http://winfx.msdn.microsoft.com/library/default.asp url=/library/en-us/dv_fxmclictl/html/c5fa29e8-47f7-4691-829b-0e697a691f36.asp I tried the above example - Creating a Master/Details Form Using Two Windows Forms DataGridView Controls . The difference is I tried the example with MySQL database. But it is not working for me. As per the article, when you select a row in the master DataGridview, the detail DataGridVeiw should be automat ...Show All
Bas Hamer Moving an imagebox
Hi I have a form and on that form is a imagebox, how can I make the image box move from the left of the form to the right of the form Here is an example : If PictureBox1.Left < Me.Width - PictureBox1.Width Then PictureBox1.Left += 1 Else &nb ...Show All
bettermanlamia Directx8
I have read tons of posts on the issue that I am having. I am extremely new to this so I need somthething close to layman's terms. Can anyone help me with determing why I can't reference to DirectX8 I have it in the referencing list, but when I attempt to reference it in code (Dim directx As *****) it does not allow. I have downloaded myself into a confused mess through getting several version of the DIrectX SDKs and then moving ...Show All
S&#246;nmez Kartal Formatting Excel using ASP VB Script
I am creating a .csv file using ASP. For one column ,I am setting the datatype as NUMBER and no of decimals as 2. Yet when the file is created values like 200.00 and 1.00 get displayed as 200 and 1. Values like 1.11 or 20.12 get displayed correctly. The column datatype becomes GENERAL. I dont want the decimal zeros to be chopped off. Any help would be appreciated. Thanks -T There is a forum for Office questions. However, what i do when ...Show All
Phillip Bayliss HTML Help Workshop
I need to write help files for 3 new VB forms. How shoud I do this (First Time) Sorry Renee I forgot to put in the first bit which was download / install the product. Oops... I figured that as the title was HTML Help Workshop - they probably had the product on knew where to get the product but always good to provide the link just in case. I will give you a short d ...Show All
safetyglance VB6.0, ShellNotifyIcon
Why the icon not displaying in the status bar when i try to use loadpicture directly. And i dont want to use form or picture box to get the picture/icon. 'General Declaration Private Type NOTIFYICONDATA cbSize As Long hwnd As Long uId As Long uFlags As Long uCallBackMessage As Long hIcon As Long szTip As String * 64 End Type Private Const NIM_ADD = &H0 Private Const NIM_MODIFY = &H1 Private Const NIM_DELETE = &H2 Priv ...Show All
