Topics
-
- 1 reply
- 1.5k views
I made a program that's going to run directly from a CD. Now I'm wondering if it is possible to check if the user has the .NET framework installed on the running computer. I want to give the user a more detailed message instead of the one that is automaticly given because that can be a bit cryptic to the user. Is this possible?
Last reply by APaule, -
- 1 reply
- 2.5k views
I have a listview with 4 columns. I need to change(font,fontsize) listitems in a arbitrary listrow. I also need to change the background color of a listrow. Is this possible to do in VB .Net? I've tried to use VB 6 but without success
Last reply by mskeel, -
-
- Administrators
- 1 reply
- 729 views
hi guys, i'm new here, i just tryin to create a simple form which i use it to view picture in a picture.. but i seem to have some prob with the coding for the displaying of image.. can someone help me pls. Imports System.Drawing Public Class Form2 Inherits System.Windows.Forms.Form Friend WithEvents btnClose As System.Windows.Forms.Button Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox Private Sub btnBack_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnBack.Click Dim firstform As New Form1 Dim secondform As New Form2 firstform = New Form1 firstform.Show() Me.Close() End …
Last reply by PlausiblyDamp, -
-
- 0 replies
- 829 views
Hi All, I have a web application. I have selected the default settings for session state in web.config file. I am trying to add some data to Session using Session.Add. When i visit the site by giving ip address in URL it works fine for ex. http://100.100.100.100/myapp/usermgmt/login.aspx Wheras when i give the dns as below it fails http://www.myapp.com/usermgmt/login.aspx The site http://www.myapp.com is redirected for ex from 100.100.100.100 to 200.200.200.200. When i keep the Privacy Policy as low in my internet explorer it works fine, and if i keep the privacy policy as anything other than low or Accept all cookies it fails.. How do i handle th…
Last reply by yraykar, -
-
- Administrators
- 6 replies
- 1.5k views
OK, I'm assuming there's a way to do this in SQL Server but I've never needed to do it before and can't seem to find the exact syntax. I need to create a new record in a table and get back the key field that was created. Can I do this with one statement?
Last reply by michael_hk, -
-
- 12 replies
- 6.4k views
I've recently come over from opengl programming and have a fair amount of 3d programming experience, but: How the devil do you apply texture coordinates to a mesh object (ie a box, sphere, teapot, etc). I assume it's similar to how you generate normals: clone the mesh to a FVF that has normals and call computenormals() But nowhere do I see computetexturecoords :) Surely you don't have to do this manually? Kind of defeats the purpose of having these premade objects. I should point out that I have .Net 2002, so haven't been able to install the documentation, and can't find the info in that behemoth, msdn.com.
Last reply by Adam Davidson, -
-
- Moderators
- Administrators
- 4 replies
- 777 views
Ok, I have a new job and they have this issue... There's a ASP.Net "worker process" that keeps Viewstates. Users like to keep their sessions all day long.When the limit reaches 630 Meg, users get a msg that viewstate has been deleted and this "worker process" restarts and users lose their session... Solution by the people who developed the app is to move viewstate to the database. I think a lot of code changes... what other solutions are there? I think one is to keep the viewstate on another server..i think... any thoughts?
Last reply by eramgarden, -
-
-
- Administrators
- Leaders
- 3 replies
- 1k views
I need some help with the following block of code: (roles comes in a populated ArrayList) 1 Dim allroles1(100) As String 2 Dim allroles2 As String 3 roles.CopyTo(allroles1) 4 allroles2.Join("|", allroles1) 5 Debug.WriteLine(allroles1(0) & allroles1(1)) 6 Debug.WriteLine("allroles2 = " & allroles2) I'd like to convert the inbound ArrayList roles into a string of delimited words in allroles2. Right now allroles2 is coming out blank. I am sure the copyto (3) from the arraylist to the array is working ok because line 5 is printing out the values OK. Any help would be appreciated. Thanks.
Last reply by patrick24601, -
-
-
- Leaders
- 7 replies
- 1.5k views
Hi. To make a long story shorter, I am creating a graph that resembles an ECG line (graphs heartbeat) but the line needs to change colors at certain dynamic intervals, often in the middle of a blood pulse. In other words, certain segments of the ECG line may have one or more color changes in the middle of them that currently I am trying to code by calling multiple instances of drawline but it is quite confusing and I think there should be a better way to do this. Is it possible to overload the graphics class in order to overload the drawline method and have it check it's position along the X axis before each pixel it draws? This would make the situation extremely easy …
Last reply by martialarts, -
-
- 0 replies
- 1.2k views
Hello, I have created an VSTO application related to Excel. I have created all the security policy so that the Excel file have the autorization to load the dll created by my application. My problem is that I want to deploy my application by allowing the users to download the Excel file and the associated dll with all the adequate security. I know that I have to create a .msi file. But the Excel file is on a server and I would allow the user to download it and by that to launch the msi so that all security will be installed automatically. Is that possible or am I just dreaming?
Last reply by beral, -
-
- Administrators
- 3 replies
- 1.2k views
I worked on some VB6 apps that sent emails based on certian criteria in database tables...It used Microsoft CDO... At this new job..we dont have SQLMail (SMTP stuff) and managers want emails sent to them when a SQL Job fails. Someone said that having SQLMail puts a load on the database and not worth doing it... Wodering if I should propose to them to have a VB.Net Email application that reads some value from database and then email the appropriate people... Anyone has used CDO and VB.Net to send emails? Any thoughts?
Last reply by PlausiblyDamp, -
-
-
- Administrators
- 1 reply
- 899 views
Can anyone tell me if it is possible in vb.net to remove the append row (the row at the end with *) from a datagrid?? Cheers Simon
Last reply by PlausiblyDamp, -
-
- 1 reply
- 772 views
I am trying to figure out what would be the best way to back up mysql through vb.net. I was thinking of using mysql dump, but do not know how I could use that through vb .net. Does anyone have any ideas? I want to backup all of the databases located on the mySql server into a single file and then this file can be moved or copied or whatever? Thanks, Chester
Last reply by kejpa, -
-
- Leaders
- 1 reply
- 1.3k views
How do I pass argurements into a function being call from a delegate?
Last reply by snarfblam, -
-
- 0 replies
- 1.3k views
1. When a user changes the month, I want the calendar to automatically select the first day in that month 2. if It's "June" I want to block the possibility to go to July, but back it's ok ...
Last reply by PROKA, -
- 0 replies
- 880 views
Hi All, I have a web application developed using VS.NET 2003. I have deployed it to the target machine. I am facing a strange problem. I can login at page http://123.123.123.123/myapp/testuser/login.aspx Whereas the site for example is mapped to http://www.testuser.com and the destination for this mapping is http://123.123.123.123/myapp If i try to login using http://www.testuser.com/testuser/login.aspx then it takes the user name and password but next it goes to error page. Please tell me where am i going wrong. Thanks in advance... Regards Yashasvi
Last reply by yraykar, -
-
- Administrators
- 5 replies
- 997 views
import javax.xml.parsers.SAXParser.*; import javax.xml.parsers.SAXParserFactory.*; I did a search on the internet about this library and it said I needed java 2 sdk se v1.4.2_08 in order to get it to work. well i downloaded that and installed it and I can even see all the source code for the library that came with the download. But for some reason I just cant make it work. when I write import javax.xml.parsers.SAXParserFactory.*; I just keep getting errors: "Cannot find class 'SAXParser'"!!!!. I have no idea about what to do here. Im not familar with java and all this class stuff. So any help would be greatly appreciated. thanks dave
Last reply by dbenoit64, -
-
- 4 replies
- 12k views
Hi folks, I am trying to create a dataview where I want to filter the rows based on a date column containing Nulls. No all the examples on filtering for null give "Isnull(Col1,'Null Column') = 'Null Column'" Now when I replace Col1 with my column name for my date column "Isnull(Postal_Date,'Null Column') = 'Null Column'" I get the following error "Cannot perform '=' operation on System.DateTime and System.String." Has anybody solved this problem or am I doing it all wrong. :confused: :confused:
Last reply by bri189a, -
- 0 replies
- 1.1k views
we recently moved form win2k to win2003 server and the following asp.net code wont work on the new server : myObj = CreateObject("wwque.custobject") it used to work wiht no problems on the old server. i guess its permissions related, i read that IIS6 uses network service user instead of IUSR or IWAM, but even when i give full permission to the everyone user on the wwque.exe file, it still doesnt work any ideas?
Last reply by sdlangers, -
- 3 replies
- 1.5k views
I now have a working mySql server on a Linux Box. I have been able to create a user on the server that has all privilages and can log in from any host. Now I am tryign to login using vb .net and I have the host name from the machine, but I keep getting an error saying host now found. I also get this same error when using Navicat from a remote machine to attempt to connect to the Linux Mysql server. Is there some configuration that I need to do to the Linux box or what? i am using Mandrake 10.1 as the linux version. Thanks, Chester
Last reply by penfold69,
-
Who's Online 0 Members, 0 Anonymous, 69 Guests (See full list)
- There are no registered users currently online