VS 2008 Aking DLL's For Software To Extend Its Function List?
Nov 5, 2009Has anyone ever used Game Maker 7?
I was wondering, if anyone had any information on making DLL's for this software to extend its function list.
Has anyone ever used Game Maker 7?
I was wondering, if anyone had any information on making DLL's for this software to extend its function list.
is there any way to extend upon a procedure itself?like i want to be able to do the following
Code:
public sub test()
msgbox(special())
end sub and it should popup a string, let's say "cool", plus i shld be able to use special() in every single sub but if we call special() from a function it should be rejected. how can that be done?
also, we should also be able to do the following
Code:
public sub test()
msgbox(specialvariable)
end sub whereby specialvariable is accessible by every sub.
Correct the problems with this function, and then extend it so that it also returns a usable array of pointers to some structures.
The extended version of this function should: Maintain the same "char *" return type which returns a pointer to a usable, for storing a C string, memory buffer.
In addition, also return a usable array of pointers to structures. This array of pointers is of variable and random length, which must be obtained using GetNumberOfSomeSeqsToGenerate(), which is called, ONLY, from within this new extended version of the function.
The type of these structures and the function that should be used to get these structures are defined as follows:
typedef struct {
char* name; /* '\0'-terminated C string */
int number;
} SomeSeq;
[CODE]...
I have added a module to the project. Inside the module I have the following
Public Function ListOFT() As List(Of String)
Return ListOFT
End Function
When I try to add something to ListOFT I get:
Quote:
Object reference not set to an instance of an object.
Application: Arrays are to be used for this. When button Add Student is clicked it should add all the information for a student and when Show Student button is clicked it should prompt the user for student's last name and student's information in a message box. Class ranking list box has an enum function to it and has to be stored be show along side other answers.NOTE: FindItemIndex if from the last application I did, i am suppose to use it in this one,so you can modify it the way you want.
[code]...
Can anyone tell me how to list ODBC and OLEDB drivers that are installed in the windows system?
I want to display them in a DGV and create a connection string from the users choice.
XP,Vista and Widows 7
it seems always at this time I cant figure out how to do something maybe it has something to do with lunchtime.
Im having trouble using a method that is defined by an outside company
This is a link to their integration guide:
[URL]
This is their documentation for the class Im trying to use
OrderQueryWebService Class
This class is for SID in particular and is made for use with the notification methods. This is for the Order Query Web Service specifically, allowing clients to return the status of transactions for their merchant, whenever they want to.
Methods
/ <summary>
/ Pass through the variables required and receive a list of Transaction
objects showing transaction status
[Code].....
The MerchantCode, the MerchantUsername, the MerchantPassword are all good the List is a custom type called SetComHash.Transaction
Everytime I try adding a string to the list such as the transactionNumber and some other values it gives me a type error:
"Value of type string cannot be converted to 'SetcomHash.Transaction'
about the id3 tags.can be possible to extend the stream from 128 to 256.some parts of the title is missing
View 5 RepliesI have a couple of bits of code I add to a textbox in my codebehind on form.If I wanted to extend this class or somehow create a shared instance of this code so I can pass in the parameters for text to display in textbox and use in any of my forms.. [code]
View 1 Repliesi've tried to extend on the default class size, but couldn't do so. example
[Code]...
why is it that there is no such thing as size when im sure that i could create a new size(x, y)
Remember this from before?
Quote:
Since you are repeating same operation three times it is best to make a function for it.
CODE:
labels 1-6 are randomly generated numbers, text boxes 1-3 are the input boxes and the code above shows how if the answer in the textbox equals the labels added together, you win. This code works -
I have created labels 7-12 now, and textboxes 4-6. How can I extend this program so it has subtraction as well?
If this problem definition isn't detailed enough, let me know and I'll add more detail to this description.
is there anyway to extend upon an existing Interface? i'm just wondering.
View 10 RepliesHow to extend existing components in Visual Studio 2005 to add my own features and functionality. For example, I want to extend datagridview control to include my own extra features.
View 4 RepliesI reference several 3rd party libraries in my application. I want to put all of these libraries in a folder that is different than where the executable file for my application is located. I would also like to put all of the libraries that are required by the 3rd party libraries (but not referenced by my application) in this same folder.
I need to be able to put the application (and the referenced libraries) on a thumb drive and run the application from any computer without any installation or registering of components. This condition is satisfied if I put all of the required libraries in the same folder as the executable.
For example, if my application is located at E:MyApp then I would like to store all of the 3rd party libraries in the folder E:MyAppDlls. Any way to store all (or at least some) of the libraries in a separate folder?
As topic says, I need to extend the features of a standard Silverlight ComboBox to also support Commanding. Since I follow MVVM I need my ComboBox to communicate the SelectionChanged event to my ViewModel.What would the code look like for doing this? I want to be able to put the Command attribute on my ComboBox XAML control.
View 2 RepliesI am trying to get the result when you extend the non-client area in Windows Aero?
View 3 RepliesI need to extend the functionality of the ToolTip control...Problem: I need to show some introductionary instructions to my users the first time they see a new form based feature in my app. Something along the lines of: '...Welcome to the blah, blah, blah feature. To do this, click that, mouse here, press that so on and so forth...'
Then I want a 'Don't show this again' check box somewhere near the bottom so the 'welcome screen' can be supressed. Currently I'm thinking of loading an app wide form (Public Dim frmMyToolTip as frmToolTip) and using it's .TopMost property to ensure that when I show it, it appears over my modal form (I can Hide/Show at will.) Also without a caption or border, my users can't move it.
As it will be displayed on top of a Modal form, I need a Background worker component to run a timer which will hide the form after a set period. I can store the state of the CheckBox to stop the form from showing next time if user does not require it.
Is it possible to extend the MyApplication object - either through inheritance or by using a partial class - so as to add custom properties?
View 6 RepliesIn order to organize various methods of my MainForm class, I would like to categorize them into several files. Of course, the methods would still need to access form elements and additional variables I added in the MainForm class.
View 3 RepliesThe maximum value that works for AutoPopDelay property of ToolTip is 30 seconds (30000 milliseconds). Any values greater than this maximum will be defaulted to 5 seconds (5000 milliseconds).[url]...
How to set to extend the duration show time for ToolTip? or alway show until the mouse leave the control?
How to extend the session time. There are many form in my application like parent and child forms. So how can I make pop up to appear when session times out and the pop up should appear on the form where the user is currently in, when popup comes I have to disable all forms like(they should be transparent (i.e) user should NOT be able to edit them).
View 2 RepliesI want the Function to accept List(Of String), Array & String and similarly return List(Of String), Array & String respectively. The Function simply adds a string (month) to the input collection. I just want to use it for string, array and list with needing to think of conversions.
[Code]...
Public Class Form1
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
If My.Settings.registered = True Then
Form3.Show()
[code]....
This is my code for a trial application. The code is pretty basic but what i couldn't figure out was how i would be able to prevent users from changing the date to extend the trial ("error" i would be getting).
Hi. what is the difference of sleep function and pause function (using timer) between a loop.
View 12 RepliesThis has got to be one of the most frustrating issues with asp.net. I first got the error parser error cannot load default and as I have done before checked if the naming was correct in th bin folder and made the changes accordingly. Now I get the following error:
somethiing._DEfault is not allowed here because it does not extend class 'System.Web.UI.Page'
where something is the name of the project in the properties. I have the following code in Default:
Namespace FormDiscovery
Partial Class _Default
Inherits System.Web.UI.Page
Shared settings As New System.Configuration.AppSettingsReader
[Code].....
Now I have deleted the project and other in the solution and created a new one and still this error and if I take the 'something' name away I get the cannot load default error.
I have a data structure (which is a class) called user_class and I want to load all the users data from a database.Currently I have
While SQLreader.Read()
Hold_user.username = SQLreader(0)
Hold_user.BlahBlahBlah = SQLreader(1)
[code]....
Where return_value is a List of user_class and hold_user is an instance of the same class.
Dim return_value As New List(Of user_class)
Dim Hold_user As New user_class
As the while statement loops through the read data, SQLreader(0),(1) and (2) are updated with new data, however they also appear to be updating the stored values held in return_value....
I have a arraylist with job (function/sub) names. This list is very dynamic, so instead of creating a big select case list et. al. , i would like to iterate the list and call the function named in the list. A simple example...
For x As Integer = 0 To jobArray.Count - 1
runTask = jobArray(x) 'function call here
next
of course the array value is a string, so runTask will fail. If jobArray(x) = "test Function 1", then it should call a function named test Function 1() What I would like to do is convert jobArray(x) value to something tnat be interpeted as a function/sub name and be called Is this possible?
I just use addList function to add a new list , addList("My Announcements","","104")so i have a list call 'My Announcements' but now i want to change the name of it so i try to use updateList function
code following :
Dim sps As New SharePointService.Lists()
sps.Url = url + "/_vti_bin/lists.asmx"
Dim listVersion As String = ""
Dim doc As System.Xml.XmlDocument = New System.Xml.XmlDocument
[Code]...
I insert DataGridViewComboBoxColumn columns in a DataViewGrid. That works fine.
Now, I want the user to be able to not only select one list item, but to "drilldown" into the list that is behind the combobox, allowing him to edit (insert/delete/update) the list.
I think it would be a good idea to display a ".." button right behind the dropdown button of the combobox. Pushing it leads to a dialog where the list can be maintained.
What I am stumbling upon is:
How would I create such a custom combobox? Is ComboBox (which is the base for the combo box that the combo box column creates as its edit control) open enough to accommodate such an additional button? What would be the container of the tiny buttoon -- the ComboBox descendant? How I would make the grid create and handle such a custom combobox?
I currently try to solve this by subclassing DataGridViewComboBoxColum, using a DataGridViewComboBoxCell descendent in its CellTemplate assignment, and overriding PositionWEditingPanel and PositionEditingControl to manipulate the sizes of the panel and the combobox so I'd have space for the tiny button. Is that the correct way?
Or would I have to create a DataGridViewColumn descendant which creates a Panel containing a DataGridView combobox edit control and the tiny button? How would I make sure the column keeps care of the combo box so it has the correct items etc?
I have been a VB user for quite a long time starting from dos-basic types. But only now I encountered with a quite a newb problem :) I tried to search MSDN for it for about a few days and at the end I have to ask this question here because I could not find anything about it.
From time to time I use functions or subs where one parameter is a word from a defined list.
E.g.
private function my_function(byval THE_PARAM as string) as ..........
where THE_PARAM could be "work", "home", "bus", etc. 5 words all together.
How can I define a function so that when I use it on the text of the program I had a hint not just like "THE_PARAM is a string", but I had a choice of those pre-defined words, so I could choose a word from that list.