Hello,
I want to create asynchronous tasks in a foreach-loop.
The algorythm takes the first six values of the foreach-loop correctly. But than the task factory sets the rest of the asynchonous tasks on Wait-Status. The foreach-loop continues, so that when the next asyncronous tasks start, the...
Hello,
I should write a webservice in .Net.
The webservice is accessed by Access2003.
I'd read, that it is possible to access a webservice when it uses the http-protocol.
Is it possible to use https, too?
In reguards
Kostarsus
Hi all,
I want to write an application, where the childform ist maximized at start. The MDI container starts maximized, when I call my code.
If I remove the MDI relation, the form mapWindow starts maximized, but if I set the MDI container, the window starts in state normal.
I use this code...
Hi,
I posted a thread by a wrong subject. So I think, many people wouldn't answer to the thread.
I can't edit the subject of the thread, so I start a new thread.
Here is the old thread.
I write a c#-application which modifies some word-templates. Makros are imported in these modified...
Hello,
I'm new to ADO.net, so I wrote some little methods for expermentations.
I want to store data with a typed adapter in a filebase database (*.mdf-file). I used the wizards of VS 2010 Express to generate the adapters.
If I run the methode in debug it looks good. The data is persisted. But...
Hello,
I write a c#-application which modifies some word-templates. Makros are imported in these modified templates. Now I want add an icon to the QTA.
I searched in the web, but I only found the manualy way to modify the QTA. But how can I modify it programatic?
Can you help, please?
You can...
Hello,
I have a table that expands the view sometimes. The table isn't high but broad. So I want to add a horizontal scrollbar to the table.
Here is the code, I used:
<div id="div_layer" style="overflow-x:auto;">
<table id="t" border="0" cellspacing="1" cellpadding="3" width="85%" >
...
Hello,
I've upgraded from MySql4.0.x to 4.1.12. Now I've a problem with the german character-set. Especially the letters äöüÄÖÜß.
These letters are converted in low ASCII letters in the database, so ifI retrieve text with these letters I get cryptic letters like ? or not writeable letters...
Hello,
I want render a texture on a mesh. The texture is loaded from a file. The mesh is created by the primitive mesh methode (e.g. Mesh.Box)
I'd read, that this meshes don't have meshcoordinates. So I cloned the mesh to a mesh with texturecoordinates.
But the texture isn't drawn.
Can anyone...
Hi,
I want to use the JTable to display some textes. So I'd written an own model to fill the table. The datastructure of the model is VectorxVector.
Now I've a problem. When the text extends a specific length, the program throws a NullPointerException.
Do you have any suggestions to solve this...
Hello,
I'm new to managed DirectX and have a great problem with memory leaks.
I think, its the best when I tell you something about the project and the
structure of the project.
The goal of the project is to render a scenegraph in a control ( I use a
panel as control, because I mentioned, that...
Hello,
I'm programming a program, where I don't know which objects are needed. So I want to use the mechanism of reflection.
I can create the objects I need by reflection, but there are some questions I don't have a solution. Perhaps anybody can help?
First i want to write a little code down...
Hello,
I'm new to directX and want to prgram directX in managed code.
I want to show a 3D-Scene in a control, e.g. a piturebox.
I tried an example code which was running in a window. I changed the devicetarget to the control.
Now is the problem the following:
If I use the method...
Hello,
I'd read in some previews of DirectX 9 that DirectX 9 will support NURBS (non-uniform B-Splines).
Can anyone tell me whether it is impelmented?
If it is implemented, some links to this topic are welcomed.
cu Kostarsus
Hello,
First I must say, that I'm new to tomcat. I'm running tomcat on SuSe 8.1 linux. The configurationfiles are on configured on default.
If I want to access via lan (localhost:8080 or <local ip-address>:8080 I have no problem and can access he whole area via a browser.
If I try to access via...
Hi,
I want to write a program, that checks the cpu use in advance, before the realy pogram starts.
So my question: How can I get the cpu use by a program?
An example would be nice, but if you post the namespaces and Objects, which I have to use, I can read in the documentation.
cu Kostarsus
Hello,
I want to add a reference of an object in runtime. There is a little problem. In the face of development I don't know the reference. The data of the path of the dll and the name of the Object, which will be referenced is delivered in runtime, too.
Is there a way to solve this porblem?
If...
Hi,
Today I'd read an API-Statement in the MSDN, where I have some problems to implement this statement in VB. The statement is like all statements in C++.
Here is the API-Statement:
SendMessageTimeout(HWND_BROADCAST, WM_SETTINGCHANGE, 0,
(LPARAM) "Environment"...
Hi,
Today I'd read an API-Statement in the MSDN, where I have some problems to implement this statement in VB. The statement is like all statements in C++.
Here is the API-Statement:
SendMessageTimeout(HWND_BROADCAST, WM_SETTINGCHANGE, 0,
(LPARAM) "Environment"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.