-
- runtime error on my webservice framework2
by Romantic_touch
- 3 Replies
- Last post
by Romantic_touch
- Hello all
I create webservice VS2003
it runs on framewirk1.0 and its ok, but when I installed framework2.0 it gives error
runtime error - securiy issue
note: een when I make webservice by vs2005 same error comes
so is there any step should I do it at configurations
what is the solution guys
-
- Where to get help regarding creating a macromedia flash kind of software
by Harshil_Patel_5326c0
- 0 Replies
- Last post
by Harshil_Patel_5326c0
- I want to create a software like macromedia flash. but not with that muchfunctionality. Here is what i want..... i
want to create a stage, where people can add objects, and then move
them on the stage as they want, apply graphics modifications like
changing color, size, rotate, etc etc, I know how to save the entire background of a form, but that will save it as a SINGLE object. and i cant sep
-
- Primary Interoperability
by mpmarquez
- 2 Replies
- Last post
by mpmarquez
- I'm am trying to download PIA for Office 2003 distributable, but I can't download it. The message I get is connection timed out. I have tried for three days now. Is there anyone out there who where I can download O2003PIA.exe.
Thanks in advance
-
- DataBindingsource.AddNew
by zaabdullah
- 2 Replies
- Last post
by zaabdullah
- Hi
I am new to dot net VB. I have few questions.I have auto generated form.
When use DataBindingsource.AddNew event I want to fill some values in text boxes after.But which ever event I use text boxes get emptied.
second question I have regarding date data field.Once data is entered and saved cannot empty date and save it .
Zaabdullah
-
- Background Worker; "Control accessed from a thread other than the thread it was created on."?
by Martyn Gill
- 3 Replies
- Last post
by Richard_Wolf
- Hi all, I am having a problem with the following: Private Sub bgwCreateUsers_DoWork(ByVal sender As System.Object, ByVal e As System.ComponentModel.DoWorkEventArgs) Handles bgwCreateUsers.DoWork errormsg = "" Do Until intnum = intmlisttotal intnum = intnum + 1 errorcode = CreateUser(multiarraylist(intnum, 1), multiarraylist(intnum, 2), multiarraylist(intnum, 3),
-
- VB.NET UserControl used in VB6 application
by Avy32
- 14 Replies
- Last post
by Jonathan Aneja - MSFT
- Hi. I build in VB Net 2005 an usercontrol that contains a toolstrip.On this toolstrip I add in runtime 9 toolstripbuttons.The code in which I add those buttons is: Public Sub AddButtonsOnToolbar(ByVal intNob As Integer) Dim tsButtons(8) As ToolStripButton For i = 0 To 8 tsButtons(i) = New ToolStripButton tsButtons(i).Tag = i tsButtons(i).Image = System.Drawing.Image.FromF
-
- help please, working with data.
by mishsad
- 1 Replies
- Last post
by Spidermans_DarkSide - MSP, VSI
- I'm a teacher. I want to make a program by which I test my students in the computer lab. Student write their names at the beginning of the test and get their marks when they click " finish exam" . I want the names and marks of all students to be saved in one database when they finish the test. how can i make this application Do I need SQL server Please help me.
-
- Using SortedList from VB6
by KlausWiesel
- 8 Replies
- Last post
by KlausWiesel
- Hello I have this code, which adds files in a listbox Dim fso As Scripting.FileSystemObject Set fso = New Scripting.FileSystemObject Dim f As Scripting.Folder Set f = fso.GetFolder("c:\windows\system32") Dim sa As mscorlib.SortedList Set sa = New SortedList Dim fi As Scripting.File For Each fi In f.Files sa.Add fi.Name, fi.Size Next Dim i As Integer For i = 0 To sa.Co
-
- Find all JPG and Convert to TIFF
by blackspider
- 2 Replies
- Last post
by blackspider
- Hello Everyone, I have a folder which it have about 200 files of both JPG and TIF format. I want to write a application that loop to that folder and find all JPG file and convert it to TIFF but I don't know where to start. Can someone help or point me to any thread that could solve my problem Thank you
-
- DAO issue after VB6-VS2005 upgrade
by Andrew Rossmann
- 14 Replies
- Last post
by JohnHart_MSFT
- I had a project pushed on me to update a VB6 program to VS2005, and make other enhancements. My primary programming in the past has been with Delphi (Pascal), and very little in the way of database programming. I have the new program working well on my development computer, but when I try to run it on another computer, it throws an exception whenever the DAO object is initialized. The upgrade adde
-
- Has any one here had experience with an construction estimating program
by Lukane
- 7 Replies
- Last post
by Lukane
- hi i dont now anything about programing i am a small general contractor i started to make my own estimating program.
i purchase visual studio 2003 and i am using visual basic net. and windows xp. what i want to know is if any one with experience on the subject can helpme out here.
what i need to know is if for each new estimate you have to create instance of the database or you create new ta
-
- Writing to last record in a database
by Simone1
- 9 Replies
- Last post
by Informatosaurus
- hey guys, I have a code that is connected to a SQL database. Each time a record gets written it puts in the database at random. I need it to put it in the last record.
-
- Create cookie on vb.net windows app
by newbie_lg
- 6 Replies
- Last post
by newbie_lg
- Hi everyone,
I'm creating a windows application and I want this windows application to create a cookie when loaded(to bypass login page) of this web app (written in coldfusion). Is that possible for windows app thank you.
-
- Doubt about adding event handlers at runtime...
by Hector B.
- 1 Replies
- Last post
by nobugz
- I know it's possible to do this through AddHandler, but my doubt has come when porting a Java project... when assigning events to a component, like the click event of a button, I could make a general custom class that inherits from the ActionListener class, and assign it with some variable values to different buttons and have this way different effects... Is there any way to make this, or should I
-
- How to msaccess databse connect to datagridview control
by a.s.viswa
- 2 Replies
- Last post
by a.s.viswa
- Hi How to msaccess database records show in datagrid. use coding to connect, not use controls. vb.net
-
- Passing Variable between Forms.
by Yoshi_Roshi
- 14 Replies
- Last post
by rkimble
- OK, I know there are many posts out there on the subbject and I have read most if not all of them. But I simply can't get it to work.
I have tried creating Public property, I have tried creating a module. I have even tried creating a public class. But it still isn't working. So here is the situation.
I have Form InvSearchResults that has a gridview on it. the grid view has two datake
-
- ListBoxes selection issue
by jdrawmer
- 6 Replies
- Last post
by spotty
- Hi guys,
I've been working on a macro in Outlook for quite some time, to handle emails and attachments, and now i'm converting to an add-in using VSTO, and particularly VB.NET.
Originally, I had a listbox that was populated with all the attachments in an email. Then the user selects the attachments they wish to handle, and click to proceed. Then, they select, with a drop down list, where to
-
- Visual Studio
by Uli Hofer
- 9 Replies
- Last post
by ahmedilyas
- How do you run a .exe file from within a Visual Basic 2005 program
I am working on a form that should run one of several Setup.exe files (Not in VB.NET)depending on a choice the user makes.
Thanks for your help
-
- How is this OO Design?
by Herbert2007
- 4 Replies
- Last post
by Herbert2007
- I'm doing a project that requires to convert documents of different formats (e.g. doc, pdf, ppt) to jpg files. An OpenFile Dialog box will open and let the user to select a file, then VB will do the conversion.
My first thought is defining an interface first, like this: (please disregard the syntax)
Inteface MyInput
Sub getFile()
Function doConvert(...)
....
-
- Culture date format and system dat format conflicting
by Romantic_touch
- 14 Replies
- Last post
by Romantic_touch
- my VB.net 2005 Application is
My .Application.ChangeCulture( "en-GB" )
the problem is, my OS dateformat may be will not be matching my application culture.
e.g. 7 april 2007 at my application = 2 July at my OS
my prblem is: when I send 07-02-2007 to my database it will save depends on my OS format then when I retrieve the value it will be 02-07-2007, it changed from april to
-
- VB/SQL INSERT command error
by smturner
- 14 Replies
- Last post
by Richard_Wolf
- Hi, I'm currently using Visual Web Developer, Visual Basic and SQL to create a database and interface. However, I am having issues with executing my sql commands.
Each of my commands, regardless of data type results in this error:
"The name 'server' is not permitted in this context. Only constants, expressions, or variables allowed here. Column names are not permitted. "
Her
-
- Active Application
by tvb2727
- 5 Replies
- Last post
by fozylet
- Is there a function or code that knows when the active application is changed. Say I am on an internet website and I move to Solitare. I want to know if there is something that can alert the program that this change has occured.
My example is using send keys. To make it work correctly you have to stay on that application you have the send keys going too. If the active application is changed
-
- save settings in a specific path and file name
by OmarMallat
- 3 Replies
- Last post
by OmegaDan
- Hi... Using Visual studio 2005 Professional, (Visual Basic): usually when we need to save the setting in a project it will be saved into a predefined path.. how can I change this path. I need to save settings into my own file, with the same format, but I need to specify the path and the file name... if that is impossible, please tell me how to know the path and name of the current setting file.. s
-
- Delete selected items from listbox
by Simone1
- 5 Replies
- Last post
by Simone1
- Hey Guys, I have a listbox and i set the selection mode to "MultiExtened" I am able to selected more than 1 item, however i am not able to delete the selected item. I can only delete one item at a time. Is there a way to delete the all the items that i have selected Thanks..
-
- How to pause the code in VB6?
by JustStudent
- 6 Replies
- Last post
by Sanguin Developers
- Hello. I need to pause program while femm is runing (about 2 seconds).
Do Until Counter = n
Call femm
Counter = Counter + 1
<How to 'pause' the Loop >
Loop
Please help me!!!